aboutsummaryrefslogtreecommitdiff
path: root/lib
Commit message (Collapse)AuthorAgeFilesLines
* -r option incorrectly removed:Andrey A. Chernov1993-11-181-2/+2
| | | | | | | it is impossible to make gcrt0.o from moncrt0.o and gmon.o without it. Notes: svn path=/head/; revision=780
* Removed all the ld -x -r stuff -- paranoia.Paul Richards1993-11-161-8/+9
| | | | Notes: svn path=/head/; revision=772
* shlib update:Paul Richards1993-11-092-9/+8
| | | | | | | | Can get rid of local symbols with "ld -x -r" again. Made LDSO #ifdef DEBUG. Notes: svn path=/head/; revision=741
* Removed install -d line since our install doesn't support the -dPaul Richards1993-11-071-2/+1
| | | | | | | option. Notes: svn path=/head/; revision=710
* Added shared libs support from NetBSD.Paul Richards1993-11-044-57/+403
| | | | Notes: svn path=/head/; revision=698
* Yanked out the 8 'addb %al,%al' (0xc000)'s out of the start of theDavid Greenman1993-10-261-8/+0
| | | | | | | | | | program. The idea was that these are 'alignment' crap, but the image is 16byte-aligned without these. Location 0 still doesn't have a 0, but who cares, binaries wil be built with page zero unmapped in the near future. Notes: svn path=/head/; revision=670
* Added ${COPY} knob to the install commandsCharlie Root1993-07-031-1/+1
| | | | Notes: svn path=/head/; revision=89
* Added some support the new err(3) routines needNate Williams1993-06-291-0/+12
| | | | | | | (Copied directly from NetBSD verbatim) Notes: svn path=/head/; revision=52
* Upgrade to GCC 2.XPaul Richards1993-06-181-0/+5
| | | | Notes: svn path=/head/; revision=7
* Initial import, 0.1 + pk 0.2.4-B1Rodney W. Grimes1993-06-125-0/+578
Notes: svn path=/cvs2svn/branches/unlabeled-1.1.1/; revision=4