diff options
author | H.J. Lu <hjl.tools@gmail.com> | 2007-07-29 19:43:36 +0000 |
---|---|---|
committer | H.J. Lu <hjl.tools@gmail.com> | 2007-07-29 19:43:36 +0000 |
commit | 8976381e69bd16f581b38ca5d236c2eff1120408 (patch) | |
tree | fa9e2554fa102283ded52a73f1757b99f1c6d570 /opcodes/ChangeLog | |
parent | 59d5bbeb35547e5645b25c17432b68ea46b37222 (diff) | |
download | gdb-8976381e69bd16f581b38ca5d236c2eff1120408.zip gdb-8976381e69bd16f581b38ca5d236c2eff1120408.tar.gz gdb-8976381e69bd16f581b38ca5d236c2eff1120408.tar.bz2 |
gas/testsuite/
2007-07-29 H.J. Lu <hongjiu.lu@intel.com>
PR binutils/4834
* gas/i386/simd-intel.d: Updated.
* gas/i386/simd.d: Likewise.
* gas/i386/x86-64-simd-intel.d: Likewise.
* gas/i386/x86-64-simd.d: Likewise.
* gas/i386/simd.s: Add tests for SSE4 instructions.
* gas/i386/x86-64-simd.s: Likewise.
opcodes/
2007-07-29 H.J. Lu <hongjiu.lu@intel.com>
PR binutils/4834
* i386-dis.c (EXw): New.
(prefix_user_table): Updated to use EXw, EXd and EXq for SSE4
instructions when appropriated.
Diffstat (limited to 'opcodes/ChangeLog')
-rw-r--r-- | opcodes/ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/opcodes/ChangeLog b/opcodes/ChangeLog index 63d9e39..671616f 100644 --- a/opcodes/ChangeLog +++ b/opcodes/ChangeLog @@ -1,3 +1,10 @@ +2007-07-29 H.J. Lu <hongjiu.lu@intel.com> + + PR binutils/4834 + * i386-dis.c (EXw): New. + (prefix_user_table): Updated to use EXw, EXd and EXq for SSE4 + instructions when appropriated. + 2007-07-28 H.J. Lu <hongjiu.lu@intel.com> PR binutils/4834 |