diff options
author | Sebastian Pop <sebastian.pop@amd.com> | 2010-03-23 02:56:24 +0000 |
---|---|---|
committer | Sebastian Pop <sebastian.pop@amd.com> | 2010-03-23 02:56:24 +0000 |
commit | ce7d077ec0953ad038e16f4012e536bd83da998c (patch) | |
tree | 4c604c1d84e882e0c30731a30d416272dca0c8e6 /gas/testsuite/ChangeLog | |
parent | 405f531a1adee2510afa4490d08e8377c934966a (diff) | |
download | gdb-ce7d077ec0953ad038e16f4012e536bd83da998c.zip gdb-ce7d077ec0953ad038e16f4012e536bd83da998c.tar.gz gdb-ce7d077ec0953ad038e16f4012e536bd83da998c.tar.bz2 |
2010-03-22 Sebastian Pop <sebastian.pop@amd.com>
Quentin Neill <quentin.neill@amd.com>
opcodes/
* i386-dis.c (OP_LWP_I): Removed.
(reg_table): Do not use OP_LWP_I, use Iq.
(OP_LWPCB_E): Remove use of names16.
(OP_LWP_E): Same.
* i386-opc.tbl: Removed 16bit LWP insns. 32bit LWP insns
should not set the Vex.length bit.
* i386-tbl.h: Regenerated.
gas/
* testsuite/gas/i386/x86-64-lwp.s: Remove use of 16bit LWP insns.
* testsuite/gas/i386/lwp.s: Same.
* testsuite/gas/i386/x86-64-lwp.d: Updated.
* testsuite/gas/i386/lwp.d: Updated.
Diffstat (limited to 'gas/testsuite/ChangeLog')
-rw-r--r-- | gas/testsuite/ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/gas/testsuite/ChangeLog b/gas/testsuite/ChangeLog index bf25c72..8fb621a 100644 --- a/gas/testsuite/ChangeLog +++ b/gas/testsuite/ChangeLog @@ -1,3 +1,11 @@ +2010-03-22 Sebastian Pop <sebastian.pop@amd.com> + Quentin Neill <quentin.neill@amd.com> + + * testsuite/gas/i386/x86-64-lwp.s: Remove use of 16bit LWP insns. + * testsuite/gas/i386/lwp.s: Same. + * testsuite/gas/i386/x86-64-lwp.d: Updated. + * testsuite/gas/i386/lwp.d: Updated. + 2010-03-19 Jie Zhang <jie@codesourcery.com> * gas/arm/mapmisc.s: Add the test case for two mapping |