Remove incorrect change from Manfred Hollstein.
authorJim Wilson <wilson@cygnus.com>
Tue, 7 Oct 1997 19:58:36 +0000 (19:58 +0000)
committerJim Wilson <wilson@gcc.gnu.org>
Tue, 7 Oct 1997 19:58:36 +0000 (12:58 -0700)
* dwarf2out.c (output_call_frame_info): Remove last change.

From-SVN: r15864

gcc/ChangeLog
gcc/dwarf2out.c

index 78936124320ee8d7146c1a20deb57135d0f8a6cc..a6738852ddb56768e786cb3dab087c671025de29 100644 (file)
@@ -1,3 +1,7 @@
+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>
 
        * frame.c (__frame_state_for): Execute the FDE insns until the
index a107937265734f3c7c8fde768061718501a3dd94..8d2facb66934f939ba43a6c5e8baca784dd34809 100644 (file)
@@ -1494,10 +1494,6 @@ output_call_frame_info (for_eh)
 
   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)
     {
 #ifdef EH_FRAME_SECTION
@@ -1653,10 +1649,6 @@ output_call_frame_info (for_eh)
      get a value of 0.  Putting .align 0 after the label fixes it.  */
   ASM_OUTPUT_ALIGN (asm_out_file, 0);
 #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