diff options
author | H.J. Lu <hjl.tools@gmail.com> | 2007-06-23 14:55:18 +0000 |
---|---|---|
committer | H.J. Lu <hjl.tools@gmail.com> | 2007-06-23 14:55:18 +0000 |
commit | 09a2c6cf5cff8cad91699d193b85e2e802fad022 (patch) | |
tree | dfeaae0d86903b3ec41ca6f8ebb4b0fbfe93f37c /opcodes/ChangeLog | |
parent | 0d4a14760da3691d09645cbed5aef74604fb2e69 (diff) | |
download | gdb-09a2c6cf5cff8cad91699d193b85e2e802fad022.zip gdb-09a2c6cf5cff8cad91699d193b85e2e802fad022.tar.gz gdb-09a2c6cf5cff8cad91699d193b85e2e802fad022.tar.bz2 |
gas/testsuite/
2007-06-23 H.J. Lu <hongjiu.lu@intel.com>
PR binutils/4667
* gas/i386/i386.exp: Run simd, simd-intel, x86-64-simd
and x86-64-simd-intel.
* gas/i386/opcode-intel.d: Updated.
* gas/i386/simd-intel.d: New.
* gas/i386/simd.d: Likewise.
* gas/i386/simd.s: Likewise.
* gas/i386/x86-64-simd-intel.d: Likewise.
* gas/i386/x86-64-simd.d: Likewise.
* gas/i386/x86-64-simd.s: Likewise.
opcodes/
2007-06-23 H.J. Lu <hongjiu.lu@intel.com>
PR binutils/4667
* i386-dis.c (EX): Removed.
(EMd): New.
(EMq): Likewise.
(EXd): Likewise.
(EXq): Likewise.
(EXx): Likewise.
(PREGRP93...PREGRP97): Likewise.
(dis386_twobyte): Updated.
(prefix_user_table): Updated. Add PREGRP93...PREGRP97.
(OP_EX): Remove Intel syntax handling.
Diffstat (limited to 'opcodes/ChangeLog')
-rw-r--r-- | opcodes/ChangeLog | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/opcodes/ChangeLog b/opcodes/ChangeLog index eebe25b..e73bf0b 100644 --- a/opcodes/ChangeLog +++ b/opcodes/ChangeLog @@ -1,3 +1,17 @@ +2007-06-23 H.J. Lu <hongjiu.lu@intel.com> + + PR binutils/4667 + * i386-dis.c (EX): Removed. + (EMd): New. + (EMq): Likewise. + (EXd): Likewise. + (EXq): Likewise. + (EXx): Likewise. + (PREGRP93...PREGRP97): Likewise. + (dis386_twobyte): Updated. + (prefix_user_table): Updated. Add PREGRP93...PREGRP97. + (OP_EX): Remove Intel syntax handling. + 2007-06-18 Nathan Sidwell <nathan@codesourcery.com> * m68k-opc.c (m68k_opcodes): Add wdebugl variants. |