Subject: CVS commit: syssrc
To: None <source-changes@netbsd.org>
From: Simon Burge <simonb@netbsd.org>
List: source-changes
Date: 06/26/1999 10:03:49
Module Name: syssrc
Committed By: simonb
Date: Sat Jun 26 17:03:48 UTC 1999
Modified Files:
syssrc/sys/arch/pmax/pmax: machdep.c
Log Message:
Since we know the start and end addresses of the symbol table, subtract
these and pass as the first parameter of ddb_init(). We used to pass
the contents of the start of the symbol table cast to an int, which for
an ELF kernel is "0x7f ELF" - not quite the symbol table size! How this
used to ever work I dunno...
To generate a diff of this commit:
cvs rdiff -r1.147 -r1.148 syssrc/sys/arch/pmax/pmax/machdep.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.