summaryrefslogtreecommitdiff
path: root/gnu/usr.bin/ld/ldd
AgeCommit message (Collapse)Author
2013-07-05Put the a.out as and ld to rest in the Attic, finally!Miod Vallat
2007-05-31convert to new .Dd format;Jason McIntyre
2003-06-032 termsMarc Espie
2002-12-08getopt returns -1, not EOFTodd C. Miller
2002-09-07ansification of ldMarco S Hyman
* normalized the signatures of the functions passed to each_file() and each_full_file(). In most cases that meant adding a void *dummy. In one case it changed an int to a void*, but the arg was only checked for zero/not-zero so the change was not significant. * removes unused code and structures. * makes sure printf args match their format. * got rid of some of the gcc -Wall warnings OK deraadt@
2002-07-19convert functions from K&R style to prototype style.Marco S Hyman
Function arg types have not yet been fixed. OK fgs@, espie@
2002-07-15space to tab cleanup. Nothing but whitespace changes in this commit.Marco S Hyman
2001-10-25Code in scanlib similar to main ldd, to recognize fmt1 and fmt2 and useMarc Espie
them.
2001-07-09correct type on last arg to execl(); nordin@cse.ogi.eduTheo de Raadt
2001-04-17Let ldd scan shared libraries. Since it doesn't load them, it doesn'tMarc Espie
use the hint cache nor anything, but at least it shows what dependencies exist.
2000-09-15check return value for setenv(3) for failure, and deal appropriatelyTheo de Raadt
2000-07-31comma splicePaul Janzen
2000-05-25rename rtld(1) to ld.so(1)Theo de Raadt
1999-05-21Be more specific about dynamic libraries: ldd does not know how to handleMarc Espie
them, but they should be `reasonable' objects to pass to it. Otherwise, collect2 will get confused if the gcc driver is used to build dynamic libraries.
1998-04-28use Xr more oftenTheo de Raadt
1998-03-26RCS id cleanupNiklas Hallqvist
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
1996-12-07avoid __LDPGSZTheo de Raadt
1996-10-08Attempt at cleanup.michaels
1995-10-18initial import of NetBSD treeTheo de Raadt