diff options
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 16 |
1 files changed, 16 insertions, 0 deletions
@@ -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. |