From: Jan Kratochvil Date: Tue, 8 Feb 2011 13:58:02 +0000 (+0000) Subject: gdb/ X-Git-Tag: cgen-snapshot-20110301~51 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=4f7d61a85a096dbf5c5f7061ac1390b3fdb81b52;p=thirdparty%2Fbinutils-gdb.git gdb/ PR 12361. * i386-tdep.c (i386_process_record) <0x660f3807>: Fix the comment to phsubsw. (i386_process_record) : Fix the opcode to 0xf20ff0. (i386_process_record) <0x0f3807>: Fix the comment to phsubsw. --- diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 87f31f341b9..9a61657834e 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,11 @@ +2011-02-08 Jan Kratochvil + + PR 12361. + * i386-tdep.c (i386_process_record) <0x660f3807>: Fix the comment to + phsubsw. + (i386_process_record) : Fix the opcode to 0xf20ff0. + (i386_process_record) <0x0f3807>: Fix the comment to phsubsw. + 2011-02-08 Ulrich Weigand * dwarf2read.c (read_subroutine_type): Set special calling diff --git a/gdb/i386-tdep.c b/gdb/i386-tdep.c index 57e27ca8ad0..f093e48b1de 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 */