summaryrefslogtreecommitdiffstats
path: root/lib/csu/sparc64/crt1.c
Commit message (Expand)AuthorAgeFilesLines
* Remove historical GNUC testemaste2015-12-081-6/+0
* Only assign the environ in the startup code when environ is NULL.kib2013-01-071-3/+1
* Stop calling _init/_fini methods from crt1 for dynamic binaries. Dokib2012-03-111-21/+6
* Let all .c and .S files under lib/csu consistently use the __FBSDID()dim2010-12-091-2/+3
* Properly declare non-extern functions in crt1uqs2010-03-051-2/+3
* Fix TLS on sparc64 for statically and dynamically linked binarieskmacy2006-10-081-4/+3
* Add support for TLS in statically linked programs.dfr2004-08-151-0/+2
* Very minor EOL whitespace diff-reducer.markm2003-01-261-1/+1
* Missed a bit of cleanup.markm2003-01-261-2/+0
* make these more useful for lint(1). Minor diff-reductions while I'mmarkm2003-01-261-0/+1
* Remove the get_term() function. It pretty much can't work formarkm2003-01-261-36/+7
* Remove a prototype for a function that is no longer called.markm2002-09-201-1/+0
* Don't need to install the signal trampoline here anymore.jake2002-09-031-1/+0
* The main reason for this is to reduce diffs between all the crt1.c's.markm2002-07-161-21/+42
* Install the libc signal trampoline on startup.jake2002-04-291-0/+2
* Do not use __progname directly (except in [gs]etprogname(3)).markm2002-03-291-2/+3
* Revert part of rev 1.3 -- we need the calls to _init and _fini.obrien2002-03-161-4/+0
* Minor style(9) nit + utilize ELF features for the FreeBSD ID.obrien2002-02-281-6/+2
* Initialize the libc user trap handlers before passing control non-startuptmm2002-02-231-0/+2
* Comment out the retrieval of a termination function from %g1. It isjake2002-01-131-0/+8
* Fix typo (unclosed comment).jake2001-12-281-0/+1
* Sparc64 ELF version of the C runtime support.obrien2001-12-151-0/+128
OpenPOWER on IntegriCloud