Commit 6c2df6c9 by Jim Wilson Committed by Jim Wilson

Remove incorrect change from Manfred Hollstein.

	* dwarf2out.c (output_call_frame_info): Remove last change.

From-SVN: r15864
parent 13ab2b83
Tue Oct 7 12:57:26 1997 Jim Wilson <wilson@cygnus.com>
* dwarf2out.c (output_call_frame_info): Remove last change.
1997-10-04 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de> 1997-10-04 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
* frame.c (__frame_state_for): Execute the FDE insns until the * frame.c (__frame_state_for): Execute the FDE insns until the
......
...@@ -1494,10 +1494,6 @@ output_call_frame_info (for_eh) ...@@ -1494,10 +1494,6 @@ output_call_frame_info (for_eh)
fputc ('\n', asm_out_file); fputc ('\n', asm_out_file);
/* We're going to be generating comments, so turn on app. */
if (flag_verbose_asm)
app_enable ();
if (for_eh) if (for_eh)
{ {
#ifdef EH_FRAME_SECTION #ifdef EH_FRAME_SECTION
...@@ -1653,10 +1649,6 @@ output_call_frame_info (for_eh) ...@@ -1653,10 +1649,6 @@ output_call_frame_info (for_eh)
get a value of 0. Putting .align 0 after the label fixes it. */ get a value of 0. Putting .align 0 after the label fixes it. */
ASM_OUTPUT_ALIGN (asm_out_file, 0); ASM_OUTPUT_ALIGN (asm_out_file, 0);
#endif #endif
/* Turn off app to make assembly quicker. */
if (flag_verbose_asm)
app_disable ();
} }
/* Output a marker (i.e. a label) for the beginning of a function, before /* Output a marker (i.e. a label) for the beginning of a function, before
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment