diff options
author | Cyrille Bagard <nocbos@gmail.com> | 2016-04-20 08:54:46 (GMT) |
---|---|---|
committer | Cyrille Bagard <nocbos@gmail.com> | 2016-04-20 08:54:46 (GMT) |
commit | 5480789b7a18e0eef058c4f702d4afad1c015424 (patch) | |
tree | b8cf7f44fc252d67c0e32a6be846db731e707e5f /ChangeLog | |
parent | c81d32dfe7d57534f47d30a9db1192e70a5bca1f (diff) |
Discarded initial support of ARM versions older than v7.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 18 |
1 files changed, 18 insertions, 0 deletions
@@ -1,3 +1,21 @@ +16-04-20 Cyrille Bagard <nocbos@gmail.com> + + * src/arch/arm/v456/Makefile.am: + * src/arch/arm/v456/addressing.c: + * src/arch/arm/v456/addressing.h: + * src/arch/arm/v456/encoding.h: + * src/arch/arm/v456/instruction-def.h: + * src/arch/arm/v456/instruction.c: + * src/arch/arm/v456/instruction.h: + * src/arch/arm/v456/operands/Makefile.am: + * src/arch/arm/v456/operands/content.c: + * src/arch/arm/v456/operands/content.h: + * 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: + Deleted entries: discard initial support of ARM versions older than v7. + 16-04-19 Cyrille Bagard <nocbos@gmail.com> * .gitattributes: |