summaryrefslogtreecommitdiff
path: root/libcpu/ChangeLog
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>2008-01-03 07:41:03 +0000
committerUlrich Drepper <drepper@redhat.com>2008-01-03 07:41:03 +0000
commit515d8d71521740a084d422b7bb7941ed5f3ee837 (patch)
treeb89c20c6e4e0e7bf89f53f59040fb9871af9f413 /libcpu/ChangeLog
parentf231e276bda6395770ebb2fc2d1469def46c2707 (diff)
downloadelfutils-515d8d71521740a084d422b7bb7941ed5f3ee837.tar.gz
Rewrite matcher to allow easier handling of SSE instructions.
A\\Correct/add copyrights.
Diffstat (limited to 'libcpu/ChangeLog')
-rw-r--r--libcpu/ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/libcpu/ChangeLog b/libcpu/ChangeLog
index c5be1d7b..6ba6cacb 100644
--- a/libcpu/ChangeLog
+++ b/libcpu/ChangeLog
@@ -1,3 +1,10 @@
+2008-01-02 Ulrich Drepper <drepper@redhat.com>
+
+ * i386_disasm.c (i386_disasm): Extend matcher to allow tables to
+ contain instructions with prefixes.
+ * defs/i386: Use for many SSE operations.
+ * i386_data.h (FCT_mmxreg2): Removed.
+
2008-01-01 Ulrich Drepper <drepper@redhat.com>
* defs/i386: More 0f prefix support.