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


On Fri, 19 Sep 2003, Rainer Orth wrote:
> Richard Henderson writes:
> > > as0: Error: _divdi3.s, line 880:undefined symbol in expression
> > >       .word $LECIE1-$LSCIE1
> > Does
> > 	.word $Lasdf
> > $Lasdf = $LECIE1-$LSCIE1
> > or somesuch work?
> unfortunately not: I've found no variation of symbolic equates or another
> solution to make this work ;-(

>From the have-you-tried-this department:

  .word $LECIE1-4-.

brgds, H-P


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