Date: Thu, 19 Mar 1998 14:29:54 +0200 (IST) From: Eli Zaretskii To: Robert Hoehne cc: DJ Delorie , djgpp-workers AT delorie DOT com Subject: Re: Bugs in 2.8.0? In-Reply-To: <35102B24.D12CD227@gmx.net> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Precedence: bulk On Wed, 18 Mar 1998, Robert Hoehne wrote: > > I think these should be integrated into crt1.c and djgpp 2.02 > And I thought in _main.c, since there is done already a similar > thing with the constructors. But that's not so important. What about the possible problem with other functions declared __attribute__((constructor)) in user-defined modules? Putting crtf into the library would mean that exceptions aren't available in those modules, since the code will be called in the order the modules are seen by the linker. How does the library solution cope with that?