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 4cdf2d9..09205e3 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,23 @@
2008-09-06 Cyrille Bagard <nocbos@gmail.com>
+ * src/arch/x86/instruction.h:
+ Add more support for lea and push opcodes.
+
+ * src/arch/x86/Makefile.am:
+ Add op_lea.c to libarchx86_a_SOURCES.
+
+ * src/arch/x86/opcodes.h:
+ Add more support for lea and push opcodes.
+
+ * src/arch/x86/op_lea.c:
+ New entry: support the lea opcode.
+
+ * src/arch/x86/op_push.c:
+ * src/arch/x86/processor.c:
+ Add more support for lea and push opcodes.
+
+2008-09-06 Cyrille Bagard <nocbos@gmail.com>
+
* src/binary.c:
* src/binary.h:
Display found symbols when loading binary data.