[Bug 227093] powerpc64/pseries: Symbol table not relocated
bugzilla-noreply at freebsd.org
bugzilla-noreply at freebsd.org
Fri Mar 30 04:13:32 UTC 2018
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=227093
Nathan Whitehorn <nwhitehorn at FreeBSD.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |nwhitehorn at FreeBSD.org
--- Comment #1 from Nathan Whitehorn <nwhitehorn at FreeBSD.org> ---
I'm a bit surprised at this, since we really should be doing the right thing.
One thing to check as an alternative patch:
In kern/link_elf.c, at line 427, there is a line:
linker_kernel_file->address += KERNBASE;
Could you replace this with:
linker_kernel_file->address += __startkernel;
It's possible you will have to prevent the following if statement from running
as well.
--
You are receiving this mail because:
You are on the CC list for the bug.
More information about the freebsd-ppc
mailing list