diff options
author | Cyrille Bagard <nocbos@gmail.com> | 2014-10-01 20:44:39 (GMT) |
---|---|---|
committer | Cyrille Bagard <nocbos@gmail.com> | 2014-10-01 20:44:39 (GMT) |
commit | ada6b756efd6ca109f6c46aa4d3eb11c17ad6b84 (patch) | |
tree | ef182c00ffb3881f6537e96dfa07acb875ac0846 /ChangeLog | |
parent | 15c0cc127f0f4551c88de6c0d46b7d38f4b3ed4b (diff) |
Prepared the ground for the ARMv7 architecture.
git-svn-id: svn://svn.gna.org/svn/chrysalide/trunk@408 abbe820e-26c8-41b2-8c08-b7b2b41f8b0a
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 51 |
1 files changed, 51 insertions, 0 deletions
@@ -1,3 +1,54 @@ +14-10-01 Cyrille Bagard <nocbos@gmail.com> + + * configure.ac: + Add the new Makefile from the 'src/arch/arm/v7 directory. + + * src/arch/arm/cond.h: + New entry: define global ARM execution conditions. + + * src/arch/arm/encoding.h: + Renamed entry; see cond.h. + + * src/arch/arm/instruction.c: + * src/arch/arm/instruction.h: + * src/arch/arm/instruction-int.h: + + * src/arch/arm/Makefile.am: + Remove 'encoding.h' from libarcharm_la_SOURCES, and add the + 'register-int*[ch]' files. Update libarcharm_la_LIBADD for ARMv7 support. + + * src/arch/arm/processor.c: + * src/arch/arm/processor.h: + Update code. + + * src/arch/arm/processor-int.h: + New entry: define a generic ARM processor. + + * src/arch/arm/register.c: + * src/arch/arm/register.h: + * src/arch/arm/register-int.h: + New entries: define a generic ARM register. + + * src/arch/arm/v7/instruction.c: + * src/arch/arm/v7/instruction.h: + * src/arch/arm/v7/Makefile.am: + * src/arch/arm/v7/processor.c: + * src/arch/arm/v7/processor.h: + * src/arch/arm/v7/register.c: + * src/arch/arm/v7/register.h: + New entries: prepare the ground for the ARMv7 architecture. + + * src/arch/dalvik/instruction.c: + * src/arch/dalvik/register.c: + Typo. + + * src/arch/processor.c: + Update code. + + * src/arch/register.c: + * src/arch/register-int.h: + Move code from instances to classes. + 14-09-21 Cyrille Bagard <nocbos@gmail.com> * src/format/format.c: |