aboutsummaryrefslogtreecommitdiff
path: root/gnu/usr.bin/ld/ld.c
Commit message (Expand)AuthorAgeFilesLines
* BANG! BANG! BANG! Put these bits out of their misery.David E. O'Brien2002-09-171-3825/+0
* $Id$ -> $FreeBSD$Peter Wemm1999-08-271-1/+1
* Fixed printf format errors.Bruce Evans1998-06-301-4/+4
* Changes to support the kernel linker:Doug Rabson1997-05-131-2/+12
* Don't complain about no input files for `ld -f'. This fixes spuriousBruce Evans1997-04-251-2/+5
* 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-221-1/+33
* Revert $FreeBSD$ to $Id$Peter Wemm1997-02-221-1/+1
* 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-241-1/+1
* Make the long-awaited change from $Id$ to $FreeBSD$Jordan K. Hubbard1997-01-141-1/+1
* Changes to make ld demangle C++ symbol names before printingJoshua Peck Macdonald1997-01-111-26/+26
* Support for .weak (in addition to the N_INDR stab) for gcc/g++. Also dealPeter Wemm1996-10-011-27/+67
* General -Wall warning cleanup, part I.Jordan K. Hubbard1996-07-121-6/+7
* Aw c'mon. I'm being driven mad by plenty of other things. I don'tBill Paul1996-06-081-2/+2
* Add an option -O <filename> to ld. From the manpage:Poul-Henning Kamp1996-05-281-1/+14
* When a local symbol that would normally be eliminated by "-x" orJohn Polstra1996-04-241-1/+12
* Remove LD_NOSTD_PATH implementation, it isn't works andAndrey A. Chernov1995-10-241-2/+2
* Fix checks for open() failing. open() may successfully return 0.Bruce Evans1995-09-281-3/+3
* Make ld's error messages consistent with gcc when no input filesRodney W. Grimes1995-07-131-2/+2
* Make `ld' properly honoring the umask setting when chmod'ing theJoerg Wunsch1995-06-141-3/+7
* Remove trailing whitespace.Rodney W. Grimes1995-05-301-14/+14
* 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-041-138/+242
* Updated to recent version of Paul K.'s shlib code. This code has betterNate Williams1994-12-231-103/+183
* Changes from Paul Kranenburg which bring us into sync with his sources:Rich Murphey1994-06-151-340/+426
* Handling of the netzmagic flag was completely missing after the lastDavid Greenman1994-02-171-2/+7
* This is Paul K's latest set of ld changes. A commit was necessary at thisJordan K. Hubbard1994-02-131-356/+547
* Removed dependance on EX_DYNAMIC in making decisions on the magic number.David Greenman1994-01-191-3/+2
* Implemented 'QMAGIC' a.out format correctly, and changed the defaultDavid Greenman1994-01-031-11/+8
* C++ support changes (+misc fixes) from Paul K.Jordan K. Hubbard1993-12-221-3/+19
* Sync up with Paul K's latest ld from cesium.Jordan K. Hubbard1993-12-111-97/+228
* More changes to bring FreBSD in sync with Paul K's latest.Jordan K. Hubbard1993-12-041-74/+14
* Moved DEBUG conditional where it belonged to remove DEBUG code out ofNate Williams1993-12-021-2/+2
* Second attempt to integrate Paul K's changes.Jordan K. Hubbard1993-12-021-2/+2
* #ifdef DEBUG missed by several lines!Andrey A. Chernov1993-12-011-2/+2
* Many recent fixes from Paul K, add support for chaining of shared lib deps.Jordan K. Hubbard1993-11-301-147/+281
* Some of the latest changes from Paul K (taken from NetBSD-current).Jordan K. Hubbard1993-11-221-27/+85
* Recent Paul K. changes for compiling X shared (tested on my box).Jordan K. Hubbard1993-11-181-2/+4
* Default magic is back to netbsd ZMAGIC,Paul Richards1993-11-161-2/+1
* Swapped meaning of -Z and -z options.Paul Richards1993-11-161-4/+6
* Incorporated fixes from Paul to make -Z option work. Emits old-stylePaul Richards1993-11-151-2/+3
* Updated to newest ld from pk.Paul Richards1993-11-091-8/+15
* Imported NetBSD's ld for shared libs.Paul Richards1993-11-031-4152/+2398
* Added support for QMAGIC format executable output. This causes the loaderDavid Greenman1993-10-261-28/+10
* From: rich@id.slip.bcm.tmc.edu.cdrom.com (Rich Murphey)Rodney W. Grimes1993-09-051-1/+2
* ld is moved to src/gnuNate Williams1993-06-291-0/+4716