[Bug 227093] powerpc64/pseries: Symbol table not relocated
| Newsgroups | gmane.os.freebsd.devel.ppc |
|---|---|
| Message-ID | <[email protected]/bugzilla/> |
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=227093 Nathan Whitehorn <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] --- Comment #1 from Nathan Whitehorn <[email protected]> --- 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. _______________________________________________ [email protected] mailing list https://lists.freebsd.org/mailman/listinfo/freebsd-ppc To unsubscribe, send any mail to "[email protected]"