aboutsummaryrefslogtreecommitdiff
path: root/opcodes/ChangeLog
diff options
context:
space:
mode:
authorH.J. Lu <hjl.tools@gmail.com>2006-12-10 02:50:53 +0000
committerH.J. Lu <hjl.tools@gmail.com>2006-12-10 02:50:53 +0000
commit5f754f58d9d6867b1346e882af939d100558759d (patch)
treeccfbd37080e5a13b972aa7a300ea1fcf4f4b90d7 /opcodes/ChangeLog
parent267d825c7184ba65f540e8a6e2060a5df4534584 (diff)
downloadfsf-binutils-gdb-5f754f58d9d6867b1346e882af939d100558759d.zip
fsf-binutils-gdb-5f754f58d9d6867b1346e882af939d100558759d.tar.gz
fsf-binutils-gdb-5f754f58d9d6867b1346e882af939d100558759d.tar.bz2
2006-12-09 H.J. Lu <hongjiu.lu@intel.com>
* i386-dis.c (X86_64_1): New. (X86_64_2): Likewise. (X86_64_3): Likewise. (dis386): Replace 0x60, 0x61 and 0x62 entries with x86-64 tables. (x86_64_table): Add entries for 0x60, 0x61 and 0x62.
Diffstat (limited to 'opcodes/ChangeLog')
-rw-r--r--opcodes/ChangeLog9
1 files changed, 9 insertions, 0 deletions
diff --git a/opcodes/ChangeLog b/opcodes/ChangeLog
index d46f441..7a9ee7f 100644
--- a/opcodes/ChangeLog
+++ b/opcodes/ChangeLog
@@ -1,5 +1,14 @@
2006-12-09 H.J. Lu <hongjiu.lu@intel.com>
+ * i386-dis.c (X86_64_1): New.
+ (X86_64_2): Likewise.
+ (X86_64_3): Likewise.
+ (dis386): Replace 0x60, 0x61 and 0x62 entries with x86-64
+ tables.
+ (x86_64_table): Add entries for 0x60, 0x61 and 0x62.
+
+2006-12-09 H.J. Lu <hongjiu.lu@intel.com>
+
* i386-dis.c: Adjust white spaces.
2006-12-04 Jan Beulich <jbeulich@novell.com>