diff options
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 28 |
1 files changed, 28 insertions, 0 deletions
@@ -1,5 +1,33 @@ 15-04-25 Cyrille Bagard <nocbos@gmail.com> + * src/analysis/disass/macro.c: + Use an uniq coverage memory for all visited branches. + + * src/arch/arm/v7/opdefs/bl_A8825.d: + * src/arch/arm/v7/opdefs/cbnz_A8829.d: + Register suitable linkage hooks and define right links between instructions. + + * src/arch/instruction.c: + * src/arch/instruction.h: + Remove a GCC compilation warning about a return value. + + * src/arch/link.c: + * src/arch/link.h: + Refine the linkage hooks: allow to choose the right operand. + + * src/arch/target.c: + * src/arch/target.h: + Give an access to the resolved symbol if needed. + + * src/gtkext/graph/layout.c: + Improve the final debug message. + + * src/gtkext/graph/nodes/flow.c: + * src/gtkext/graph/nodes/flow.h: + Give an access to the raw basic block. + +15-04-25 Cyrille Bagard <nocbos@gmail.com> + * src/analysis/disass/area.c: * src/analysis/disass/output.c: * src/arch/arm/v7/context.c: |