diff options
author | Cyrille Bagard <nocbos@gmail.com> | 2013-06-30 13:01:38 (GMT) |
---|---|---|
committer | Cyrille Bagard <nocbos@gmail.com> | 2013-06-30 13:01:38 (GMT) |
commit | e5314b83cf2521f4a1fee5d3cbb5011d7ac7bff7 (patch) | |
tree | 3af6d5b430d3a07753e273e9ddb1ff656e706661 /ChangeLog | |
parent | 0f3bbcb376ee4f76142ac4ddf729403fecac2641 (diff) |
Provided first basic support for a few ARM instructions.
git-svn-id: svn://svn.gna.org/svn/chrysalide/trunk@354 abbe820e-26c8-41b2-8c08-b7b2b41f8b0a
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 31 |
1 files changed, 31 insertions, 0 deletions
@@ -1,3 +1,34 @@ +13-06-30 Cyrille Bagard <nocbos@gmail.com> + + * configure.ac: + Add various Makefiles for ARM to AC_CONFIG_FILES. + + * src/arch/arm/encoding.h: + * src/arch/arm/instruction.c: + * src/arch/arm/instruction.h: + * src/arch/arm/instruction-int.h: + * src/arch/arm/Makefile.am: + * src/arch/arm/processor.c: + * src/arch/arm/v456/addressing.c: + * src/arch/arm/v456/addressing.h: + * src/arch/arm/v456/encoding.h: + * src/arch/arm/v456/instruction.c: + * src/arch/arm/v456/instruction-def.h: + * src/arch/arm/v456/instruction.h: + * src/arch/arm/v456/Makefile.am: + * src/arch/arm/v456/operands/content.c: + * src/arch/arm/v456/operands/content.h: + * src/arch/arm/v456/operands/Makefile.am: + * src/arch/arm/v456/operands/register.c: + * src/arch/arm/v456/operands/register.h: + * src/arch/arm/v456/register.c: + * src/arch/arm/v456/register.h: + Provide first basic support for a few ARM instructions. + + * src/arch/immediate.c: + * src/arch/immediate.h: + Tell if a value is null or not. + 13-06-14 Cyrille Bagard <nocbos@gmail.com> * configure.ac: |