Subject: CVS commit: syssrc
To: None <source-changes@netbsd.org>
From: John Hawkinson <jhawk@netbsd.org>
List: source-changes
Date: 07/07/2000 14:50:28
Module Name:	syssrc
Committed By:	jhawk
Date:		Fri Jul  7 21:50:28 UTC 2000

Modified Files:
	syssrc/sys/ddb: db_elf.c

Log Message:
Detect ELF sections (string and symbol tables) by looking them
up by name (in .shstrtab) instead of guessing based on section
type (and throwing away the small one). In addition to being cleaner,
multiple symbol tables are no longer and error condition, so
booting netbsd.gdb no longer results in ddb being unable to use
*any* symbols.


To generate a diff of this commit:
cvs rdiff -r1.11 -r1.12 syssrc/sys/ddb/db_elf.c

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