NetBSD/usr.bin/ldd
fair c46ab392dc Principally, change foo(N) to .Xr foo N
Also, do some other mdoc tagging.
1998-04-28 04:07:04 +00:00
..
ldd_aout Principally, change foo(N) to .Xr foo N 1998-04-28 04:07:04 +00:00
ldd_elf
Makefile
README
ldd.1 Principally, change foo(N) to .Xr foo N 1998-04-28 04:07:04 +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