summaryrefslogtreecommitdiff
path: root/gnu/usr.bin/ld/ld.c
AgeCommit message (Expand)Author
2013-07-05Put the a.out as and ld to rest in the Attic, finally!Miod Vallat
2012-08-11Actually correctly handle -rpath-link, instead of eating its argument butMiod Vallat
2012-08-09Recognize and silently eat -rpath-link, as already done for -rpath, to avoidMiod Vallat
2008-02-12Fix a few warnings, including an uninitialized variable in an error case.Miod Vallat
2005-09-30accept a -E argument like ELF ld does. fake it out. it does nothing here.Theo de Raadt
2004-03-31byteswap strtab length on writing w/o affecting variable'sMichael Shalayeff
2003-08-15remove extra \n in {warn,err}{,x} callsTheo de Raadt
2003-04-16string cleanup; ok millertTheo de Raadt
2002-09-07ansification of ldMarco S Hyman
2002-07-19convert functions from K&R style to prototype style.Marco S Hyman
2002-07-17un-__P the code. fgs says "looks ok."Marco S Hyman
2002-07-15space to tab cleanup. Nothing but whitespace changes in this commit.Marco S Hyman
2002-07-10First of some clean-up commits. This one only removes use ofMarco S Hyman
2002-06-04spellingTheo de Raadt
2002-04-17Ld speed-up patch.Marc Espie
2002-03-31workaround a problem in vax; some malloc() order is causing this if amongFederico G. Schwindt
2002-02-26fix errx(3) arg.Federico G. Schwindt
2001-10-30correct open() checksTheo de Raadt
2001-07-08Fix an obscure bug: make sure aliases are referenced.Marc Espie
2000-09-21Trim down RRS text relocation warnings, no need to see 1000 of themMarc Espie
2000-09-20Avoid erasing a GOT definition.Marc Espie
2000-02-21Revert the last revert. (with the bug fixed)Artur Grabowski
2000-02-21back out recent change. completely breaks ld on the sparc:Theo de Raadt
2000-02-11Let weak symbols take precedence over symbols read from 2nd hand libraries.Marc Espie
1999-05-24This patch lets sparc ld handle pic/PIC relocations mix, by simply forcingMarc Espie
1998-11-25fix commentkstailey
1998-08-11RCS Id I have had lying around.Niklas Hallqvist
1998-02-22Add emulation of binutils 2.x ld options: -rpath dir, -shared, -soname,Theo de Raadt
1997-04-10calc page alignment correctly for -p; pk@netbsdTheo de Raadt
1997-04-09the theTheo de Raadt
1997-02-21Get symbol counts right when counting weak symbols in shared libraries asThorsten Lockert
1996-12-22Correct handling of weak symbols in shared libraries; from pk@netbsd.orgThorsten Lockert
1996-06-17align bss on machdep boundary in case something else failed toTheo de Raadt
1996-03-30From NetBSD: merge of 960317Niklas Hallqvist
1995-12-30from netbsd:Theo de Raadt
1995-10-18initial import of NetBSD treeTheo de Raadt