NetBSD/usr.bin/ldd/ldd_elf
nathanw 83be8543f2 Add a _rtld_dlerror() function, since it it now needed by search.c,
and otherwise make the error routines look more like what's currently
in rtld.c (so *this* is where _rtld_error_message was hiding...).
2002-11-15 22:39:17 +00:00
..
ldd.c Add a _rtld_dlerror() function, since it it now needed by search.c, 2002-11-15 22:39:17 +00:00
Makefile makefile delint. use NETBSDSRCDIR as appropriate 2002-09-18 14:00:33 +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