summaryrefslogtreecommitdiffstats
path: root/lib/csu/sparc64
Commit message (Expand)AuthorAgeFilesLines
* 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-093-9/+9
* Properly declare non-extern functions in crt1uqs2010-03-051-2/+3
* Properly support -fPIE by linking PIE binaries with specially-builtkib2009-12-021-1/+4
* 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
* Drop support for COPY, -c has been the default mode of install(1)ru2002-07-291-1/+1
* The main reason for this is to reduce diffs between all the crt1.c's.markm2002-07-161-21/+42
* Fixed CLEANFILES after bsd.lib.mk sweep.ru2002-05-131-0/+2
* SOBJS are not used here for a long time, and were justru2002-05-131-4/+2
* Major cleanup of bsd.lib.mk.ru2002-05-131-4/+0
* Revert the last change. The corresponding bsd.lib.mk changes wereru2002-05-121-1/+4
* Use the simpler NOMAN rather than NOMAN, NOPIC, NOPROFILE, INTERNALLIB.obrien2002-05-111-4/+1
* Use the compiler's crt{begin,end}.obrien2002-05-101-2/+1
* Install the libc signal trampoline on startup.jake2002-04-291-0/+2
* For now we are using our old crt{begin,end}.obrien2002-04-081-3/+3
* Do not use __progname directly (except in [gs]etprogname(3)).markm2002-03-292-3/+5
* Revert part of rev 1.3 -- we need the calls to _init and _fini.obrien2002-03-161-4/+0
* Sync with csu/alpha/Makefile: build crt{i,n}.o.obrien2002-03-101-3/+2
* 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
* Embelish CFLAGS.obrien2001-12-151-1/+2
* The instructions on doing something with src/lib/csu/sparc64.obrien2001-12-151-0/+25
* Sparc64 ELF version of the C runtime support.obrien2001-12-151-0/+128
* sparc64 verions of the crt initialization and finalization files requiredobrien2001-10-282-0/+100
OpenPOWER on IntegriCloud