diff options
author | Cyrille Bagard <nocbos@gmail.com> | 2014-12-01 22:57:10 (GMT) |
---|---|---|
committer | Cyrille Bagard <nocbos@gmail.com> | 2014-12-01 22:57:10 (GMT) |
commit | 5b5b36dc862a3c7bcfa3e0db74efcf2806988706 (patch) | |
tree | 0c631ee484f2325ad182a5e527f1a6508ddf2d9a /ChangeLog | |
parent | 97d1cc10210cf4ec237e1d9a8b23b120ddef47c5 (diff) |
Recognized Thumb 16 instructions and most of the Thumb 32 ones.
git-svn-id: svn://svn.gna.org/svn/chrysalide/trunk@430 abbe820e-26c8-41b2-8c08-b7b2b41f8b0a
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 19 |
1 files changed, 19 insertions, 0 deletions
@@ -1,3 +1,22 @@ +14-12-01 Cyrille Bagard <nocbos@gmail.com> + + * src/arch/arm/v7/arm.h: + Typo. + + * src/arch/arm/v7/build_tmp_decl.sh: + New entry: helper for rebuilding temporary headers. + + * src/arch/arm/v7/Makefile.am: + Add the 'thumb_{16,32}.[ch]' files to libarcharmv7_la_SOURCES. + + * src/arch/arm/v7/opcodes/opcodes_tmp_thumb_16.h: + * src/arch/arm/v7/opcodes/opcodes_tmp_thumb_32.h: + * src/arch/arm/v7/thumb_16.c: + * src/arch/arm/v7/thumb_16.h: + * src/arch/arm/v7/thumb_32.c: + * src/arch/arm/v7/thumb_32.h: + New entries: recognize Thumb 16 instructions and most of the Thumb 32 ones. + 14-11-29 Cyrille Bagard <nocbos@gmail.com> * src/analysis/disass/output.c: |