]> Cypherpunks repositories - gostls13.git/commit
cmd/internal/objfile: provide consistent output in objdump on ppc64x
authorLynn Boger <laboger@linux.vnet.ibm.com>
Wed, 5 Dec 2018 21:23:52 +0000 (16:23 -0500)
committerLynn Boger <laboger@linux.vnet.ibm.com>
Thu, 6 Dec 2018 15:28:39 +0000 (15:28 +0000)
commitfcd6117e9809a889974b50dad32002d3424ef6b2
tree181f7d179a9a0b8fec73383e19353e5002f9af85
parent02a0827d7960d0c828fad57b11c02794dec50552
cmd/internal/objfile: provide consistent output in objdump on ppc64x

This makes a change to disasm.go so it provides consistent output
with the recent updates to arch/ppc64.

Change-Id: I812e5da2423fd1a84406032fd91ddf9cc86b7c69
Reviewed-on: https://go-review.googlesource.com/c/152761
Reviewed-by: Cherry Zhang <cherryyz@google.com>
Run-TryBot: Cherry Zhang <cherryyz@google.com>
TryBot-Result: Gobot Gobot <gobot@golang.org>
src/cmd/internal/objfile/disasm.go