This is the mail archive of the
binutils@sourceware.org
mailing list for the binutils project.
Re: [PATCH 1/1] gold: Avoid duplicate PLT stub symbols on PowerPC
On 20 Jun 2017, at 01:28, Alan Modra <amodra@gmail.com> wrote:
> On Mon, Jun 19, 2017 at 12:08:24PM +0100, James Clarke wrote:
>> This is only an issue on 32-bit PowerPC as 64-bit
>> PowerPC doesn't have this weirdness, and your multiple stub tables case *is*
>> covered correctly as you saw yourself.
>
> Oh.. I was thinking you'd said powerpc64, but the problem is on
> ppc32. The patch is good. Please apply.
Ah, I never explicitly mentioned 32-bit in my original message, and given that
the symbol stubs were added in the context of ppc64 I can see how this
confusion arose. I don't have commit access; please apply on my behalf
(including to the 2.28 branch).
Thanks,
James