Mail Archives: djgpp-workers/1999/08/17/12:43:11
I built GCC-2.95.1 release using old approach. Perhaps we should
leave new one for DJGPP port of gcc-3.0.
Andris
On 17 Aug 99, at 11:05, Mark E. wrote:
> Greetings,
>
> Several folks have said recently and in the past that using gcc's crtbegin.o and
> crtend.o would be "a good thing". I agree, and for the past several days I've been
> working on getting crtbegin.o and crtend.o to work with DJGPP and today I succeeded.
> Making crt*.o work with DJGPP will require some changes in libc. However, these
> changes allow the current method of initializeing EH and of calling 'constructors'
> and 'destructors' to continue working for as long as neccessary. I'll send the GCC
> folks the patch to fix up crt*.o for DJGPP as soon as have time to generate the
> patch and write the ChangeLog.
>
> I'm not up on my x86 assembly, so my crt0.S may not be as efficient as it could be.
> BTW, the current crt0.S used spaces instead of tabs where it was patched initialize
> C++ EH.
>
- Raw text -