diff options
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 30 |
1 files changed, 30 insertions, 0 deletions
@@ -1,3 +1,33 @@ +15-06-18 Cyrille Bagard <nocbos@gmail.com> + + * src/arch/arm/v7/arm.c: + Fix and extend the support for ARM v7 instructions. + + * src/arch/arm/v7/opcodes/opcodes_tmp_arm.h: + * src/arch/arm/v7/opcodes/opcodes_tmp_thumb_16.h: + Update missing prototypes. + + * src/arch/arm/v7/opdefs/ldrb_A8868.d: + New entry: introduce a new ARM instruction. + + * src/arch/arm/v7/opdefs/ldrb_A8870.d: + Fix a mistake in the instruction encoding. + + * src/arch/arm/v7/opdefs/lsr_A8896.d: + New entry: introduce a new ARM instruction. + + * src/arch/arm/v7/opdefs/Makefile.am: + Add a new definition to ARMV7_DEFS. + + * src/arch/arm/v7/opdefs/strb_A88207.d: + New entry: introduce a new ARM instruction. + + * src/arch/arm/v7/opdefs/uxtb_A88274.d: + Fix a mistake in the instruction name. + + * tools/d2c/d2c_genmakefile.sh: + Avoid to include header content in source code. + 15-06-15 Cyrille Bagard <nocbos@gmail.com> * src/glibext/gcodebuffer.c: |