Subject: CVS commit: syssrc/sys/ddb
To: None <source-changes@netbsd.org>
From: Ben Harris <bjh21@netbsd.org>
List: source-changes
Date: 07/31/2001 22:14:19
Module Name:	syssrc
Committed By:	bjh21
Date:		Tue Jul 31 19:14:19 UTC 2001

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

Log Message:
Don't depend on the bootloader's having loaded the .shstrtab section
in order to load the symbol table.  Instead of using the sections
called ".symtab" and ".strtab", use the first SYMTAB section (the
ELF spec says there should currently only be one) and the STRTAB
section that's linked to it.  I believe this is more robust, and it
certainly makes life easier for the bootloader.


To generate a diff of this commit:
cvs rdiff -r1.14 -r1.15 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.