summaryrefslogtreecommitdiff
path: root/opcodes/ChangeLog
diff options
context:
space:
mode:
authorH.J. Lu <hjl@lucon.org>2007-07-29 19:43:36 +0000
committerH.J. Lu <hjl@lucon.org>2007-07-29 19:43:36 +0000
commit2663509cbd755a3d7a976ef3f1837b57d9a10120 (patch)
treed4aabdac3e77ee46be34a21ce34baf451973cb4c /opcodes/ChangeLog
parent3814023755a4e34a5aac18aeb172859f787db626 (diff)
downloadgdb-2663509cbd755a3d7a976ef3f1837b57d9a10120.tar.gz
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/ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/opcodes/ChangeLog b/opcodes/ChangeLog
index 63d9e3957bf..671616f0541 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