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]

Re: i386-netbsdelf description


On Wed, Aug 01, 2001 at 10:29:31AM -0700, Richard Henderson wrote:

 > > netbsd targets do not use crtstuff.c.
 > 
 > Why not?  It'd be easier if you did.

Various reasons, mostly because the NetBSD-supplied crtbegin/crtend
supply ELF note information that the kernel's exec code uses.

Adding new stuff to NetBSD's crtbegin/crtend that new versions of GCC
need is pretty easy -- someone just has to remember to do it (and do
the necessary releng work to ship OS updates for prior releases).

-- 
        -- Jason R. Thorpe <thorpej@zembu.com>


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