]> Cypherpunks repositories - gostls13.git/commit
[dev.link] cmd/link: support new dodata for PPC64
authorThan McIntosh <thanm@google.com>
Fri, 24 Apr 2020 19:32:46 +0000 (15:32 -0400)
committerThan McIntosh <thanm@google.com>
Mon, 27 Apr 2020 17:31:07 +0000 (17:31 +0000)
commit8bd7c014174cef595e058b8f4b1bffb6c108d414
tree86e34aaaf44d15db53c69fc6c6a6cac6cbae2601
parenta742d0ed5fb06fe2b7fe6170b1223c267abe5462
[dev.link] cmd/link: support new dodata for PPC64

Add linux/{ppc64,ppc64le} and aix/ppc64 arch support for the new
dodata() phase.

This completes the picture in terms of architecture support for the
new dodata(), but to be safe this patch leaves the command line flag
in place there are problems on the builders (especially given that we
have a dead aix-ppc64 builder).

Change-Id: I78da615c3b540d8925ed7b3226e199280eb7451d
Reviewed-on: https://go-review.googlesource.com/c/go/+/229983
Reviewed-by: Cherry Zhang <cherryyz@google.com>
src/cmd/link/internal/ld/main.go
src/cmd/link/internal/ld/xcoff.go
src/cmd/link/internal/ld/xcoff2.go
src/cmd/link/internal/ppc64/asm.go
src/cmd/link/internal/ppc64/asm2.go [new file with mode: 0644]
src/cmd/link/internal/ppc64/obj.go