diff options
author | Cyrille Bagard <nocbos@gmail.com> | 2014-12-04 22:59:30 (GMT) |
---|---|---|
committer | Cyrille Bagard <nocbos@gmail.com> | 2014-12-04 22:59:30 (GMT) |
commit | 12154652c576144405011b5bd267c15c9667f223 (patch) | |
tree | be552b2b7bc563a58892e8950afd920a45132a6e /ChangeLog | |
parent | 6803c5d5b86416d1748d4d37a5cc5cb44fe007b1 (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-- | ChangeLog | 25 |
1 files changed, 25 insertions, 0 deletions
@@ -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. |