summaryrefslogtreecommitdiffstats
path: root/lib/csu
Commit message (Expand)AuthorAgeFilesLines
* Force BOOTSTRAP mode all the time while the headers are broken on alphajb1998-05-041-1/+5
* Temporary fix for problems that occur if CFLAGS=-g is added tojb1998-04-011-1/+2
* Bring these back from the dead.jb1998-03-112-0/+99
* Don't share sources with i386-elf. That was too difficult. 8-(jb1998-03-111-4/+7
* This commit was generated by cvs2svn to compensate for changes in r34484,jb1998-03-111-20/+68
|\
| * Sharing the crt sources with i386-elf wasn't too successful. The crtijb1998-03-113-108/+120
* | Trash startup sources from NetBSD in favour of jdp's FreeBSD sourcejb1998-03-104-419/+23
* | This commit was generated by cvs2svn to compensate for changes in r34452,jb1998-03-101-0/+63
|\ \ | |/
| * Import a sanitized version of jdp's crt1.c from i386-elf. I have removedjb1998-03-101-0/+63
| * This commit was manufactured by cvs2svn to create branch 'jb'.cvs2svn1998-01-117-1182/+0
* | This commit was generated by cvs2svn to compensate for changes in r34198,jdp1998-03-076-0/+263
|\ \
| * | Import C startup files for ELF support.jdp1998-03-076-0/+263
| /
* | Import C startup files for ELF support.jdp1998-03-076-0/+263
* | Remove the include of <dlfcn.h> from crt0.c; it is not needed nowjdp1998-02-113-79/+3
* | Move the trampolines for dlopen and related functions from crt0.ojdp1998-02-094-481/+18
* | Implement dladdr.jdp1998-02-064-13/+169
* | ${TARGET} -> ${.TARGET}eivind1998-01-121-2/+2
|/
* CSU source for Alpha obtained from NetBSD. The makefile will requirejb1998-01-114-0/+419
* const correctness for dl*()brian1997-11-223-15/+15
* Make this file p-make clean. (Use "ld -O foo" instead of "ld; mvasami1997-10-111-11/+6
* Sort cross refereces in section SEE ALSO.wosch1997-09-291-2/+3
* Implement dlsym(RTLD_NEXT, symbol).jdp1997-08-023-8/+42
* Use our copy of dlfcn.h, not the version in /usr/include, which may notmsmith1997-04-301-2/+2
* Declare the constructor/destructor linker sets as extern rather thanjdp1997-04-091-3/+24
* Fix an error in the previous revision that caused make world breakage.jdp1997-04-021-1/+3
* Simplified install rule.bde1997-04-011-6/+2
* Revert $FreeBSD$ to $Id$peter1997-02-223-3/+3
* Make the long-awaited change from $Id$ to $FreeBSD$jkh1997-01-143-3/+3
* Convert to mdoc format.jdp1997-01-121-136/+152
* Add definitions of RTLD_LAZY and RTLD_NOW.jdp1997-01-121-0/+6
* Set the "crt_ldso" member of the crt-to-ld.so interface structure. Thisjdp1997-01-111-1/+2
* Use ${COPY} instead of -C for installing non-source files. crt*.obde1997-01-011-2/+2
* When linking with no rtld support, provide stub dl*() functions thatpeter1996-12-281-1/+43
* Fixed prototyping of dlopen/dlsym in dlfcn.h, to match how crt0.c definesscrappy1996-10-081-2/+2
* Remove garbage initcode reference so that 'gcc -Dlint ...'steve1996-10-061-2/+1
* Support crt0 <-> ld.so interface version 4. This should be both backwardspeter1996-10-011-5/+11
* cmp -s || install -c --> install -Cpeter1996-08-301-7/+5
* ``mv'' -> ``mv -f''wosch1996-05-071-6/+6
* Changed the dimensions of __CTOR_LIST__ and __DTOR_LIST__ from 0jdp1996-02-201-14/+6
* Back out the thread_init code in order to allow -current to bootstrapnate1996-01-301-8/+0
* Reviewed by: julian and (hsu?)julian1996-01-221-1/+9
* Check the count in the first word of __CTOR_LIST__ before executingjdp1996-01-151-4/+12
* This commit was generated by cvs2svn to compensate for changes in r13122,peter1995-12-301-3/+0
* recording cvs-1.6 file deathpeter1995-12-302-436/+0
* Remove my locale hack. Sigh.ache1995-11-022-14/+3
* Clean up and make code (more) readable.phk1995-10-292-111/+96
* Fixed dependencies for scrt0.o.bde1995-10-221-7/+14
* -fomit-frame-pointer is becomming an increasingly popular optimization,phk1995-10-201-2/+2
* put the _getenv and _strncmp under #ifdef DEBUG, which is the only timephk1995-10-181-1/+6
* Create a scrt0.o file that specifically excludes the shared-lib support.dg1995-10-181-6/+11
OpenPOWER on IntegriCloud