]> Cypherpunks.ru repositories - gostls13.git/commit
cmd/internal/obj/ppc64: remove unnecessary opcodes
authorArchana R <aravind5@in.ibm.com>
Fri, 9 Sep 2022 16:22:55 +0000 (11:22 -0500)
committerLynn Boger <laboger@linux.vnet.ibm.com>
Wed, 28 Sep 2022 15:27:05 +0000 (15:27 +0000)
commit4350c4a13196fabd7cef04eab2f8783f6c518804
tree2bc8b2c98958bf7fe29c5e801a283ec6d8af455a
parent190973eb603614eef33e0a22f420217fc13a2e0a
cmd/internal/obj/ppc64: remove unnecessary opcodes

This CL removes some opcode placeholders that do not correspond
to any existing instructions and hence create confusion. Some
instructions that are no longer valid like LDMX are also removed.
Any references to this instruction in ISA 3.0 are considered
as documentation errata.

Change-Id: Ib71a657099723bbe1db88873233ee573b5c42fe7
Reviewed-on: https://go-review.googlesource.com/c/go/+/429860
TryBot-Result: Gopher Robot <gobot@golang.org>
Reviewed-by: Paul Murphy <murp@ibm.com>
Run-TryBot: Archana Ravindar <aravind5@in.ibm.com>
Reviewed-by: Benny Siegert <bsiegert@gmail.com>
Reviewed-by: Dmitri Shuralyov <dmitshur@google.com>
Reviewed-by: Archana Ravindar <aravind5@in.ibm.com>
src/cmd/internal/obj/ppc64/a.out.go
src/cmd/internal/obj/ppc64/anames.go
src/cmd/internal/obj/ppc64/asm9.go
src/cmd/internal/obj/ppc64/obj9.go