]> Cypherpunks repositories - gostls13.git/commit
cmd/link: support R_PPC_REL32 relocation
authorIan Lance Taylor <iant@golang.org>
Mon, 23 Nov 2015 20:55:37 +0000 (12:55 -0800)
committerIan Lance Taylor <iant@golang.org>
Tue, 24 Nov 2015 00:02:06 +0000 (00:02 +0000)
commitf1b919574cf8022d09afdece1f76b2c2b2529004
treec3741120b08a8aede342c071934130a7075d1f63
parent009517e0b7fb085c87b474a32fc7701613d0c0d3
cmd/link: support R_PPC_REL32 relocation

This relocation is found in libgcc.a in the .eh_frame, and therefore
needs to be handled when doing an internal link.

Fixes #13375.

Change-Id: Idd9e8178e08851a101b43261a30939bcfaf394f9
Reviewed-on: https://go-review.googlesource.com/17173
Run-TryBot: Ian Lance Taylor <iant@golang.org>
TryBot-Result: Gobot Gobot <gobot@golang.org>
Reviewed-by: Michael Hudson-Doyle <michael.hudson@canonical.com>
src/cmd/link/internal/ld/ldelf.go
src/cmd/link/internal/ppc64/asm.go