summaryrefslogtreecommitdiff
path: root/lib/csu
AgeCommit message (Expand)Author
1999-12-09dlopen and dlsym take const char * parameters.Marc Espie
1999-08-24Do not error out if we have been statically linked but would like ld.so for d...Niklas Hallqvist
1999-08-20Fix RCS IdsNiklas Hallqvist
1999-07-23Eliminate namespace pollution, the crt0 file should not conflictDale S. Rahn
1999-03-13Fix loading of constant into upper portion off register, prevouslyDale S. Rahn
1999-02-01When compiling for ELF use .init and .fini sections instead of special syms.Per Fogelstrom
1999-01-28update for binutils 2.9.1, whenever it might show up... The changesDale S. Rahn
1998-09-15If something is a.out dependent... don't use if in elf ports...Per Fogelstrom
1998-07-05Changes to support profiling on the powerpc port, startup code.Dale S. Rahn
1998-06-01consitancize with other archsMichael Shalayeff
1998-05-14$OpenBSD$Niklas Hallqvist
1998-02-09merge in rev 1.2Niklas Hallqvist
1998-02-08Update from NetBSDNiklas Hallqvist
1998-02-03Make __{CTOR,DTOR}_LIST__ extern instead of array of size zeroMarco S Hyman
1997-11-08make obj thingies.Todd T. Fries
1997-10-07Makefile refers to NOPIC, so at least bring bsd.own.mk in before, as someNiklas Hallqvist
1997-07-24use -fno-omit-frame-pointer; the reason is almost crazy; pr#287Theo de Raadt
1997-07-23tabifykstailey
1997-07-01if no error, dlerror() should return NULLTheo de Raadt
1997-06-24Use OpenBSD tags and not SCCS or RCS Id tagsThorsten Lockert
1997-04-27COPY -> INSTALL_COPY and STRIP -> INSTALL_STRIPTodd C. Miller
1997-04-23Fix "bug" in linker. actually was bug in asm files that did not correctlyDale S. Rahn
1997-04-21Ugly hack to work around bug in 88k linker.Dale S. Rahn
1997-03-25Ok here is the mvme88k userland, minus a few important pieces.Dale S. Rahn
1996-12-21-Wall madness.Todd C. Miller
1996-12-21Check-in of powerpc csu support.Dale S. Rahn
1996-12-08install -> ${INSTALL}, -c -> ${COPY}Jason Downs
1996-11-13Sync with NetBSD, Add OpenBSD tags.Niklas Hallqvist
1996-11-13Sync with NetBSD, Add OpenBSD tags.Niklas Hallqvist
1996-09-02OopsPer Fogelstrom
1996-09-02Create crtn.o. Right now it's an empty file...Per Fogelstrom
1996-05-25Minor cleanupPer Fogelstrom
1996-05-22machine/asm.h is sufficientTheo de Raadt
1996-05-19New version of crt0 scrt0 gcrt0 to support ELF shared libs.Per Fogelstrom
1996-03-05Don't use -fpic if NOPIC defined. From Dale Rahn.Niklas Hallqvist
1995-12-21from netbsd; limit the flags that get passed to cppTheo de Raadt
1995-12-15from netbsd; do not override other CFLAGS settingsTheo de Raadt
1995-12-14from netbsd; fix profiling supportTheo de Raadt
1995-11-01vax c runtime supportTheo de Raadt
1995-10-18initial import of NetBSD treeTheo de Raadt