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: Test DWARF2_UNWIND_INFO value for sjlj exceptions


Hans-Peter Nilsson writes:

> >From the have-you-tried-this department:
> 
>   .word $LECIE1-4-.

Won't help ;-(  SGI's always-helpful Dave Anderson confirmed that the
ability to calculate label differences was only added to the N32/N64
assembler, so we're out of luck for O32.  Unless we can come up with a
different scheme to avoid the need altogether, I fear we're back where I
started: with the native O32 assembler, we cannot support DWARF-2 frame
info and need to selectivly use sjlj exceptions with this combination:

	http://gcc.gnu.org/ml/gcc-patches/2003-09/msg01118.html

	Rainer


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