diff options
author | Alan Modra <amodra@gmail.com> | 2011-04-25 23:11:21 +0000 |
---|---|---|
committer | Alan Modra <amodra@gmail.com> | 2011-04-25 23:11:21 +0000 |
commit | 2f7f771012795f9e832ff0228fcc353f2e8e079e (patch) | |
tree | 77d993f58f03178ae29aec566dea359bf69514dc /opcodes/ppc-opc.c | |
parent | f0f9babffe098a7419062b594894ac5c57b28e88 (diff) | |
download | gdb-2f7f771012795f9e832ff0228fcc353f2e8e079e.zip gdb-2f7f771012795f9e832ff0228fcc353f2e8e079e.tar.gz gdb-2f7f771012795f9e832ff0228fcc353f2e8e079e.tar.bz2 |
* ppc-opc.c: (powerpc_opcodes): Enable icswx for POWER7.
Diffstat (limited to 'opcodes/ppc-opc.c')
-rw-r--r-- | opcodes/ppc-opc.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/opcodes/ppc-opc.c b/opcodes/ppc-opc.c index f877a54..a263206 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}}, |