diff options
author | Cyrille Bagard <nocbos@gmail.com> | 2015-10-14 00:10:11 (GMT) |
---|---|---|
committer | Cyrille Bagard <nocbos@gmail.com> | 2015-10-14 00:10:11 (GMT) |
commit | 48726043e2f07874e7a09a866c4cc537a65a683c (patch) | |
tree | 557e4f6cd700d131e8964d02890a6381f87e52cd /ChangeLog | |
parent | 18beadb4192144b00c06769645befb17ae1ce98e (diff) |
Forced the full definition of locations to fix the search of symbols.
git-svn-id: svn://svn.gna.org/svn/chrysalide/trunk@594 abbe820e-26c8-41b2-8c08-b7b2b41f8b0a
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. |