]> Cypherpunks repositories - gostls13.git/commit
[dev.link] cmd/link: stream external relocations on PPC64
authorCherry Zhang <cherryyz@google.com>
Wed, 22 Jul 2020 17:30:49 +0000 (13:30 -0400)
committerCherry Zhang <cherryyz@google.com>
Thu, 23 Jul 2020 16:44:27 +0000 (16:44 +0000)
commit9d223256811d0f7e9d96f0530286249a161cdf28
tree5a4a5f1b8a7d19219d9c6a45b960d63391697228
parente4a3e57f47b498bf81b56a6d2f1589e28dd122c9
[dev.link] cmd/link: stream external relocations on PPC64

Both ELF and Xcoff.

Now we support streaming on all platforms. Later CLs will clean
up the old code.

Change-Id: Ieeef7844a3e229429983a8bc108d7f3fabf618e9
Reviewed-on: https://go-review.googlesource.com/c/go/+/244358
Run-TryBot: Cherry Zhang <cherryyz@google.com>
TryBot-Result: Gobot Gobot <gobot@golang.org>
Reviewed-by: Jeremy Faller <jeremy@golang.org>
src/cmd/link/internal/ld/target.go
src/cmd/link/internal/ld/xcoff.go
src/cmd/link/internal/ppc64/asm.go
src/cmd/link/internal/ppc64/obj.go