aboutsummaryrefslogtreecommitdiff
path: root/lib/csu
Commit message (Expand)AuthorAgeFilesLines
* 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
* Move the code for the ".init" and ".fini" sections outside of aJohn Polstra1999-03-126-30/+30
* Initialize __progname by argv[0] before striping leading path,Hidetoshi Shimokawa1999-01-191-1/+2
* Switch to using ".So" as the extension for PIC object files ratherJohn Polstra1999-01-093-9/+9
* Strip the leading path from __progname.Steve Price1999-01-071-3/+7
* Fixed type mismatches in args to __syscall(). One for mmap() broke onBruce Evans1998-12-271-5/+5
* Avoid using ld -O (as in bsd.lib.mk).Bruce Evans1998-12-271-7/+16
* Strip the leading path from __progname as is done in the a.out case. AlsoSteve Price1998-12-242-6/+18
* Make profiling work for ELF. gprof now autodetects the format ofJohn Polstra1998-09-074-4/+50
* Remove the bootstrap hack that prevented the use of the rtld.John Birrell1998-08-202-24/+3
* Fixed double slashes in pathnames.Bruce Evans1998-05-311-2/+2
* ELF preparation step 2:Søren Schmidt1998-05-261-2/+2
* Force BOOTSTRAP mode all the time while the headers are broken on alphaJohn Birrell1998-05-041-1/+5
* Temporary fix for problems that occur if CFLAGS=-g is added toJohn Birrell1998-04-011-1/+2
* Don't share sources with i386-elf. That was too difficult. 8-(John Birrell1998-03-111-4/+7
* Sharing the crt sources with i386-elf wasn't too successful. The crtiJohn Birrell1998-03-113-20/+167
* Trash startup sources from NetBSD in favour of jdp's FreeBSD sourceJohn Birrell1998-03-104-419/+23
* Import a sanitized version of jdp's crt1.c from i386-elf. I have removedJohn Birrell1998-03-101-0/+63
* Import C startup files for ELF support.John Polstra1998-03-0712-0/+526
* Remove the include of <dlfcn.h> from crt0.c; it is not needed nowJohn Polstra1998-02-113-79/+3
* Move the trampolines for dlopen and related functions from crt0.oJohn Polstra1998-02-094-481/+18
* Implement dladdr.John Polstra1998-02-064-13/+169
* ${TARGET} -> ${.TARGET}Eivind Eklund1998-01-121-2/+2
* CSU source for Alpha obtained from NetBSD. The makefile will requireJohn Birrell1998-01-114-0/+419
* const correctness for dl*()Brian Somers1997-11-223-15/+15
* Make this file p-make clean. (Use "ld -O foo" instead of "ld; mvSatoshi Asami1997-10-111-11/+6
* Sort cross refereces in section SEE ALSO.Wolfram Schneider1997-09-291-2/+3
* Implement dlsym(RTLD_NEXT, symbol).John Polstra1997-08-023-8/+42