aboutsummaryrefslogtreecommitdiff
path: root/opcodes
diff options
context:
space:
mode:
authorAldy Hernandez <aldyh@redhat.com>2004-02-20 00:17:23 +0000
committerAldy Hernandez <aldyh@redhat.com>2004-02-20 00:17:23 +0000
commit23d59c56c94a2af092e61fa7c052f6a8742cc253 (patch)
treeb478691fe2795865638e43141c38b66dbf505c7c /opcodes
parent960ccd7d81ef8e1450ac52414d5356e33c1184d9 (diff)
downloadgdb-23d59c56c94a2af092e61fa7c052f6a8742cc253.zip
gdb-23d59c56c94a2af092e61fa7c052f6a8742cc253.tar.gz
gdb-23d59c56c94a2af092e61fa7c052f6a8742cc253.tar.bz2
2004-02-19 Aldy Hernandez <aldyh@redhat.com>
* ppc-opc.c: Add mfmcar.
Diffstat (limited to 'opcodes')
-rw-r--r--opcodes/ChangeLog4
-rw-r--r--opcodes/ppc-opc.c1
2 files changed, 5 insertions, 0 deletions
diff --git a/opcodes/ChangeLog b/opcodes/ChangeLog
index 5bede2d..d6c135e 100644
--- a/opcodes/ChangeLog
+++ b/opcodes/ChangeLog
@@ -1,3 +1,7 @@
+2004-02-19 Aldy Hernandez <aldyh@redhat.com>
+
+ * ppc-opc.c: Add mfmcar.
+
2004-02-10 Petko Manolov <petkan@nucleusys.com>
* arm-opc.h Maverick accumulator register opcode fixes.
diff --git a/opcodes/ppc-opc.c b/opcodes/ppc-opc.c
index d011edf..9202134 100644
--- a/opcodes/ppc-opc.c
+++ b/opcodes/ppc-opc.c
@@ -3696,6 +3696,7 @@ const struct powerpc_opcode powerpc_opcodes[] = {
{ "mfmcsrr0", XSPR(31,339,570), XSPR_MASK, PPCRFMCI, { RT } },
{ "mfmcsrr1", XSPR(31,339,571), XSPR_MASK, PPCRFMCI, { RT } },
{ "mfmcsr", XSPR(31,339,572), XSPR_MASK, PPCRFMCI, { RT } },
+{ "mfmcar", XSPR(31,339,573), XSPR_MASK, PPCRFMCI, { RT } },
{ "mfdpdr", XSPR(31,339,630), XSPR_MASK, PPC860, { RT } },
{ "mfdpir", XSPR(31,339,631), XSPR_MASK, PPC860, { RT } },
{ "mfimmr", XSPR(31,339,638), XSPR_MASK, PPC860, { RT } },