aboutsummaryrefslogtreecommitdiff
path: root/opcodes
diff options
context:
space:
mode:
authorPeter Bergner <bergner@vnet.ibm.com>2009-04-02 00:42:29 +0000
committerPeter Bergner <bergner@vnet.ibm.com>2009-04-02 00:42:29 +0000
commite401b04ca7cd4cc3450c375b63b30b0907f14de0 (patch)
treec195d84e2a1fe649faa00fc241bd3cbdb42e1ae6 /opcodes
parentfe723c8722e3b99a1d85807c4a53241fafa310bc (diff)
downloadgdb-e401b04ca7cd4cc3450c375b63b30b0907f14de0.zip
gdb-e401b04ca7cd4cc3450c375b63b30b0907f14de0.tar.gz
gdb-e401b04ca7cd4cc3450c375b63b30b0907f14de0.tar.bz2
opcodes/
* ppc-opc.c (powerpc_opcodes) <"dcbzl">: Merge the POWER4 and E500MC entries.
Diffstat (limited to 'opcodes')
-rw-r--r--opcodes/ChangeLog5
-rw-r--r--opcodes/ppc-opc.c3
2 files changed, 6 insertions, 2 deletions
diff --git a/opcodes/ChangeLog b/opcodes/ChangeLog
index 87c9fe5..eaf2afa 100644
--- a/opcodes/ChangeLog
+++ b/opcodes/ChangeLog
@@ -1,3 +1,8 @@
+2009-04-01 Peter Bergner <bergner@vnet.ibm.com>
+
+ * ppc-opc.c (powerpc_opcodes) <"dcbzl">: Merge the POWER4 and
+ E500MC entries.
+
2009-04-01 Christophe Lyon <christophe.lyon@st.com>
* arm-dis.c (print_insn): Print BE8 opcodes in little endianness.
diff --git a/opcodes/ppc-opc.c b/opcodes/ppc-opc.c
index 5e70395..e4aeb54 100644
--- a/opcodes/ppc-opc.c
+++ b/opcodes/ppc-opc.c
@@ -4725,8 +4725,7 @@ const struct powerpc_opcode powerpc_opcodes[] = {
{"dcbzep", XRT(31,1023,0), XRT_MASK, E500MC, PPCNONE, {RA, RB}},
-{"dcbzl", XOPL(31,1014,1), XRT_MASK, POWER4, PPCNONE, {RA, RB}},
-{"dcbzl", XOPL(31,1014,1), XRT_MASK, PPCCOM|E500MC,POWER4, {RA, RB}},
+{"dcbzl", XOPL(31,1014,1), XRT_MASK, POWER4|E500MC, PPCNONE, {RA, RB}},
{"cctpl", 0x7c210b78, 0xffffffff, CELL, PPCNONE, {0}},
{"cctpm", 0x7c421378, 0xffffffff, CELL, PPCNONE, {0}},