aboutsummaryrefslogtreecommitdiff
path: root/lib/csu/amd64
Commit message (Expand)AuthorAgeFilesLines
* Removed "-fkeep-inline-functions" from CFLAGS, since it now has no effectBruce Evans2002-04-291-1/+1
* Do not use __progname directly (except in [gs]etprogname(3)).Mark Murray2002-03-292-3/+5
* Minor style(9) nit + utilize ELF features for the FreeBSD ID.David E. O'Brien2002-02-271-4/+4
* minor style updatingDavid E. O'Brien2001-10-271-4/+3
* * Bring back the guts of crt{i,n}.S. This allows C++ exceptions to workDavid E. O'Brien2000-10-284-11/+20
* Take crtbegin.c and crtend.c from the new machine-independentJohn Polstra2000-05-201-0/+2
* This is step 1 in an effort to unify the start-up files for theJohn Polstra2000-05-192-32/+10
* Change our ELF binary branding to something more acceptable to the BinutilsDavid E. O'Brien2000-04-181-0/+14
* $Id$ -> $FreeBSD$Peter Wemm1999-08-284-4/+4
* Add "-fkeep-inline-functions" to CFLAGS so that higher optimizationJohn Polstra1999-03-151-3/+2
* Move the code for the ".init" and ".fini" sections outside of aJohn Polstra1999-03-121-2/+2
* Switch to using ".So" as the extension for PIC object files ratherJohn Polstra1999-01-091-3/+3
* Strip the leading path from __progname as is done in the a.out case. AlsoSteve Price1998-12-241-3/+9
* Make profiling work for ELF. gprof now autodetects the format ofJohn Polstra1998-09-072-2/+25
* Import C startup files for ELF support.John Polstra1998-03-074-0/+171