NetBSD/usr.bin/ldd/ldd_elf
dsl b5a44ece1f Look at mode of program being run, not of ldd when deciding whether to
use LD_LIBRARY_PATH.
2003-05-28 20:45:39 +00:00
..
Makefile makefile delint. use NETBSDSRCDIR as appropriate 2002-09-18 14:00:33 +00:00
README Remove KNF from TODO list. 2002-12-02 14:08:17 +00:00
ldd.c Look at mode of program being run, not of ldd when deciding whether to 2003-05-28 20:45:39 +00:00

README

$NetBSD: README,v 1.3 2002/12/02 14:08:17 junyoung 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.