diff options
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. |