summaryrefslogtreecommitdiff
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
commit7e9960c3f5951122ed39c51a4563227fe0c071f2 (patch)
tree50b1223e2e050894d805e0b0409008f3e1e86b86
parent57377f24d6e3b384705a53a27bd5ae0b7fe8d218 (diff)
downloadbinutils-redhat-7e9960c3f5951122ed39c51a4563227fe0c071f2.tar.gz
2004-02-19 Aldy Hernandez <aldyh@redhat.com>
* ppc-opc.c: Add mfmcar.
-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 5bede2d750..d6c135e76e 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 d011edf738..9202134646 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 } },