summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorCyrille Bagard <nocbos@gmail.com>2011-12-23 15:49:56 (GMT)
committerCyrille Bagard <nocbos@gmail.com>2011-12-23 15:49:56 (GMT)
commit55c034aa3d975320dbaa7e643e68289732386eec (patch)
tree2011c2a619197eb8e17b5cbb2a3fe4dd35986e6b /ChangeLog
parenta6f7f152b62dd79ec492c0b3f51a2b5d19732d27 (diff)
Decoded Dalvik pseudo-instructions properly.
git-svn-id: svn://svn.gna.org/svn/chrysalide/trunk@216 abbe820e-26c8-41b2-8c08-b7b2b41f8b0a
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog35
1 files changed, 35 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 8ca6ee2..0799cf7 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,38 @@
+11-12-23 Cyrille Bagard <nocbos@gmail.com>
+
+ * configure.ac:
+ Add the new Makefile from the 'src/arch/dalvik/pseudo' directory to
+ AC_CONFIG_FILES.
+
+ * src/arch/dalvik/instruction.c:
+ * src/arch/dalvik/instruction-def.h:
+ * src/arch/dalvik/instruction.h:
+ * src/arch/dalvik/instruction-int.h:
+ Reorganize the definition of Dalvik instructions.
+
+ * src/arch/dalvik/Makefile.am:
+ Add the instruction-{def,int}.h files to libarchdalvik_la_SOURCES and
+ pseudo/libarchdalvikpseudo.la to libarchdalvik_la_LIBADD. Remove all
+ specins.[ch]-related things.
+
+ * src/arch/dalvik/processor.c:
+ Decode Dalvik pseudo-instructions.
+
+ * src/arch/dalvik/pseudo/fill.c:
+ * src/arch/dalvik/pseudo/fill.h:
+ * src/arch/dalvik/pseudo/Makefile.am:
+ * src/arch/dalvik/pseudo/switch.c:
+ * src/arch/dalvik/pseudo/switch.h:
+ New entries: decode pseudo-instructions properly.
+
+ * src/arch/dalvik/specins.c:
+ * src/arch/dalvik/specins.h:
+ Deleted entries.
+
+ * src/arch/instruction.c:
+ * src/arch/instruction-int.h:
+ Allow each instruction to provide its own printing method.
+
11-12-09 Cyrille Bagard <nocbos@gmail.com>
* src/configuration.c: