diff options
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 24 |
1 files changed, 24 insertions, 0 deletions
@@ -1,5 +1,29 @@ 15-10-14 Cyrille Bagard <nocbos@gmail.com> + * src/analysis/disass/links.c: + Reorganize the code. + + * src/arch/arm/v7/fetch.c: + Fix a bug about switching between ARM and Thumb modes. Force the full + definition of locations. + + * src/arch/arm/v7/opdefs/bl_A8825.d: + Typo. + + * src/arch/arm/v7/post.c: + Force the full definition of locations. + + * src/arch/instruction.c: + Typo. + + * src/format/format.c: + Force the full definition of locations to fix the search of symbols. + + * src/format/symbol.c: + Fix the comparison of symbols. + +15-10-14 Cyrille Bagard <nocbos@gmail.com> + * src/analysis/disass/fetch.c: Update code. |