summaryrefslogtreecommitdiff
path: root/gnu/usr.bin/ld
AgeCommit message (Expand)Author
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
1997-08-30minor errors; josh@quick.netTheo de Raadt
1997-08-27fix ' useTheo de Raadt
1997-07-08warning msg change; pkTheo de Raadt
1997-07-01memory leaks, object leaks. some from pk/cgd. rearrange *_DL checks forTheo de Raadt
1997-07-01have DL_GETERRNO clear error state after return; also make dlsym() set error ...Theo de Raadt
1997-06-18number; msaitoh@spa.is.uec.ac.jpTheo de Raadt
1997-06-02.Fl l; k-horik@mail.yk.rim.or.jpTheo de Raadt
1997-06-02than; msaitoh@spa.is.uec.ac.jpTheo de Raadt
1997-06-01typo fixes; jdp@freebsdTheo de Raadt
1997-05-28typos; msaitoh@spa.is.uec.ac.jpTheo de Raadt
1997-04-23Commit the gas and ld portions for the mvme88k port.Dale S. Rahn
1997-04-10calc page alignment correctly for -p; pk@netbsdTheo de Raadt
1997-04-09the theTheo de Raadt
1997-04-09the theTheo de Raadt
1997-02-21Get symbol counts right when counting weak symbols in shared libraries asThorsten Lockert
1997-02-02correct arch check, do not drop of non-void function; yasufu-i@is.aist-nara.a...Theo de Raadt
1997-01-28do not call err/errx with extra newlinesTheo de Raadt
1996-12-22Correct handling of weak symbols in shared libraries; from pk@netbsd.orgThorsten Lockert
1996-12-18Back out strcpy() -> strncpy() change. Not needed as the array is malloc'dTodd C. Miller
1996-12-18Use strncpy() instead of strcpy() where useful, check strdup()Todd C. Miller
1996-12-07avoid __LDPGSZTheo de Raadt
1996-10-29mktemp is evilTheo de Raadt