summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorCyrille Bagard <nocbos@gmail.com>2014-12-02 21:51:13 (GMT)
committerCyrille Bagard <nocbos@gmail.com>2014-12-02 21:51:13 (GMT)
commitc72f4d81bff9d6b8fa2317823a86742cb59e0544 (patch)
treedfa7dd5578eb5c347a6930c6578a5c7f27d2b2d5 /ChangeLog
parent5b5b36dc862a3c7bcfa3e0db74efcf2806988706 (diff)
Extended the compiler by allowing more than one type of Thumb.
git-svn-id: svn://svn.gna.org/svn/chrysalide/trunk@431 abbe820e-26c8-41b2-8c08-b7b2b41f8b0a
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog13
1 files changed, 13 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 95de94c..7bd7182 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,16 @@
+14-12-02 Cyrille Bagard <nocbos@gmail.com>
+
+ * src/arch/arm/v7/opdefs/Makefile.am:
+ Distinguish Thumb 16 and Thumb 32. Add 'mov_A88102.d' to ARMV7_DEFS.
+
+ * src/arch/arm/v7/opdefs/mov_A88102.d:
+ New entry: define a new ARMv7 instruction. Need to be improved.
+
+ * tools/d2c/d2c_gram.y:
+ * tools/d2c/d2c_tok.l:
+ * tools/d2c/spec.c:
+ Extend the compiler by allowing more than one type of Thumb.
+
14-12-01 Cyrille Bagard <nocbos@gmail.com>
* src/arch/arm/v7/arm.h: