This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: libtarget.a?




--On Monday, February 18, 2002 02:01:23 PM -0500 David Edelsohn 
<dje@watson.ibm.com> wrote:

> 	It is all well and good to say that the routines need to be in
> crt0, but GCC does not have control over crt0.

On i686-pc-linux-gnu, at least, we build and install
crtbegin.o, crtend.o, crtbeginS.o, and crtendS.o.  In fact, I believe
that we do this on most architectures; that's how we manage our C++
static initializers and so forth.

-- 
Mark Mitchell                mark@codesourcery.com
CodeSourcery, LLC            http://www.codesourcery.com


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