aboutsummaryrefslogtreecommitdiff
path: root/lib/csu/common
Commit message (Expand)AuthorAgeFilesLines
* This commit was manufactured by cvs2svn to create tagrelease/7.0.0_cvscvs2svn2008-02-241-1/+1
* MFC rev. 1.5, 1.6:Konstantin Belousov2007-12-061-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