Message-ID: <35118EDF.3D442B0E@gmx.net> Date: Thu, 19 Mar 1998 22:32:15 +0100 From: Robert Hoehne Organization: none provided MIME-Version: 1.0 To: Eli Zaretskii CC: DJ Delorie , djgpp-workers AT delorie DOT com Subject: Re: Bugs in 2.8.0? References: Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Precedence: bulk Eli Zaretskii wrote : > > 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. If we initialize the exception tables by a call from crt1_startup() then it is called before any other code, so there should be no problem. Robert