mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2024-12-15 04:31:49 +08:00
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.
This commit is contained in:
parent
54fcddd0ac
commit
4f7d61a85a
@ -1,3 +1,11 @@
|
||||
2011-02-08 Jan Kratochvil <jan.kratochvil@redhat.com>
|
||||
|
||||
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.
|
||||
|
||||
2011-02-08 Ulrich Weigand <uweigand@de.ibm.com>
|
||||
|
||||
* dwarf2read.c (read_subroutine_type): Set special calling
|
||||
|
@ -6256,7 +6256,7 @@ Do you want to stop the program?"),
|
||||
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 @@ Do you want to stop the program?"),
|
||||
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 @@ Do you want to stop the program?"),
|
||||
case 0x0f3804: /* pmaddubsw */
|
||||
case 0x0f3805: /* phsubw */
|
||||
case 0x0f3806: /* phsubd */
|
||||
case 0x0f3807: /* phaddsw */
|
||||
case 0x0f3807: /* phsubsw */
|
||||
case 0x0f3808: /* psignb */
|
||||
case 0x0f3809: /* psignw */
|
||||
case 0x0f380a: /* psignd */
|
||||
|
Loading…
Reference in New Issue
Block a user