summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorCyrille Bagard <nocbos@gmail.com>2015-04-29 23:35:10 (GMT)
committerCyrille Bagard <nocbos@gmail.com>2015-04-29 23:35:10 (GMT)
commit55dbd294b0d740648bb1b63e6159e3aa9361a2e1 (patch)
tree7a8b14f003bd2b885e5538249cffca4beee01b08 /ChangeLog
parentb79affc5c12b7c984acd1e434af5b1aa6b94f68f (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--ChangeLog24
1 files changed, 21 insertions, 3 deletions
diff --git a/ChangeLog b/ChangeLog
index d7f8dc8..89e6c08 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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.