This is the mail archive of the binutils@sourceware.cygnus.com mailing list for the binutils project.


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

Re: patch for i386go32.c


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



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