Source-Changes archive

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

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



On Sat, Jan 03, 2009 at 08:05:12PM +0000, Julio M. Merino Vidal wrote:
> 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.

Please do not do it this way (see port-evbarm/40311 for a discussion about
the problem). I'll send you a patch with a different solution, would be
great if you could test that.

Thanks,

Martin


Home | Main Index | Thread Index | Old Index