summaryrefslogtreecommitdiffstats
path: root/lib/csu/common
Commit message (Expand)AuthorAgeFilesLines
* Only assign the environ in the startup code when environ is NULL.kib2013-01-071-5/+9
* Stop calling _init/_fini methods from crt1 for dynamic binaries. Dokib2012-03-112-15/+126
* Add a header with definitions useful for constructing ELF notes.kib2012-03-111-0/+38
* Apply a workaround for a binutils issue with the .note.ABI-tag sectiondim2011-01-131-0/+17
* The __used (== __attribute__((__used)) ) silences the warning producedkib2007-12-041-1/+1
* Restore the branding of the ELF executables. The structure was optimized out.kib2007-12-031-1/+1
* GC these crt{begin,end}.c, which are unused since the last FreeBSD platformmarius2006-05-222-114/+0
* Explicitly specify an alignment for abitag. Without it, gcc specifies apeter2003-10-171-1/+1
* Set abitag __unused.obrien2003-05-041-3/+4
* Fix the copyright dates.obrien2002-05-071-1/+1
* GC code that moved to crtbrand.c.obrien2002-01-281-4/+0
* Feh, it helps to include a file other than yourself... wonder howobrien2001-10-271-1/+1
* * Bring back the guts of crt{i,n}.S. This allows C++ exceptions to workobrien2000-10-282-18/+52
* This is step 1 in an effort to unify the start-up files for thejdp2000-05-191-7/+50
* $Id$ -> $FreeBSD$peter1999-08-282-2/+2
* Reverse the order of processing object files within an executable orjdp1999-03-131-3/+3
* Move the code for the ".init" and ".fini" sections outside of ajdp1999-03-122-13/+13
* Import C startup files for ELF support.jdp1998-03-072-0/+92
OpenPOWER on IntegriCloud