From: Alan Modra Date: Wed, 18 Apr 2007 23:57:01 +0000 (+0000) Subject: * ppc-opc.c (powerpc_opcodes): Recognize three-operand tlbsxe. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=b20ae55eff080580ab5a471e44461010edfb0617;p=binutils-gdb.git * ppc-opc.c (powerpc_opcodes): Recognize three-operand tlbsxe. --- diff --git a/opcodes/ChangeLog b/opcodes/ChangeLog index d090f654cb0..71dca1b0dc4 100644 --- a/opcodes/ChangeLog +++ b/opcodes/ChangeLog @@ -1,3 +1,7 @@ +2007-04-19 Nathan Froyd + + * ppc-opc.c (powerpc_opcodes): Recognize three-operand tlbsxe. + 2007-04-18 H.J. Lu * i386-dis.c (CRC32_Fixup): New. diff --git a/opcodes/ppc-opc.c b/opcodes/ppc-opc.c index a0b675be569..41f369d69d9 100644 --- a/opcodes/ppc-opc.c +++ b/opcodes/ppc-opc.c @@ -4454,8 +4454,8 @@ const struct powerpc_opcode powerpc_opcodes[] = { { "tlbsx", XRC(31,914,0), X_MASK, PPC403|BOOKE, { RTO, RA, RB } }, { "tlbsx.", XRC(31,914,1), X_MASK, PPC403|BOOKE, { RTO, RA, RB } }, -{ "tlbsxe", XRC(31,915,0), X_MASK, BOOKE64, { RA, RB } }, -{ "tlbsxe.", XRC(31,915,1), X_MASK, BOOKE64, { RA, RB } }, +{ "tlbsxe", XRC(31,915,0), X_MASK, BOOKE64, { RTO, RA, RB } }, +{ "tlbsxe.", XRC(31,915,1), X_MASK, BOOKE64, { RTO, RA, RB } }, { "slbmfee", X(31,915), XRA_MASK, PPC64, { RT, RB } },