diff options
author | Cyrille Bagard <nocbos@gmail.com> | 2015-04-01 21:45:29 (GMT) |
---|---|---|
committer | Cyrille Bagard <nocbos@gmail.com> | 2015-04-01 21:45:29 (GMT) |
commit | 3293a5b3b13271ea1499718d310c1bd0284762a3 (patch) | |
tree | 65f564c8fb56d1d28ac4da9ef62d65db06c29591 /ChangeLog | |
parent | 5cc7bd39ae41af40a0c939acf98f90bf1375effd (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-- | ChangeLog | 22 |
1 files changed, 22 insertions, 0 deletions
@@ -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. |