NetBSD/usr.bin/ldd
jonathan 20d6ace077 Mipsel changes to ELF ldd/ld.so:
* don't abort() on NetBSD/pmax 1.1 elf binaries;
  * Assume 32-bit elf unless compiling for Alpha;
  * note bugs in ldd's README.
1996-12-17 03:42:44 +00:00
..
ldd_aout When checking the entry point of an executable, use N_PAGSIZ() rather 1996-09-07 22:07:15 +00:00
ldd_elf Mipsel changes to ELF ldd/ld.so: 1996-12-17 03:42:44 +00:00
Makefile Mipsel changes to ELF ldd/ld.so: 1996-12-17 03:42:44 +00:00
README Mipsel changes to ELF ldd/ld.so: 1996-12-17 03:42:44 +00:00
ldd.1 Add -f option for customized output. 1995-10-08 23:39:58 +00:00
ldd.c First cut at an elf-aware ldd. Originally from John Polstra's FreeBSD elf 1996-12-16 19:59:55 +00:00

README

$NetBSD: README,v 1.2 1996/12/17 03:42:57 jonathan Exp $


BUGS/PROBLEMS:

* Reports "ldd: mmap of entire address space failed: Cannot allocate memory",
  or erroneously reports that libraries cannot be found,
  when run on many files (`ldd /usr/bin/*').


TO DO:

* Support for executable formats other than ELF.

* Support for coexistance of 32-bit and 64-bit ELF.

* KNF