summaryrefslogtreecommitdiff
path: root/gnu/usr.bin/ld
AgeCommit message (Expand)Author
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
2000-02-03Deal with empty path element in LD_LIBRARY_PATH.Todd C. Miller
2000-02-01Cross-tools fixes:Marc Espie
2000-01-27Add `-R' option (rescan previously configured directories) support.Oleg Safiullin
2000-01-23Fix `internal consistency errors': all warnings for undefined symbols MUSTMarc Espie
2000-01-16Kill XXX code which is bogus and unused anyway (no call with dodotpath==1Marc Espie
2000-01-16Bug-fix: skipping inappropriate versions is independent of whetherMarc Espie
2000-01-11Reverse order of ^lib and '/' checks since ^lib is cheaper; espie@Todd C. Miller
2000-01-11Fix the logic that determines whether or not a dlopen()'d name shouldTodd C. Miller
2000-01-02revert back 1.4->1.5.assar
1999-12-10bad espie, commiting bad patches, with junk in them that should not be thereTheo de Raadt
1999-12-09dlopen and dlsym take const char * parameters.Marc Espie
1999-10-26indentTheo de Raadt
1999-09-06succesfully -> successfullyAaron Campbell
1999-08-25comment typoNiklas Hallqvist
1999-08-25Remove redundant test (which I am sure gcc removed by itself anyhow)Niklas Hallqvist
1999-08-24Enable dlopen(3) to work in statically linked binariesNiklas Hallqvist
1999-08-24Remove -g accidentally committed by someoneNiklas Hallqvist
1999-08-24Align defines nicelyNiklas Hallqvist
1999-05-24This patch lets sparc ld handle pic/PIC relocations mix, by simply forcingMarc Espie
1999-05-21Be more specific about dynamic libraries: ldd does not know how to handleMarc Espie
1999-05-13libary -> library, other misc correctionsAaron Campbell
1999-05-10cross-ld for sparc: iflush as nop, since it won't compile on non-sparc,Marc Espie
1999-05-10add needed declaration of struct ranlib tag to keep cross-endian toolsMarc Espie
1999-02-20fix library search problem; the linker would stop searchingMarco S Hyman
1999-02-09Removal of mvme88k/* files - again...Steve Murphree
1999-02-09Corrected mvme88k vs. m88k directories.Steve Murphree
1999-02-09Moved from mvme88kSteve Murphree
1999-02-09Fixed mvme88k vs. m88k MACHINE_ARCHSteve Murphree
1999-01-23Merge _GLOBAL_OFFSET_TABLE_ and __GLOBAL_OFFSET_TABLE_ atMarc Espie
1998-11-25fix commentkstailey
1998-08-28set RTLD_DL flag before refcount++ returns; michaels@inet.noTheo de Raadt
1998-08-11RCS Id I have had lying around.Niklas Hallqvist
1998-08-05setuid/setgid caveats; formTheo de Raadt
1998-07-22add a section about LD_PRELOAD; noted as missing by form@pppvs.itam.nsc.ruTheo de Raadt
1998-05-16remove host defs when getting target onesNiklas Hallqvist
1998-05-14Hey, vax is LE!Niklas Hallqvist
1998-05-11Make usable as a cross-linkerNiklas Hallqvist
1998-05-11Document -ZNiklas Hallqvist
1998-04-28use Xr more oftenTheo de Raadt
1998-04-26If a good matching shared library is found, don't look in the nextTheo de Raadt
1998-04-25type errorsNiklas Hallqvist
1998-04-25removed improper use of ArDavid Leonard
1998-03-26RCS id cleanupNiklas Hallqvist
1998-02-22Add emulation of binutils 2.x ld options: -rpath dir, -shared, -soname,Theo de Raadt
1997-11-14pk: Expand on shared object's `.init' functions a bit, and mentionTheo de Raadt
1997-11-05Handle relocation of misaligned symbols. Handle all three cases by the sameTheo de Raadt
1997-09-14exit 1, not count, because if count > 127... or if count == 255+1Theo de Raadt