diff options
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. |