summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog21
1 files changed, 21 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 48162e8..48619cb 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,24 @@
+09-05-25 Cyrille Bagard <nocbos@gmail.com>
+
+ * src/analysis/binary.c:
+ Restore the entry point mark.
+
+ * src/arch/immediate.c:
+ Print extra information about the values when possible.
+
+ * src/arch/x86/instruction.h:
+ Support nine extra opcodes.
+
+ * src/arch/x86/Makefile.am:
+ Add op_scas.c to libarchx86_la_SOURCES.
+
+ * src/arch/x86/opcodes.h:
+ * src/arch/x86/operand.c:
+ * src/arch/x86/operand.h:
+ * src/arch/x86/op_mov.c:
+ * src/arch/x86/processor.c:
+ Support nine extra opcodes.
+
09-05-19 Cyrille Bagard <nocbos@gmail.com>
* src/arch/immediate.c: