NetBSD/usr.bin/ldd
cgd 033e366657 First cut at an elf-aware ldd. Originally from John Polstra's FreeBSD elf
kit, then hacked on by Matt Thomas <matt@3am-software.com>, then by me.
This runs, but it's in serious need of cleaning and/or a fair bit of
reworking.  See the README file for more information, and a list of things
to do.
1996-12-16 19:59:55 +00:00
..
ldd_aout When checking the entry point of an executable, use N_PAGSIZ() rather 1996-09-07 22:07:15 +00:00
ldd_elf First cut at an elf-aware ldd. Originally from John Polstra's FreeBSD elf 1996-12-16 19:59:55 +00:00
ldd.1 Add -f option for customized output. 1995-10-08 23:39:58 +00:00
ldd.c First cut at an elf-aware ldd. Originally from John Polstra's FreeBSD elf 1996-12-16 19:59:55 +00:00
Makefile First cut at an elf-aware ldd. Originally from John Polstra's FreeBSD elf 1996-12-16 19:59:55 +00:00
README First cut at an elf-aware ldd. Originally from John Polstra's FreeBSD elf 1996-12-16 19:59:55 +00:00

$NetBSD: README,v 1.1 1996/12/16 19:59:56 cgd Exp $

TO DO:

* Support for executable formats other than ELF.

* Support for coexistance of 32-bit and 64-bit ELF.

* KNF