]> Cypherpunks.ru repositories - gostls13.git/commit
cmd/internal/obj/ppc64: remove unused REG_DCR types
authorPaul E. Murphy <murp@ibm.com>
Mon, 29 Mar 2021 21:15:50 +0000 (16:15 -0500)
committerLynn Boger <laboger@linux.vnet.ibm.com>
Mon, 11 Oct 2021 12:42:06 +0000 (12:42 +0000)
commit59b2f516e8ec66b76789142fbba4787a0e80d09a
treee102f44477f7d0ea9be5b3287199b7b6aab41101
parentd2d21d98e4f9181f92f3d484623ed4153444877c
cmd/internal/obj/ppc64: remove unused REG_DCR types

The assembler does not support parsing DCRx registers,
nor does the compiler generate opcodes with these.

Likewise, these registers are only available on ISA
2.07 embedded processors which are not supported in
golang.

Change-Id: Iea258e5958a2022bda0eee8348de1b06437148df
Reviewed-on: https://go-review.googlesource.com/c/go/+/352790
Reviewed-by: Cherry Mui <cherryyz@google.com>
Run-TryBot: Cherry Mui <cherryyz@google.com>
Run-TryBot: Lynn Boger <laboger@linux.vnet.ibm.com>
TryBot-Result: Go Bot <gobot@golang.org>
Trust: Lynn Boger <laboger@linux.vnet.ibm.com>
src/cmd/internal/obj/ppc64/a.out.go
src/cmd/internal/obj/ppc64/asm9.go
src/cmd/internal/obj/ppc64/list9.go