NetBSD/usr.bin/ldd/ldd_elf
christos 3833b1d829 call sysconf, before add paths. From Kurt Schreiner 2007-10-08 12:51:21 +00:00
..
Makefile make this compile again. Thanks Kurt Schreiner. 2007-05-19 15:35:04 +00:00
README
ldd.c call sysconf, before add paths. From Kurt Schreiner 2007-10-08 12:51:21 +00:00

README

$NetBSD: README,v 1.4 2006/11/24 22:52:16 wiz 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 coexistence of 32-bit and 64-bit ELF.