summaryrefslogtreecommitdiffstats
path: root/lib/csu/sparc64
Commit message (Collapse)AuthorAgeFilesLines
* 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
| | | | about it.
* Remove the get_term() function. It pretty much can't work formarkm2003-01-261-36/+7
| | | | | | | | FreeBSD, and makes ugly diffs with the other crt1.c's. Leave behind a comment (words supplied by Thomas Moestl) that explain the issue. OK'ed by: tmm
* 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
| | | | | | for a long time now. Approved by: bde
* The main reason for this is to reduce diffs between all the crt1.c's.markm2002-07-161-21/+42
| | | | | | | | | | | | | | | | | | | Assembler macros are tidied up and made as similar as sanely possible. The macros are translated into C (__inline static) functions for lint. Declaration orders are made the same. Declarations are all ISOfied and tidied up. Comment contents have gratuitous diffs removed. The net result is a bunch of crt1.c's that are 90% the same. It may be possible to now encapsulate the differences in one MD header, and have only one MI crt1.c file (although the macros to do this may be ugly). Helpful comments by: obrien, bde Alpha tested by: des i386-elf tested by: markm
* 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
| | | | pessimising the `install'.
* Major cleanup of bsd.lib.mk.ru2002-05-131-4/+0
| | | | | | | Get rid of the INTERNALSTATICLIB knob and just use plain INTERNALLIB. INTERNALLIB now means to build static library only and don't install anything. Added a NOINSTALLLIB knob for libpam/modules. To not build any library at all, just do not set LIB.
* Revert the last change. The corresponding bsd.lib.mk changes wereru2002-05-121-1/+4
| | | | already backed out.
* 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
| | | | | | Also, make an internal _getprogname() that is used only inside libc. For libc, getprogname(3) is a weak symbol in case a function of the same name is defined in userland.
* 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
| | | | Leave crtbegin* to the compiler vendor.
* 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
| | | | code, so that the userland fp emulator will work.
* Comment out the retrieval of a termination function from %g1. It isjake2002-01-131-0/+8
| | | | | doubtful this will ever be used by anything and rtld uses %g1. Comment out references to _init and _fini for now too.
* 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
| | | | | | | It tries to comply with the SCD 2.4.1 (and thus Sparc 64-bit psABI). This is an amalgamation of the FreeBSD Alpha crt1.c and the BSD/OS Sparc crt0.c (which the copyright reflects).
* sparc64 verions of the crt initialization and finalization files requiredobrien2001-10-282-0/+100
by the ELF ABI.
OpenPOWER on IntegriCloud