summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlan Modra <amodra@bigpond.net.au>2011-04-25 23:12:13 +0000
committerAlan Modra <amodra@bigpond.net.au>2011-04-25 23:12:13 +0000
commit03d2ad0a20158b02194c0219daf7a38c2745c1c7 (patch)
tree62825a636bb23f269d85e3116fcd9bfc0a8b64da
parenta8a0c726ac47c6e52c7f6d2032098f8873dd44b0 (diff)
downloadbinutils-redhat-03d2ad0a20158b02194c0219daf7a38c2745c1c7.tar.gz
* ppc-opc.c: (powerpc_opcodes): Enable icswx for POWER7.
-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 212a7bfbd3..bbb3138a5f 100644
--- a/opcodes/ChangeLog
+++ b/opcodes/ChangeLog
@@ -1,3 +1,7 @@
+2011-04-26 Anton Blanchard <anton@samba.org>
+
+ * ppc-opc.c: (powerpc_opcodes): Enable icswx for POWER7.
+
2011-02-01 Alan Modra <amodra@gmail.com>
Backport from mainline
diff --git a/opcodes/ppc-opc.c b/opcodes/ppc-opc.c
index f877a54001..a263206662 100644
--- a/opcodes/ppc-opc.c
+++ b/opcodes/ppc-opc.c
@@ -4124,8 +4124,8 @@ const struct powerpc_opcode powerpc_opcodes[] = {
{"slbmte", X(31,402), XRA_MASK, PPC64, PPCNONE, {RS, RB}},
-{"icswx", XRC(31,406,0), X_MASK, PPCA2, PPCNONE, {RS, RA, RB}},
-{"icswx.", XRC(31,406,1), X_MASK, PPCA2, PPCNONE, {RS, RA, RB}},
+{"icswx", XRC(31,406,0), X_MASK, POWER7|PPCA2, PPCNONE, {RS, RA, RB}},
+{"icswx.", XRC(31,406,1), X_MASK, POWER7|PPCA2, PPCNONE, {RS, RA, RB}},
{"sthx", X(31,407), X_MASK, COM, PPCNONE, {RS, RA0, RB}},