NetBSD/usr.bin/ldd
pk 0a97faa040 Assign my copyrights to TNF. 1998-09-05 13:08:38 +00:00
..
ldd_aout Assign my copyrights to TNF. 1998-09-05 13:08:38 +00:00
ldd_elf don't define WARNS=1 here 1997-10-19 03:44:21 +00:00
Makefile don't define WARNS=1 here 1997-10-19 03:44:21 +00:00
README
ldd.1 Assign my copyrights to TNF. 1998-09-05 13:08:38 +00:00
ldd.c

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