Source-Changes archive

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

CVS commit: src/sys/arch/shark/shark



Module Name:    src
Committed By:   jmmv
Date:           Sat Jan  3 20:05:12 UTC 2009

Modified Files:
        src/sys/arch/shark/shark: shark_machdep.c

Log Message:
Fix processing of the symbol table, broken in the change that introduced the
new ksyms_addsyms_elf name.  The problem is that the kernel is really built
as an ELF and then objcopy is used to turn it into an a.out.  Therefore, we
need to use the SYMTAB_SPACE hack when we are an ELF.


To generate a diff of this commit:
cvs rdiff -r1.32 -r1.33 src/sys/arch/shark/shark/shark_machdep.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