This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: S/390: Default to -fasynchronous-unwind-tables


On Fri, Nov 15, 2002 at 06:05:35PM +0100, Ulrich Weigand wrote:
> Hello,
> 
> this switches on the DWARF-2 unwind data for all functions by default.
> 
> Thanks to Jan Hubicka for pointing out the correct way to do so.
> 
> Bootstrapped/regtested on s390-ibm-linux and s390x-ibm-linux.
> 
> (Note: a not-yet-published patch to gdb is necessary to actually exploit
> the DWARF-2 data for backtraces on s390.)

Is debugging the only reason for this change?
If yes, shouldn't only .debug_frame section be emitted (and not .eh_frame
section) if -fexceptions is not requested?

	Jakub


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]