This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
Re: Changes to egcs-970924 for m68k-motorola-sysv
- To: law at cygnus dot com
- Subject: Re: Changes to egcs-970924 for m68k-motorola-sysv
- From: Jim Wilson <wilson at cygnus dot com>
- Date: Tue, 07 Oct 1997 12:59:33 -0700
- cc: Manfred Hollstein <manfred at ks dot sel dot alcatel dot de>, egcs-bugs at cygnus dot com
> * dwarf2out.c (output_call_frame_info): Call app_enable and
> app_disable to let GNU as accept the generated comments.
Thanks. I've installed this for the next snapshot.
I have removed the dwarf2out.c part of this. This is wrong, because dwarf2out
does not use flag_verbose_asm. It used to, but not any more. The problem
this patch is trying to fix has already been fixed.
Jim