summaryrefslogtreecommitdiff
path: root/opcodes
diff options
context:
space:
mode:
authorH.J. Lu <hjl@lucon.org>2007-10-19 23:24:00 +0000
committerH.J. Lu <hjl@lucon.org>2007-10-19 23:24:00 +0000
commitc4311fb3d71e47e6445b137ef299987936a66f02 (patch)
treebb4be9238cdffdd2a46b613d3e0048b41471b7e0 /opcodes
parent7bde313e793ea398a3880e346f9cd5fb8f497b7d (diff)
downloadgdb-c4311fb3d71e47e6445b137ef299987936a66f02.tar.gz
2007-10-19 H.J. Lu <hongjiu.lu@intel.com>
* i386-dis.c (prefix_table): Use XS on psrldq and pslldq.
Diffstat (limited to 'opcodes')
-rw-r--r--opcodes/ChangeLog4
-rw-r--r--opcodes/i386-dis.c4
2 files changed, 6 insertions, 2 deletions
diff --git a/opcodes/ChangeLog b/opcodes/ChangeLog
index a4d3f1ae489..78d2396c2fa 100644
--- a/opcodes/ChangeLog
+++ b/opcodes/ChangeLog
@@ -1,3 +1,7 @@
+2007-10-19 H.J. Lu <hongjiu.lu@intel.com>
+
+ * i386-dis.c (prefix_table): Use XS on psrldq and pslldq.
+
2007-10-17 Nathan Sidwell <nathan@codesourcery.com>
* m68k-opc.c (m68k_opcodes): Correct move sr and ccr masks for
diff --git a/opcodes/i386-dis.c b/opcodes/i386-dis.c
index ab2aa7bd272..8c04ccfbfda 100644
--- a/opcodes/i386-dis.c
+++ b/opcodes/i386-dis.c
@@ -2565,7 +2565,7 @@ static const struct dis386 prefix_table[][4] = {
{
{ "(bad)", { XX } },
{ "(bad)", { XX } },
- { "psrldq", { MS, Ib } },
+ { "psrldq", { XS, Ib } },
{ "(bad)", { XX } },
},
@@ -2573,7 +2573,7 @@ static const struct dis386 prefix_table[][4] = {
{
{ "(bad)", { XX } },
{ "(bad)", { XX } },
- { "pslldq", { MS, Ib } },
+ { "pslldq", { XS, Ib } },
{ "(bad)", { XX } },
},