]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commitdiff
* ppc-opc.c: (powerpc_opcodes): Enable icswx for POWER7.
authorAlan Modra <amodra@gmail.com>
Mon, 25 Apr 2011 23:12:13 +0000 (23:12 +0000)
committerAlan Modra <amodra@gmail.com>
Mon, 25 Apr 2011 23:12:13 +0000 (23:12 +0000)
opcodes/ChangeLog
opcodes/ppc-opc.c

index 212a7bfbd395bd6aa2f2ea33b364a5254016d276..bbb3138a5fd69b40934b5ace4b33fa1301f7a8de 100644 (file)
@@ -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
index f877a54001cd5720840557730f58e2e602766163..a2632066627076bdef02a66b854db2f495aa98b3 100644 (file)
@@ -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}},