Subject: CVS commit: gnusrc/gnu/usr.sbin/dbsym
To: None <source-changes@netbsd.org>
From: Jason R Thorpe <thorpej@netbsd.org>
List: source-changes
Date: 11/09/2001 07:52:22
Module Name:	gnusrc
Committed By:	thorpej
Date:		Fri Nov  9 05:52:21 UTC 2001

Added Files:
	gnusrc/gnu/usr.sbin/dbsym: Makefile dbsym.8 dbsym.c

Log Message:
New BFD-using dbsym(8) written by Simon Burge, with some code
derived from the BFD-using mdsetimage(8).

TODO:
* Use loadfile(), rather than home-grown ELF parsing code (requires
  some changes to loadfile()).
* Support a.out like the gwr's dbsym(8) (this comes for free when
  we switch to loadfile()).


To generate a diff of this commit:
cvs rdiff -r0 -r1.1 gnusrc/gnu/usr.sbin/dbsym/Makefile \
    gnusrc/gnu/usr.sbin/dbsym/dbsym.8 gnusrc/gnu/usr.sbin/dbsym/dbsym.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.