aboutsummaryrefslogtreecommitdiff
path: root/gnu/usr.bin/ld
Commit message (Expand)AuthorAgeFilesLines
* Merge from main branch 1.14 -> 1.15: Fix uninitialized field in objectJohn Polstra1996-07-031-1/+2
* This 3rd mega-commit should hopefully bring us back to where we were.Jordan K. Hubbard1996-06-053-48/+3
* Merge from HEAD, except:Jordan K. Hubbard1996-05-293-6/+51
* Bring in changes from main branch.John Polstra1996-05-023-622/+811
* Bring in minor manual page fixups from main branch 1.7 -> 1.8.John Polstra1996-05-021-12/+12
* Bring in small speedups from main branch 1.2 -> 1.3.John Polstra1996-05-021-3/+2
* Bring in changes from main branch.John Polstra1996-05-024-87/+150
* Fix to ldconfig to handle shlibs with . in their actual names.Poul-Henning Kamp1996-04-021-10/+30
* Sync with main branch.David Greenman1995-10-051-2/+2
* Brought in changes from revs 1.26-1.27: print better diagnostic informationDavid Greenman1995-09-281-17/+15
* This commit was manufactured by cvs2svn to create branch 'RELENG_2_1_0'.cvs2svn1995-08-301-0/+144
* Brought in changes from main branch: add rtld.1 man page.David Greenman1995-08-301-2/+3
* Brought in changes from main branch: fixes for dlopen/dlclose.David Greenman1995-08-251-66/+234
* Brought in change from rev 1.11: reset umask.David Greenman1995-08-251-1/+2
* Brought in change from rev 1.29: make error message consistent with gcc.David Greenman1995-08-251-2/+2
* Bring in changes to support `-m' flag from the HEAD.Jordan K. Hubbard1995-08-132-41/+75
* (2.1.0 branch)David Greenman1995-06-281-3/+7
* This commit was manufactured by cvs2svn to create branch 'RELENG_2_1_0'.cvs2svn1995-06-132-221/+0
* Remove trailing whitespace.Rodney W. Grimes1995-05-307-49/+49
* Sync. up bits with Paul K. Cascade support plus some cosmetic changes.Nate Williams1995-04-211-13/+60
* Back out my change to enforce command line linker order due toNate Williams1995-04-071-11/+8
* Modify the default behavior of the linker to no longer prefer staticNate Williams1995-03-221-9/+12
* Removed /usr/local/lib from the standard library search path to beNate Williams1995-03-191-2/+2
* Back out Poul's hack that forces static libgcc. This has been fixed viaDavid Greenman1995-03-101-11/+2
* Never again shall we link libgcc dynamic. It was a big mistake in thePoul-Henning Kamp1995-03-061-2/+11
* Weak symbol support from NetBSD. This should bring us in sync with theNate Williams1995-03-0414-555/+706
* Support for more Sun compatible dlopen() and friends. Also added proper errorJordan K. Hubbard1995-02-071-87/+205
* Make ldconfig and ld.so not hashing the shared lib minor number. ThisJoerg Wunsch1995-01-122-12/+10
* Change toSteven Wallace1995-01-051-2/+2
* New file from pk to aid new in developing the shlib code for newNate Williams1994-12-231-0/+192
* Updated to recent version of Paul K.'s shlib code. This code has betterNate Williams1994-12-2318-411/+579
* Changed one occurrence of LD 8 to LD 1 and the OS FreeBSD 1.1 to FreeBSD 2.0.Andreas Schulz1994-12-112-6/+6
* Add LDDESTDIR to ld command.Steven Wallace1994-09-181-2/+6
* Unmap hints file when finished with it, so that it can go awayBruce Evans1994-09-151-1/+21
* Add dependencies on libraries to DPADD. Someday this should be doneBruce Evans1994-08-281-2/+3
* Install ld.so immutable.Garrett Wollman1994-08-261-1/+2
* Don't explicitly define __FreeBSD__ - this is no longer necessary.David Greenman1994-08-191-2/+2
* Remove reference to the ld.so man page - ain't no such animal.Jordan K. Hubbard1994-06-171-1/+0
* Changes from Paul Kranenburg which bring us into sync with his sources:Rich Murphey1994-06-1519-891/+933
* Bug reported by Jon-Dean Mountjoy <csjm@cs.ru.ac.za>Geoff Rehmet1994-06-141-1/+10
* Add the -r and -s flags to the Usage string.Andreas Schulz1994-06-051-2/+2
* Change the private declarations from dlopen,dlclose,dlsym,dlctlAndreas Schulz1994-04-131-10/+10
* Better link ldconfig static instead dynamic.Andreas Schulz1994-04-131-2/+2
* Add that /usr/X386/lib is also in the default path for ldconfig. Bug foundAndreas Schulz1994-04-051-1/+3
* Due to the deletion of the gcc support from libc we need again theAndreas Schulz1994-03-101-2/+2
* Document existance of -ZDavid Greenman1994-03-092-2/+6
* Handling of the netzmagic flag was completely missing after the lastDavid Greenman1994-02-171-2/+7
* I yelled, I warned and now I am SCREAMING. Add -D__FreeBSD__ to CFLAGS+=Rodney W. Grimes1994-02-141-2/+2
* A fast private malloc for ld.soJordan K. Hubbard1994-02-131-0/+481
* This is Paul K's latest set of ld changes. A commit was necessary at thisJordan K. Hubbard1994-02-1324-1763/+2043