aboutsummaryrefslogtreecommitdiff
path: root/opcodes
diff options
context:
space:
mode:
authorMatthew Green <mrg@redhat.com>2001-08-28 05:47:29 +0000
committerMatthew Green <mrg@redhat.com>2001-08-28 05:47:29 +0000
commit0152a4c6798660779bfd47147933283b1dda39c4 (patch)
tree803709f5e5c16744215362ea8781d54161c88bd4 /opcodes
parent1652590996e7c2ec8d4c5dad7035bb9566ffc376 (diff)
downloadgdb-0152a4c6798660779bfd47147933283b1dda39c4.zip
gdb-0152a4c6798660779bfd47147933283b1dda39c4.tar.gz
gdb-0152a4c6798660779bfd47147933283b1dda39c4.tar.bz2
* ppc-opc.c (icbt): Order correctly.
Diffstat (limited to 'opcodes')
-rw-r--r--opcodes/ChangeLog4
-rw-r--r--opcodes/ppc-opc.c4
2 files changed, 6 insertions, 2 deletions
diff --git a/opcodes/ChangeLog b/opcodes/ChangeLog
index 77d1544..dcf63bc 100644
--- a/opcodes/ChangeLog
+++ b/opcodes/ChangeLog
@@ -1,3 +1,7 @@
+2001-08-28 matthew gren <mrg@redhat.com>
+
+ * ppc-opc.c (icbt): Order correctly.
+
2001-08-27 David Edelsohn <dje@watson.ibm.com>
Torbjorn Granlund <tege@swox.com>
diff --git a/opcodes/ppc-opc.c b/opcodes/ppc-opc.c
index fc20fbd..5cda1a1 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 } },