From: Alan Modra Date: Mon, 25 Apr 2011 23:12:13 +0000 (+0000) Subject: * ppc-opc.c: (powerpc_opcodes): Enable icswx for POWER7. X-Git-Tag: binutils-2_21_1~91 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=efea99b91519adff4922dbcd40800fe16c75e00b;p=thirdparty%2Fbinutils-gdb.git * ppc-opc.c: (powerpc_opcodes): Enable icswx for POWER7. --- diff --git a/opcodes/ChangeLog b/opcodes/ChangeLog index 212a7bfbd39..bbb3138a5fd 100644 --- a/opcodes/ChangeLog +++ b/opcodes/ChangeLog @@ -1,3 +1,7 @@ +2011-04-26 Anton Blanchard + + * ppc-opc.c: (powerpc_opcodes): Enable icswx for POWER7. + 2011-02-01 Alan Modra Backport from mainline diff --git a/opcodes/ppc-opc.c b/opcodes/ppc-opc.c index f877a54001c..a2632066627 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}},