Source-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: syssrc/sys/ddb



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.




Home | Main Index | Thread Index | Old Index