aboutsummaryrefslogtreecommitdiff
path: root/lib/csu/common
Commit message (Expand)AuthorAgeFilesLines
* Stop calling _init/_fini methods from crt1 for dynamic binaries. DoKonstantin Belousov2012-03-112-15/+126
* Add a header with definitions useful for constructing ELF notes.Konstantin Belousov2012-03-111-0/+38
* Apply a workaround for a binutils issue with the .note.ABI-tag sectionDimitry Andric2011-01-131-0/+17
* The __used (== __attribute__((__used)) ) silences the warning producedKonstantin Belousov2007-12-041-1/+1
* Restore the branding of the ELF executables. The structure was optimized out.Konstantin Belousov2007-12-031-1/+1
* GC these crt{begin,end}.c, which are unused since the last FreeBSD platformMarius Strobl2006-05-222-114/+0
* Explicitly specify an alignment for abitag. Without it, gcc specifies aPeter Wemm2003-10-171-1/+1
* Set abitag __unused.David E. O'Brien2003-05-041-3/+4
* Fix the copyright dates.David E. O'Brien2002-05-071-1/+1
* GC code that moved to crtbrand.c.David E. O'Brien2002-01-281-4/+0
* Feh, it helps to include a file other than yourself... wonder howDavid E. O'Brien2001-10-271-1/+1
* * Bring back the guts of crt{i,n}.S. This allows C++ exceptions to workDavid E. O'Brien2000-10-282-18/+52
* This is step 1 in an effort to unify the start-up files for theJohn Polstra2000-05-191-7/+50
* $Id$ -> $FreeBSD$Peter Wemm1999-08-282-2/+2
* Reverse the order of processing object files within an executable orJohn Polstra1999-03-131-3/+3
* Move the code for the ".init" and ".fini" sections outside of aJohn Polstra1999-03-122-13/+13
* Import C startup files for ELF support.John Polstra1998-03-072-0/+92