* dwarf2out.c (outout_call_frame_info): Ensure that the info has
proper alignment.
* libgcc2.c (__throw): Initialize HANDLER.
From-SVN: r16725
Tue Nov 25 22:43:30 1997 Jason Merrill <jason@yorick.cygnus.com>
+ * dwarf2out.c (outout_call_frame_info): Ensure that the info has
+ proper alignment.
+
+ * libgcc2.c (__throw): Initialize HANDLER.
+
* dwarfout.c (output_type): If finalizing, write out nested types
of types we've already written.
tree label = get_file_function_name ('F');
data_section ();
+ ASM_OUTPUT_ALIGN (asm_out_file, floor_log2 (PTR_SIZE));
ASM_GLOBALIZE_LABEL (asm_out_file, IDENTIFIER_POINTER (label));
ASM_OUTPUT_LABEL (asm_out_file, IDENTIFIER_POINTER (label));
#endif
/* Now reset pc to the right throw point. */
pc = __eh_pc;
+ handler = 0;
for (;;)
{
frame_state *p = udata;