aboutsummaryrefslogtreecommitdiff
path: root/gnu/usr.bin/ld
Commit message (Expand)AuthorAgeFilesLines
* This commit was manufactured by cvs2svn to create tagrelease/3.3.0_cvscvs2svn1999-09-1616-16/+16
* $Id$ -> $FreeBSD$Peter Wemm1999-08-2916-16/+16
* Change i386 in a few paths to ${MACHINE} to support MACHINE=pc98.KATO Takenori1998-09-091-3/+3
* Install the legacy man file in section 1aout.John Birrell1998-09-071-1/+2
* Add Xref to ldd(1).Joseph Koshy1998-07-262-2/+4
* Fixed printf format errors.Bruce Evans1998-06-304-14/+18
* Add -DFREEBSD_AOUT to CFLAGS, to ensure that <link.h> gives us the correctPeter Wemm1998-06-121-2/+2
* These files were moved elsewhere (sbin/ldconfig, libexec/rtld-aout,Peter Wemm1998-06-0120-5936/+0
* Look for files in their new locations.Peter Wemm1998-06-011-11/+7
* ELF preparation step 2:Søren Schmidt1998-05-263-6/+11
* ELF preparation step 1:Søren Schmidt1998-05-251-1/+2
* Add ELF support.Doug Rabson1998-05-012-11/+62
* Implement dladdr.John Polstra1998-02-061-4/+94
* Removed /etc/ld.so.conf reference from FILES section (people getAlexander Langer1998-01-011-3/+1
* Use consistent spelling,Tim Vanderhoek1997-12-251-1/+1
* Make emacs work again. This is a workaround for the fact that theJohn Polstra1997-12-051-18/+33
* Get rid of the dynamic linker's internal malloc package, and arrangeJohn Polstra1997-11-294-863/+474
* In the "ldd -v" output, display the N_AUX information for eachJohn Polstra1997-11-281-3/+13
* Many places in the code NULL is used in integer context, wherePoul-Henning Kamp1997-09-181-2/+2
* spelling corrections.Wolfram Schneider1997-09-131-3/+3
* Touch up the code that implements "ldd -v".John Polstra1997-09-023-54/+86
* fix a few spelling changesJohn-Mark Gurney1997-08-301-1/+1
* .Ar -l -> .Fl lSteve Price1997-08-232-4/+4
* Add -R (rescan or refresh) option to rescan and rebuild the hintsPeter Wemm1997-08-222-13/+27
* - In dlsym(), if the lookup fails using the original symbol, prepend anNate Williams1997-08-191-2/+30
* Implement dlsym(RTLD_NEXT, symbol).John Polstra1997-08-021-12/+64
* Allow ldconfig to accept files (containing directory paths) as well asJordan K. Hubbard1997-07-112-9/+73
* Configure static linkage in the normal way (default to -static usingBruce Evans1997-06-291-2/+2
* Configure static linkage in the normal way (default to -static usingBruce Evans1997-06-291-4/+6
* BYOC - Bring Your Own Calloc(3)Poul-Henning Kamp1997-06-221-1/+14
* Fix some old typos and misspellings.John Polstra1997-05-312-10/+10
* Document new -Bforcedynamic flag and -assert pure-text.Doug Rabson1997-05-292-6/+36
* Typo fix.Masafumi Max NAKANE1997-05-271-3/+3
* Changes to support the kernel linker:Doug Rabson1997-05-133-8/+22
* Fix a bug that caused the relocs for linker set members in sharedJohn Polstra1997-04-301-1/+3
* Don't complain about no input files for `ld -f'. This fixes spuriousBruce Evans1997-04-251-2/+5
* Fill the padding at the end of the runtime strings with zeros,John Polstra1997-04-251-2/+6
* Fixed `make depend' and related bogons. LDFLAGS was used forBruce Evans1997-04-161-10/+2
* Don't print nonexistent library names for `ld -f [-Lfoo] -lbar'. ABruce Evans1997-04-111-2/+10
* Add a new "-f" option to the linker, to print the resolved pathsJohn Polstra1997-03-223-5/+43
* Revert $FreeBSD$ to $Id$Peter Wemm1997-02-2236-36/+36
* Fix a bug involving alias (N_INDR) symbols. When building a sharedJohn Polstra1997-02-011-2/+8
* Use xmalloc instead of malloc in two places, so that out-of-memoryJohn Polstra1997-01-242-2/+2
* Pay attention to the environment variable "LD_IGNORE_MISSING_OBJECTS".John Polstra1997-01-172-1/+36
* If a library is found in the hints file, but the library doesn't exist,John Polstra1997-01-141-0/+4
* Make the long-awaited change from $Id$ to $FreeBSD$Jordan K. Hubbard1997-01-1436-36/+36
* Sort cross references.Wolfram Schneider1997-01-133-9/+9
* Use the RTLD_NOW symbol, now that it is defined in <dlfcn.h>.John Polstra1997-01-121-4/+3
* Correct typos and spelling errors.John Polstra1997-01-121-5/+5
* Add support for the LD_BIND_NOW environment variable. If it is set to aJohn Polstra1997-01-122-23/+54