summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog16
1 files changed, 16 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index c99c979..e7c95a0 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,21 @@
11-12-26 Cyrille Bagard <nocbos@gmail.com>
+ * src/arch/dalvik/opcodes.h:
+ * src/arch/dalvik/processor.c:
+ * src/arch/dalvik/instruction.c:
+ Update code.
+
+ * src/arch/dalvik/op_shl.c:
+ New entry: support a few more shl-related opcodes.
+
+ * src/arch/dalvik/instruction-def.h:
+ Update code.
+
+ * src/arch/dalvik/Makefile.am:
+ Add the op_shl.c to libarchdalvik_la_SOURCES.
+
+11-12-26 Cyrille Bagard <nocbos@gmail.com>
+
* configure.ac:
Add the new Makefiles from the 'plugins/python' and 'plugins/python/apkfiles'
directories to AC_CONFIG_FILES.