diff options
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: |