NetBSD/usr.bin/ldd/ldd_elf
simonb 36636551b6 Lift the internals of the a.out ldd, and try that if _rtld_map_object()
can't map the target as an ELF file.  Tested in hp300 and i386.
2000-12-12 11:16:02 +00:00
..
Makefile Make this compile on sparc64. 2000-07-10 22:45:25 +00:00
README
ldd.c Lift the internals of the a.out ldd, and try that if _rtld_map_object() 2000-12-12 11:16:02 +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