]> Cypherpunks repositories - gostls13.git/commit
cmd/vendor: update to golang.org/x/arch@5a4828b
authorLynn Boger <laboger@linux.vnet.ibm.com>
Tue, 4 Dec 2018 15:29:23 +0000 (10:29 -0500)
committerLynn Boger <laboger@linux.vnet.ibm.com>
Wed, 5 Dec 2018 21:15:39 +0000 (21:15 +0000)
commit162de6b5f0c332ca0a1ac5879682cd48c2f93ead
tree4680b150367a8677b03bd29e46de1e82fd82a6e0
parentcd47e8944dca019a89222b99b343d9981ac3a8e1
cmd/vendor: update to golang.org/x/arch@5a4828b

This updates master to fix the ppc64 objdump. There were many cases where
the Go objdump was generating opcodes that didn't exist in the Go assembler,
or generated operands in the wrong order. The goal is to generate a Go
objdump that is acceptable to the Go assembler, or as close as possible.

An additional change will be needed for the Go objdump tool to make
use of this.

Change-Id: Ie8d2d534e13b9a64852c99b4b864a9c08ed7e036
Reviewed-on: https://go-review.googlesource.com/c/152517
Reviewed-by: Carlos Eduardo Seo <cseo@linux.vnet.ibm.com>
Reviewed-by: Cherry Zhang <cherryyz@google.com>
Run-TryBot: Cherry Zhang <cherryyz@google.com>
TryBot-Result: Gobot Gobot <gobot@golang.org>
src/cmd/vendor/golang.org/x/arch/ppc64/ppc64asm/decode.go
src/cmd/vendor/golang.org/x/arch/ppc64/ppc64asm/decode_test.go
src/cmd/vendor/golang.org/x/arch/ppc64/ppc64asm/gnu.go
src/cmd/vendor/golang.org/x/arch/ppc64/ppc64asm/objdump_test.go
src/cmd/vendor/golang.org/x/arch/ppc64/ppc64asm/plan9.go
src/cmd/vendor/golang.org/x/arch/ppc64/ppc64asm/tables.go
src/cmd/vendor/golang.org/x/arch/ppc64/ppc64asm/testdata/decode.txt
src/cmd/vendor/vendor.json