aboutsummaryrefslogtreecommitdiff
path: root/lib/csu/amd64/crt1.c
Commit message (Expand)AuthorAgeFilesLines
* Remove the sed hack for ABI tag notes.John Baldwin2020-06-151-77/+0
* Process irelocs for statically linked binaries from crt1 on x86.Konstantin Belousov2018-10-131-2/+4
* lib: further adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-261-0/+2
* Remove historical GNUC testEd Maste2015-12-081-6/+0
* Only assign the environ in the startup code when environ is NULL.Konstantin Belousov2013-01-071-3/+1
* Stop calling _init/_fini methods from crt1 for dynamic binaries. DoKonstantin Belousov2012-03-111-22/+6
* Let all .c and .S files under lib/csu consistently use the __FBSDID()Dimitry Andric2010-12-091-2/+3
* Properly declare non-extern functions in crt1Ulrich Spörlein2010-03-051-1/+2
* Fixed profiling of main() for amd64 and i386. This started rottingBruce Evans2005-10-071-6/+1
* Add support for TLS in statically linked programs.Doug Rabson2004-08-151-0/+2
* Update for AMD64. repocopied from i386-elf/crt1.c. Deal with regparmPeter Wemm2003-04-301-20/+5
* make these more useful for lint(1). Minor diff-reductions while I'mMark Murray2003-01-261-0/+1
* Backed out previous commit (alignment suitable for RELENG_4) as plannedBruce Evans2002-12-011-33/+0
* Align the stack suitably for the version of gcc in FreeBSD-4 (providedBruce Evans2002-09-291-0/+33
* The main reason for this is to reduce diffs between all the crt1.c's.Mark Murray2002-07-161-18/+25
* Whitespace diffs only; this brings this file into the same whitespaceMark Murray2002-07-031-26/+27
* Do not use __progname directly (except in [gs]etprogname(3)).Mark Murray2002-03-291-2/+3
* Minor style(9) nit + utilize ELF features for the FreeBSD ID.David E. O'Brien2002-02-271-4/+4
* * Bring back the guts of crt{i,n}.S. This allows C++ exceptions to workDavid E. O'Brien2000-10-281-0/+1
* $Id$ -> $FreeBSD$Peter Wemm1999-08-281-1/+1
* 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-071-1/+20
* Import C startup files for ELF support.John Polstra1998-03-071-0/+77