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

Modified Files:
	syssrc/sys/ddb [netbsd-1-5]: db_elf.c

Log Message:
Pullup rev 1.12, approved by thorpej:
  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.11.4.1 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.