diff options
author | Cyrille Bagard <nocbos@gmail.com> | 2015-06-18 21:53:43 (GMT) |
---|---|---|
committer | Cyrille Bagard <nocbos@gmail.com> | 2015-06-18 21:53:43 (GMT) |
commit | 2bf52fcc65f066186b2b5ada7bad4d41770caf01 (patch) | |
tree | 86f04041e08416dcae9238eda47f089fc1bd1420 /ChangeLog | |
parent | c987ca944052019957d3f31d69c679ed5ad994f2 (diff) |
Fixed and extended the support for ARM v7 instructions.
git-svn-id: svn://svn.gna.org/svn/chrysalide/trunk@542 abbe820e-26c8-41b2-8c08-b7b2b41f8b0a
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: |