summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog18
1 files changed, 18 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index cf5fda7..66c77d7 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,21 @@
+2008-08-01 Cyrille Bagard <nocbos@gmail.com>
+
+ * src/arch/x86/instruction.h:
+ Register the new opcodes.
+
+ * src/arch/x86/Makefile.am:
+ Add op_(leave|ret).c to libarchx86_a_SOURCES.
+
+ * src/arch/x86/opcodes.h:
+ Register the new opcodes.
+
+ * src/arch/x86/op_leave.c:
+ * src/arch/x86/op_ret.c:
+ New entries: handle the 'leave' and 'ret' opcodes.
+
+ * src/arch/x86/processor.c:
+ Register the new opcodes. Avoid wrong warning messages.
+
2008-07-31 Cyrille Bagard <nocbos@gmail.com>
* src/arch/operand.c: