aboutsummaryrefslogtreecommitdiff
path: root/lib/csu
Commit message (Expand)AuthorAgeFilesLines
* Revert part of rev 1.3 -- we need the calls to _init and _fini.David E. O'Brien2002-03-161-4/+0
* Sync with csu/alpha/Makefile: build crt{i,n}.o.David E. O'Brien2002-03-101-3/+2
* Minor style(9) nit + utilize ELF features for the FreeBSD ID.David E. O'Brien2002-02-281-6/+2
* Minor style(9) nit + utilize ELF features for the FreeBSD ID.David E. O'Brien2002-02-273-16/+10
* We do not support the sparc platform.David E. O'Brien2002-02-272-129/+0
* Minor WS change to improve readability.David E. O'Brien2002-02-272-6/+6
* Initialize the libc user trap handlers before passing control non-startupThomas Moestl2002-02-231-0/+2
* GC code that moved to crtbrand.c.David E. O'Brien2002-01-281-4/+0
* 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
* Embelish CFLAGS.David E. O'Brien2001-12-151-1/+2
* The instructions on doing something with src/lib/csu/sparc64.David E. O'Brien2001-12-151-0/+25
* Sparc64 ELF version of the C runtime support.David E. O'Brien2001-12-151-0/+128
* Put in an attempt at stack trace/unwind records.Peter Wemm2001-11-031-0/+8
* Mostly cosmetic. Use indentation that is reasonably close to otherPeter Wemm2001-10-292-20/+20
* Update for the new toolchain. ld doesn't provide _GLOBAL_OFFSET_TABLE_Peter Wemm2001-10-291-1/+8
* sparc64 verions of the crt initialization and finalization files requiredDavid E. O'Brien2001-10-282-0/+100
* Add missing crti.S and crtn.S files. I have tested these with -staticPeter Wemm2001-10-272-0/+92
* Sync with other platforms.David E. O'Brien2001-10-271-2/+3
* minor style updatingDavid E. O'Brien2001-10-273-13/+9
* Update for reality and syncing with other FreeBSD platforms.David E. O'Brien2001-10-271-6/+5
* Feh, it helps to include a file other than yourself... wonder howDavid E. O'Brien2001-10-271-1/+1
* Fix nit in copyright.David E. O'Brien2001-10-261-2/+2
* Use the new machine-independent versions of crtbegin and crtendDavid E. O'Brien2001-10-262-108/+0
* Change to track the new calling convention for execve. This version onlyDoug Rabson2001-10-111-17/+3
* Make sure stack is aligned to 16 bytes.Doug Rabson2001-08-211-1/+4
* Removed duplicate VCS ID tags, as per style(9).Ruslan Ermilov2001-08-131-2/+0
* Fix compilation errors by adding forward declarations and fix typo.Mark Peek2001-07-311-3/+7
* Add rcsid's.David E. O'Brien2001-01-043-9/+23
* The instructions on doing something with src/lib/csu/powerpc.David E. O'Brien2001-01-041-0/+26
* PowerPC version of the C runtime support.David E. O'Brien2001-01-041-0/+124
* PowerPC verions of the crt initialization and finalization files requiredDavid E. O'Brien2001-01-042-0/+91
* Alpha verions of the crt initialization and finalization files requiredDavid E. O'Brien2000-10-303-2/+96
* * Bring back the guts of crt{i,n}.S. This allows C++ exceptions to workDavid E. O'Brien2000-10-2814-44/+99
* CSU code for ia64.Doug Rabson2000-10-141-0/+115
* Use the new machine-independent versions of crtbegin and crtendDavid E. O'Brien2000-05-242-7/+5
* Use the new machine-independent versions of crtbegin and crtendJohn Polstra2000-05-233-108/+2
* Take crtbegin.c and crtend.c from the new machine-independentJohn Polstra2000-05-204-135/+4
* This is step 1 in an effort to unify the start-up files for theJohn Polstra2000-05-196-78/+120
* CSU source for IA-64. Current we use the ../Alpha sources.David E. O'Brien2000-04-191-0/+28
* Use ${.ALLSRC} in Makefile so that it is a better candidate for copying.David E. O'Brien2000-04-192-2/+2
* CSU source for the Sparc copied over from the FreeBSD/Alpha sources.Steve Price2000-04-194-0/+237
* Change our ELF binary branding to something more acceptable to the BinutilsDavid E. O'Brien2000-04-182-0/+28
* $Id$ -> $FreeBSD$Peter Wemm1999-08-2819-19/+19
* Enable gcrt1.o.Hidetoshi Shimokawa1999-07-162-2/+25
* Call do_ctors() and do_dtors() using indirect calls through functionJohn Polstra1999-06-061-3/+12
* Remove some left-over stuff from NetBSD that we don't need. ThisJohn Polstra1999-04-242-29/+7
* Ugh. I didn't know this Makefile was reaching over into the dynamicJohn Polstra1999-04-091-2/+4
* Add "-fkeep-inline-functions" to CFLAGS so that higher optimizationJohn Polstra1999-03-152-6/+4
* Reverse the order of processing object files within an executable orJohn Polstra1999-03-132-6/+6