aboutsummaryrefslogtreecommitdiff
path: root/lib/csu
Commit message (Expand)AuthorAgeFilesLines
* Align the stack suitably for the version of gcc in FreeBSD-4 (providedBruce Evans2002-09-292-0/+66
* 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
* Drop support for COPY, -c has been the default mode of install(1)Ruslan Ermilov2002-07-297-7/+7
* The main reason for this is to reduce diffs between all the crt1.c's.Mark Murray2002-07-166-91/+140
* Whitespace diffs only; this brings this file into the same whitespaceMark Murray2002-07-032-52/+54
* WARNS=6'ify.David E. O'Brien2002-06-251-7/+5
* Prototype _start.David E. O'Brien2002-06-251-2/+4
* Use .rodata section for $FreeBSD$.David E. O'Brien2002-05-156-12/+20
* Fixed CLEANFILES after bsd.lib.mk sweep.Ruslan Ermilov2002-05-136-0/+12
* SOBJS are not used here for a long time, and were justRuslan Ermilov2002-05-136-24/+12
* Major cleanup of bsd.lib.mk.Ruslan Ermilov2002-05-136-27/+0
* Revert the last change. The corresponding bsd.lib.mk changes wereRuslan Ermilov2002-05-126-6/+25
* Use the simpler NOMAN rather than NOMAN, NOPIC, NOPROFILE, INTERNALLIB.David E. O'Brien2002-05-116-25/+6
* Use the compiler's crt{begin,end}.David E. O'Brien2002-05-101-2/+1
* Fix the copyright dates.David E. O'Brien2002-05-071-1/+1
* Install the libc signal trampoline on startup.Jake Burkholder2002-04-291-0/+2
* Removed "-fkeep-inline-functions" from CFLAGS, since it now has no effectBruce Evans2002-04-292-2/+2
* Style nit and modernize SCM ID.David E. O'Brien2002-04-131-8/+2
* For now we are using our old crt{begin,end}.David E. O'Brien2002-04-081-3/+3
* Do not use __progname directly (except in [gs]etprogname(3)).Mark Murray2002-03-2914-24/+39
* Style nit.David E. O'Brien2002-03-231-3/+3
* Remove prototype, no other crt1.c has or needs it.David E. O'Brien2002-03-231-9/+6
* Remove __P() usage.David E. O'Brien2002-03-221-2/+2
* Remove __P() usage.David E. O'Brien2002-03-211-2/+2
* 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