summaryrefslogtreecommitdiff
path: root/lib/csu/sparc64/crt1.c
Commit message (Expand)AuthorAgeFilesLines
* Fix TLS on sparc64 for statically and dynamically linked binariesKip Macy2006-10-081-4/+3
* Add support for TLS in statically linked programs.Doug Rabson2004-08-151-0/+2
* Very minor EOL whitespace diff-reducer.Mark Murray2003-01-261-1/+1
* Missed a bit of cleanup.Mark Murray2003-01-261-2/+0
* make these more useful for lint(1). Minor diff-reductions while I'mMark Murray2003-01-261-0/+1
* Remove the get_term() function. It pretty much can't work forMark Murray2003-01-261-36/+7
* Remove a prototype for a function that is no longer called.Mark Murray2002-09-201-1/+0
* Don't need to install the signal trampoline here anymore.Jake Burkholder2002-09-031-1/+0
* The main reason for this is to reduce diffs between all the crt1.c's.Mark Murray2002-07-161-21/+42
* Install the libc signal trampoline on startup.Jake Burkholder2002-04-291-0/+2
* Do not use __progname directly (except in [gs]etprogname(3)).Mark Murray2002-03-291-2/+3
* Revert part of rev 1.3 -- we need the calls to _init and _fini.David E. O'Brien2002-03-161-4/+0
* Minor style(9) nit + utilize ELF features for the FreeBSD ID.David E. O'Brien2002-02-281-6/+2
* Initialize the libc user trap handlers before passing control non-startupThomas Moestl2002-02-231-0/+2
* Comment out the retrieval of a termination function from %g1. It isJake Burkholder2002-01-131-0/+8
* Fix typo (unclosed comment).Jake Burkholder2001-12-281-0/+1
* Sparc64 ELF version of the C runtime support.David E. O'Brien2001-12-151-0/+128