Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 30 Mar 2018 04:13:30 +0000
From:      bugzilla-noreply@freebsd.org
To:        freebsd-ppc@FreeBSD.org
Subject:   [Bug 227093] powerpc64/pseries: Symbol table not relocated
Message-ID:  <bug-227093-21-jGqksgRPfj@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-227093-21@https.bugs.freebsd.org/bugzilla/>

index | next in thread | previous in thread | raw e-mail

https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=227093

Nathan Whitehorn <nwhitehorn@FreeBSD.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |nwhitehorn@FreeBSD.org

--- Comment #1 from Nathan Whitehorn <nwhitehorn@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.

home | help

Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-227093-21-jGqksgRPfj>