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/>
References:  <bug-227093-21@https.bugs.freebsd.org/bugzilla/>

next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D227093

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 thin=
g.

One thing to check as an alternative patch:

In kern/link_elf.c, at line 427, there is a line:
        linker_kernel_file->address +=3D KERNBASE;
Could you replace this with:
        linker_kernel_file->address +=3D __startkernel;

It's possible you will have to prevent the following if statement from runn=
ing
as well.

--=20
You are receiving this mail because:
You are on the CC list for the bug.=



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