summaryrefslogtreecommitdiff
path: root/gnu/usr.bin/ld
Commit message (Expand)AuthorAgeFilesLines
* This commit was manufactured by cvs2svn to create tagrelease/2.0.5_cvscvs2svn1995-06-1031-31/+31
* This commit was manufactured by cvs2svn to create branch 'RELENG_2_0_5'.cvs2svn1995-05-302-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-554/+705
* Support for more Sun compatible dlopen() and friends. Also added proper errorJordan K. Hubbard1995-02-071-86/+204
* 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-1751/+2031
* Changed NetBSD -> FreeBSDNate Williams1994-02-114-8/+8
* Remove /usr/X386/lib and /usr/local/lib from the default locations,Rodney W. Grimes1994-02-091-2/+2
* Removed dependance on EX_DYNAMIC in making decisions on the magic number.David Greenman1994-01-193-6/+7
* More proper fix for for shared lib debugging support.Jordan K. Hubbard1994-01-141-2/+2
* 1. Fix bug where duplicate symbol warnings were suppressed. This oftenJordan K. Hubbard1994-01-122-7/+3
* Updated man page to document new behaviour of -Z, -z and -Q flags.Jordan K. Hubbard1994-01-032-4/+14
* Implemented 'QMAGIC' a.out format correctly, and changed the defaultDavid Greenman1994-01-035-28/+34
* C++ support changes (+misc fixes) from Paul K.Jordan K. Hubbard1993-12-224-18/+69
* Fixed Makefile per bug report from Julian Stacey. There was an extra DESTDIRNate Williams1993-12-162-4/+4
* Added sbrk() as new file.Jordan K. Hubbard1993-12-111-0/+101
* Broke sbrk() out of rtld as part of general cleanup.Jordan K. Hubbard1993-12-112-45/+6
* Omitted 4th argument to findshlib() [thanks Rich!]. Our ld is a bitJordan K. Hubbard1993-12-111-3/+3
* Sync up with Paul K's latest ld from cesium.Jordan K. Hubbard1993-12-1110-173/+558
* makedepend fails for ld. I think it because the .S files areJordan K. Hubbard1993-12-101-3/+3
* Added the TODO file. Also wanted to announce the previous change to rtld.cJordan K. Hubbard1993-12-091-0/+4
* David Greenman's latest changes to eliminate much stack-walking jazzJordan K. Hubbard1993-12-091-94/+8