Date: Sun, 22 Mar 1998 15:39:29 +0300 (IDT) 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: <35105291.D1A8850@gmx.net> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Precedence: bulk On Thu, 19 Mar 1998, Robert Hoehne wrote: > If we place it in crt1.c and call it from there we don't need the > __attribute__((constructor)) Provided that you put it before the part that runs all the constructor functions in `__main', then this is okay.