aboutsummaryrefslogtreecommitdiff
path: root/gnu/usr.bin/ld/support.c
Commit message (Collapse)AuthorAgeFilesLines
* These files were moved elsewhere (sbin/ldconfig, libexec/rtld-aout,Peter Wemm1998-06-011-86/+0
| | | | | | | usr.bin/ldd) as they stand alone and are under bsd-style license. Notes: svn path=/head/; revision=36569
* Revert $FreeBSD$ to $Id$Peter Wemm1997-02-221-1/+1
| | | | Notes: svn path=/head/; revision=22996
* Use xmalloc instead of malloc in two places, so that out-of-memoryJohn Polstra1997-01-241-1/+1
| | | | | | | | | conditions will be detected. Submitted by: Philippe Charnier <charnier@xp11.frmug.org> Notes: svn path=/head/; revision=21967
* Make the long-awaited change from $Id$ to $FreeBSD$Jordan K. Hubbard1997-01-141-1/+1
| | | | | | | | | | | This will make a number of things easier in the future, as well as (finally!) avoiding the Id-smashing problem which has plagued developers for so long. Boy, I'm glad we're not using sup anymore. This update would have been insane otherwise. Notes: svn path=/head/; revision=21673
* Support for .weak (in addition to the N_INDR stab) for gcc/g++. Also dealPeter Wemm1996-10-011-0/+86
with the -R option and store the path in the dynamic header when specified. The $LD_RUN_PATH environment variable is not checked yet. While here, split up the code a bit more to enable more selective replacing of GPL'ed components that are linked with ld.so with others. Obtained from: NetBSD (mostly, the breakup is my fault) Notes: svn path=/head/; revision=18595