summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog22
1 files changed, 22 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 0d4288c..cbc0d57 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,27 @@
15-04-01 Cyrille Bagard <nocbos@gmail.com>
+ * src/analysis/disass/macro.c:
+ Fix the definition of inner blocks by cutting at the right starting
+ position. Fix the final debug output.
+
+ * src/arch/arm/instruction.c:
+ Define the default execution condition for ARM instructions.
+
+ * src/arch/arm/link.c:
+ * src/arch/arm/link.h:
+ New entries: select jumps or branchs depending on current conditions.
+
+ * src/arch/arm/Makefile.am:
+ Add the 'link.[ch]' files to libarcharm_la_SOURCES.
+
+ * src/arch/arm/v7/opdefs/b_A8818.d:
+ Update definitions.
+
+ * src/arch/arm/v7/opdefs/Makefile.am:
+ Update included headers.
+
+15-04-01 Cyrille Bagard <nocbos@gmail.com>
+
* src/analysis/disass/area.c:
Update code by changing IPH_LINK to IPH_FETCH.