NetBSD/usr.bin/ldd/ldd_elf
kleink ac412c9213 Avoid free(3)'ing a commandline argument; from Mark Brinicombe in PR bin/7246. 1999-04-09 14:24:21 +00:00
..
Makefile Build ldd.1, and make it work with the extra directory depth. 1998-12-17 22:34:55 +00:00
README Mipsel changes to ELF ldd/ld.so: 1996-12-17 03:42:44 +00:00
ldd.c Avoid free(3)'ing a commandline argument; from Mark Brinicombe in PR bin/7246. 1999-04-09 14:24:21 +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