PR24390, Don't decode mtfsb field as a cr field
authorAlan Modra <amodra@gmail.com>
Thu, 28 Mar 2019 00:06:55 +0000 (10:36 +1030)
committerAlan Modra <amodra@gmail.com>
Thu, 28 Mar 2019 04:51:05 +0000 (15:21 +1030)
commit96a86c01d119372f4af5aff2501d3104e6c1a8e3
treecbd1ac115b85d52e073ee0ca7b2ffd31901a3395
parent072029171354eee0e2f90527196ddda5a85e98c1
PR24390, Don't decode mtfsb field as a cr field

"mtfsb0 4*cr7+lt" doesn't make all that much sense, but unfortunately
glibc uses just that instead of "mtfsb0 28" to clear the fpscr xe bit.
So for backwards compatibility accept cr field expressions when
assembling mtfsb operands, but disassemble to a plain number.

PR 24390
include/
* opcode/ppc.h (PPC_OPERAND_CR_REG): Comment.
opcodes/
* ppc-opc.c (BTF): Define.
(powerpc_opcodes): Use for mtfsb*.
* ppc-dis.c (print_insn_powerpc): Print fields with both
PPC_OPERAND_CR_REG and PPC_OPERAND_CR_BIT as a plain number.
gas/
* testsuite/gas/ppc/476.d: Update mtfsb*.
* testsuite/gas/ppc/a2.d: Likewise.
gas/ChangeLog
gas/testsuite/gas/ppc/476.d
gas/testsuite/gas/ppc/a2.d
include/ChangeLog
include/opcode/ppc.h
opcodes/ChangeLog
opcodes/ppc-dis.c
opcodes/ppc-opc.c
This page took 0.024713 seconds and 4 git commands to generate.