summaryrefslogtreecommitdiff
path: root/gnu/usr.bin/ld/ldd/scanlib.c
AgeCommit message (Collapse)Author
2003-06-032 termsMarc Espie
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-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.