diff options
author | Cyrille Bagard <nocbos@gmail.com> | 2016-08-28 16:04:33 (GMT) |
---|---|---|
committer | Cyrille Bagard <nocbos@gmail.com> | 2016-08-28 16:04:33 (GMT) |
commit | cb74c4467fc623fbca4aad3b07abda3ed1246590 (patch) | |
tree | 68fc259a136a0a6e148403907b5e8d564e28a662 /ChangeLog | |
parent | 529595311bd518a3e7368263b9c3244159c85e41 (diff) |
Handled branching instructions using registers.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 15 |
1 files changed, 15 insertions, 0 deletions
@@ -1,3 +1,18 @@ +16-08-28 Cyrille Bagard <nocbos@gmail.com> + + * src/arch/arm/v7/Makefile.am: + Add the 'link.[ch]' files to libarcharmv7_la_SOURCES. + + * src/arch/arm/v7/link.c: + * src/arch/arm/v7/link.h: + New entries: handle branching instructions using registers. + + * src/arch/arm/v7/opdefs/Makefile.am: + Update FIXED_C_INCLUDES. + + * src/arch/arm/v7/opdefs/bx_A8827.d: + Fix a bug. Handle branching instructions using registers. + 16-08-06 Cyrille Bagard <nocbos@gmail.com> * src/gui/editor.c: |