summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorCyrille Bagard <nocbos@gmail.com>2015-04-01 21:45:29 (GMT)
committerCyrille Bagard <nocbos@gmail.com>2015-04-01 21:45:29 (GMT)
commit3293a5b3b13271ea1499718d310c1bd0284762a3 (patch)
tree65f564c8fb56d1d28ac4da9ef62d65db06c29591 /ChangeLog
parent5cc7bd39ae41af40a0c939acf98f90bf1375effd (diff)
Fixed the definition of inner blocks by cutting at the right starting position.
git-svn-id: svn://svn.gna.org/svn/chrysalide/trunk@498 abbe820e-26c8-41b2-8c08-b7b2b41f8b0a
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.