aboutsummaryrefslogtreecommitdiff
path: root/gcc
diff options
context:
space:
mode:
authorJim Wilson <wilson@cygnus.com>1997-10-07 19:58:36 +0000
committerJim Wilson <wilson@gcc.gnu.org>1997-10-07 12:58:36 -0700
commit6c2df6c96e065664865f733d01c6fe717362e658 (patch)
tree46ec164e57adbc1c71e9242741ea770f7f5c0710 /gcc
parent13ab2b8367fcd4cb0016c1ff2c09793c22c9da8c (diff)
downloadgcc-6c2df6c96e065664865f733d01c6fe717362e658.zip
gcc-6c2df6c96e065664865f733d01c6fe717362e658.tar.gz
gcc-6c2df6c96e065664865f733d01c6fe717362e658.tar.bz2
Remove incorrect change from Manfred Hollstein.
* dwarf2out.c (output_call_frame_info): Remove last change. From-SVN: r15864
Diffstat (limited to 'gcc')
-rw-r--r--gcc/ChangeLog4
-rw-r--r--gcc/dwarf2out.c8
2 files changed, 4 insertions, 8 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog
index 7893612..a673885 100644
--- a/gcc/ChangeLog
+++ b/gcc/ChangeLog
@@ -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
diff --git a/gcc/dwarf2out.c b/gcc/dwarf2out.c
index a107937..8d2facb 100644
--- a/gcc/dwarf2out.c
+++ b/gcc/dwarf2out.c
@@ -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