summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorCyrille Bagard <nocbos@gmail.com>2014-12-04 22:59:30 (GMT)
committerCyrille Bagard <nocbos@gmail.com>2014-12-04 22:59:30 (GMT)
commit12154652c576144405011b5bd267c15c9667f223 (patch)
treebe552b2b7bc563a58892e8950afd920a45132a6e /ChangeLog
parent6803c5d5b86416d1748d4d37a5cc5cb44fe007b1 (diff)
Provided a new way to build the full name of each instruction and cached it.
git-svn-id: svn://svn.gna.org/svn/chrysalide/trunk@435 abbe820e-26c8-41b2-8c08-b7b2b41f8b0a
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog25
1 files changed, 25 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 8e34542..ad98e00 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,30 @@
14-12-04 Cyrille Bagard <nocbos@gmail.com>
+ * src/arch/arm/instruction.c:
+ Rebuild a full name of each ARM instruction.
+
+ * src/arch/arm/v7/opdefs/mov_A88102.d:
+ Append a '.W' suffix to the instruction keyword for Thumb32.
+ Change it for ARM.
+
+ * src/arch/artificial.c:
+ * src/arch/dalvik/instruction.c:
+ * src/arch/instruction.c:
+ * src/arch/instruction.h:
+ * src/arch/instruction-int.h:
+ * src/arch/raw.c:
+ Provide a new way to build the full name of each instruction and cache it.
+
+ * tools/d2c/d2c_gram.y:
+ * tools/d2c/d2c_tok.l:
+ * tools/d2c/spec.c:
+ * tools/d2c/syntax.c:
+ * tools/d2c/syntax.h:
+ Allow the compiler to handle suffixes or other values for instruction names.
+
+
+14-12-04 Cyrille Bagard <nocbos@gmail.com>
+
* src/arch/arm/v7/processor.c:
Process ARM / Thumb16 / Thumb32 data int the proper way.