summaryrefslogtreecommitdiffstats
path: root/gnu/usr.bin/ld/ld.c
Commit message (Expand)AuthorAgeFilesLines
* BANG! BANG! BANG! Put these bits out of their misery.obrien2002-09-171-3825/+0
* $Id$ -> $FreeBSD$peter1999-08-271-1/+1
* Fixed printf format errors.bde1998-06-301-4/+4
* Changes to support the kernel linker:dfr1997-05-131-2/+12
* Don't complain about no input files for `ld -f'. This fixes spuriousbde1997-04-251-2/+5
* Don't print nonexistent library names for `ld -f [-Lfoo] -lbar'. Abde1997-04-111-2/+10
* Add a new "-f" option to the linker, to print the resolved pathsjdp1997-03-221-1/+33
* Revert $FreeBSD$ to $Id$peter1997-02-221-1/+1
* Fix a bug involving alias (N_INDR) symbols. When building a sharedjdp1997-02-011-2/+8
* Use xmalloc instead of malloc in two places, so that out-of-memoryjdp1997-01-241-1/+1
* Make the long-awaited change from $Id$ to $FreeBSD$jkh1997-01-141-1/+1
* Changes to make ld demangle C++ symbol names before printingjmacd1997-01-111-26/+26
* Support for .weak (in addition to the N_INDR stab) for gcc/g++. Also dealpeter1996-10-011-27/+67
* General -Wall warning cleanup, part I.jkh1996-07-121-6/+7
* Aw c'mon. I'm being driven mad by plenty of other things. I don'twpaul1996-06-081-2/+2
* Add an option -O <filename> to ld. From the manpage:phk1996-05-281-1/+14
* When a local symbol that would normally be eliminated by "-x" orjdp1996-04-241-1/+12
* Remove LD_NOSTD_PATH implementation, it isn't works andache1995-10-241-2/+2
* Fix checks for open() failing. open() may successfully return 0.bde1995-09-281-3/+3
* Make ld's error messages consistent with gcc when no input filesrgrimes1995-07-131-2/+2
* Make `ld' properly honoring the umask setting when chmod'ing thejoerg1995-06-141-3/+7
* Remove trailing whitespace.rgrimes1995-05-301-14/+14
* Back out Poul's hack that forces static libgcc. This has been fixed viadg1995-03-101-11/+2
* Never again shall we link libgcc dynamic. It was a big mistake in thephk1995-03-061-2/+11
* Weak symbol support from NetBSD. This should bring us in sync with thenate1995-03-041-138/+242
* Updated to recent version of Paul K.'s shlib code. This code has betternate1994-12-231-103/+183
* Changes from Paul Kranenburg which bring us into sync with his sources:rich1994-06-151-340/+426
* Handling of the netzmagic flag was completely missing after the lastdg1994-02-171-2/+7
* This is Paul K's latest set of ld changes. A commit was necessary at thisjkh1994-02-131-356/+547
* Removed dependance on EX_DYNAMIC in making decisions on the magic number.dg1994-01-191-3/+2
* Implemented 'QMAGIC' a.out format correctly, and changed the defaultdg1994-01-031-11/+8
* C++ support changes (+misc fixes) from Paul K.jkh1993-12-221-3/+19
* Sync up with Paul K's latest ld from cesium.jkh1993-12-111-97/+228
* More changes to bring FreBSD in sync with Paul K's latest.jkh1993-12-041-74/+14
* Moved DEBUG conditional where it belonged to remove DEBUG code out ofnate1993-12-021-2/+2
* Second attempt to integrate Paul K's changes.jkh1993-12-021-2/+2
* #ifdef DEBUG missed by several lines!ache1993-12-011-2/+2
* Many recent fixes from Paul K, add support for chaining of shared lib deps.jkh1993-11-301-147/+281
* Some of the latest changes from Paul K (taken from NetBSD-current).jkh1993-11-221-27/+85
* Recent Paul K. changes for compiling X shared (tested on my box).jkh1993-11-181-2/+4
* Default magic is back to netbsd ZMAGIC,paul1993-11-161-2/+1
* Swapped meaning of -Z and -z options.paul1993-11-161-4/+6
* Incorporated fixes from Paul to make -Z option work. Emits old-stylepaul1993-11-151-2/+3
* Updated to newest ld from pk.paul1993-11-091-8/+15
* Imported NetBSD's ld for shared libs.paul1993-11-031-4152/+2398
* Added support for QMAGIC format executable output. This causes the loaderdg1993-10-261-28/+10
* From: rich@id.slip.bcm.tmc.edu.cdrom.com (Rich Murphey)rgrimes1993-09-051-1/+2
* ld is moved to src/gnunate1993-06-291-0/+4716
OpenPOWER on IntegriCloud