From: Matthew Green Date: Tue, 28 Aug 2001 05:47:29 +0000 (+0000) Subject: * ppc-opc.c (icbt): Order correctly. X-Git-Url: http://drtracing.org/?a=commitdiff_plain;h=0152a4c6798660779bfd47147933283b1dda39c4;p=deliverable%2Fbinutils-gdb.git * ppc-opc.c (icbt): Order correctly. --- diff --git a/opcodes/ChangeLog b/opcodes/ChangeLog index 77d15445cd..dcf63bc843 100644 --- a/opcodes/ChangeLog +++ b/opcodes/ChangeLog @@ -1,3 +1,7 @@ +2001-08-28 matthew gren + + * ppc-opc.c (icbt): Order correctly. + 2001-08-27 David Edelsohn Torbjorn Granlund diff --git a/opcodes/ppc-opc.c b/opcodes/ppc-opc.c index fc20fbd2ed..5cda1a1d76 100644 --- a/opcodes/ppc-opc.c +++ b/opcodes/ppc-opc.c @@ -2624,6 +2624,8 @@ const struct powerpc_opcode powerpc_opcodes[] = { { "slliq", XRC(31,248,0), X_MASK, M601, { RA, RS, SH } }, { "slliq.", XRC(31,248,1), X_MASK, M601, { RA, RS, SH } }, +{ "icbt", X(31,262), XRT_MASK, PPC403, { RA, RB } }, + { "doz", XO(31,264,0,0), XO_MASK, M601, { RT, RA, RB } }, { "doz.", XO(31,264,0,1), XO_MASK, M601, { RT, RA, RB } }, { "dozo", XO(31,264,1,0), XO_MASK, M601, { RT, RA, RB } }, @@ -2645,8 +2647,6 @@ const struct powerpc_opcode powerpc_opcodes[] = { { "lhzx", X(31,279), X_MASK, COM, { RT, RA, RB } }, -{ "icbt", X(31,262), XRT_MASK, PPC403, { RA, RB } }, - { "eqv", XRC(31,284,0), X_MASK, COM, { RA, RS, RB } }, { "eqv.", XRC(31,284,1), X_MASK, COM, { RA, RS, RB } },