diff options
author | Cyrille Bagard <nocbos@gmail.com> | 2015-04-29 23:35:10 (GMT) |
---|---|---|
committer | Cyrille Bagard <nocbos@gmail.com> | 2015-04-29 23:35:10 (GMT) |
commit | 55dbd294b0d740648bb1b63e6159e3aa9361a2e1 (patch) | |
tree | 7a8b14f003bd2b885e5538249cffca4beee01b08 /ChangeLog | |
parent | b79affc5c12b7c984acd1e434af5b1aa6b94f68f (diff) |
Implemented a new category of instructions from Thumb32.
git-svn-id: svn://svn.gna.org/svn/chrysalide/trunk@522 abbe820e-26c8-41b2-8c08-b7b2b41f8b0a
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 24 |
1 files changed, 21 insertions, 3 deletions
@@ -1,4 +1,22 @@ -115-04-27 Cyrille Bagard <nocbos@gmail.com> +15-04-30 Cyrille Bagard <nocbos@gmail.com> + + * src/arch/arm/v7/opcodes/opcodes_tmp_thumb_16.h: + * src/arch/arm/v7/opcodes/opcodes_tmp_thumb_32.h: + Update missing prototypes. + + * src/arch/arm/v7/opdefs/ldrb_A8870.d: + New entry: introduce a new ARM instruction. + + * src/arch/arm/v7/opdefs/Makefile.am: + Update included headers list. + + * src/arch/arm/v7/opdefs/strb_A88208.d: + New entry: introduce a new ARM instruction. + + * src/arch/arm/v7/thumb_32.c: + Implement a new category of instructions from Thumb32. + +15-04-27 Cyrille Bagard <nocbos@gmail.com> * configure.ac: * po/POTFILES.in: @@ -7,7 +25,7 @@ * tools/d2c/d2c_genmakefile.sh: Allow to compile the project from a fresh install by fixing mistakes. -115-04-26 Cyrille Bagard <nocbos@gmail.com> +15-04-26 Cyrille Bagard <nocbos@gmail.com> * src/analysis/disass/output.c: Give more information about not found symbols. @@ -22,7 +40,7 @@ * src/gui/panels/symbols.c Display entry points as symbols too. -115-04-25 Cyrille Bagard <nocbos@gmail.com> +15-04-25 Cyrille Bagard <nocbos@gmail.com> * src/analysis/disass/macro.c: Use an uniq coverage memory for all visited branches. |