Mail Archives: djgpp-workers/1999/08/10/13:02:47
On 10 Aug 99, at 9:22, Mark E. wrote:
> > + ${RELOCATING+*(.gcc_exc*)
> > + ___EH_FRAME_BEGIN__ = . ;
> > + *(.eh_fram*)
> > + ___EH_FRAME_END__ = . ;
> > + LONG(0)};
> > I checked this in.
>
> Thanks once again.
>
> >
> > However, I'll note that none of the other targets see the need to
> > define __EH_FRAME_{BEGIN,END}__, or to add the LONG(0). That's
> > because other targets use the gcc crtbegin/crtend support. Why not
> > make DJGPP work like other gcc targets?
> >
>
> I wasn't around when it was decided how to handle g++ exceptions. I've added djgpp-
> workers in hopes that someone who was around then there has an answer.
>
This approach were used since port of gcc-2.8.1 (Robert Hoehne)
suggested it as far as I remeber.
Once I tried crtbegin, crtend with egcs-1.1.... (I don't remeber which
exactly) and I had problems (at least I remember so). Maybe it's
time to try once more.
Andris
- Raw text -