aboutsummaryrefslogtreecommitdiff
path: root/gdb/i386-tdep.c
diff options
context:
space:
mode:
authorJan Kratochvil <jan.kratochvil@redhat.com>2011-02-08 13:58:02 +0000
committerJan Kratochvil <jan.kratochvil@redhat.com>2011-02-08 13:58:02 +0000
commit4f7d61a85a096dbf5c5f7061ac1390b3fdb81b52 (patch)
treedc046f61269afb285d7641369c139684593799dc /gdb/i386-tdep.c
parent54fcddd0ace6123d9dadc3040c39acd1b42ffd09 (diff)
downloadgdb-4f7d61a85a096dbf5c5f7061ac1390b3fdb81b52.zip
gdb-4f7d61a85a096dbf5c5f7061ac1390b3fdb81b52.tar.gz
gdb-4f7d61a85a096dbf5c5f7061ac1390b3fdb81b52.tar.bz2
gdb/
PR 12361. * i386-tdep.c (i386_process_record) <0x660f3807>: Fix the comment to phsubsw. (i386_process_record) <lddqu>: Fix the opcode to 0xf20ff0. (i386_process_record) <0x0f3807>: Fix the comment to phsubsw.
Diffstat (limited to 'gdb/i386-tdep.c')
-rw-r--r--gdb/i386-tdep.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/gdb/i386-tdep.c b/gdb/i386-tdep.c
index 57e27ca..f093e48 100644
--- a/gdb/i386-tdep.c
+++ b/gdb/i386-tdep.c
@@ -6256,7 +6256,7 @@ reswitch_prefix_add:
case 0x660f3804: /* pmaddubsw */
case 0x660f3805: /* phsubw */
case 0x660f3806: /* phsubd */
- case 0x660f3807: /* phaddsw */
+ case 0x660f3807: /* phsubsw */
case 0x660f3808: /* psignb */
case 0x660f3809: /* psignw */
case 0x660f380a: /* psignd */
@@ -6409,7 +6409,7 @@ reswitch_prefix_add:
case 0x660fed: /* paddsw */
case 0x660fee: /* pmaxsw */
case 0x660fef: /* pxor */
- case 0x660ff0: /* lddqu */
+ case 0xf20ff0: /* lddqu */
case 0x660ff1: /* psllw */
case 0x660ff2: /* pslld */
case 0x660ff3: /* psllq */
@@ -6525,7 +6525,7 @@ reswitch_prefix_add:
case 0x0f3804: /* pmaddubsw */
case 0x0f3805: /* phsubw */
case 0x0f3806: /* phsubd */
- case 0x0f3807: /* phaddsw */
+ case 0x0f3807: /* phsubsw */
case 0x0f3808: /* psignb */
case 0x0f3809: /* psignw */
case 0x0f380a: /* psignd */