summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog17
1 files changed, 17 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index f582bb3..1297ed7 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,20 @@
+10-04-05 Cyrille Bagard <nocbos@gmail.com>
+
+ * src/arch/x86/instruction.c:
+ * src/arch/x86/instruction.h:
+ Support some extra opcodes : popa and arpl.
+
+ * src/arch/x86/Makefile.am:
+ Add op_arpl.c to libarchx86_la_SOURCES.
+
+ * src/arch/x86/op_arpl.c:
+ New entry: support the 'arpl' instruction.
+
+ * src/arch/x86/opcodes.h:
+ * src/arch/x86/op_pop.c:
+ * src/arch/x86/processor.c:
+ Support some extra opcodes : popa and arpl.
+
10-03-31 Cyrille Bagard <nocbos@gmail.com>
* configure.ac: