summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorCyrille Bagard <nocbos@gmail.com>2016-08-28 16:04:33 (GMT)
committerCyrille Bagard <nocbos@gmail.com>2016-08-28 16:04:33 (GMT)
commitcb74c4467fc623fbca4aad3b07abda3ed1246590 (patch)
tree68fc259a136a0a6e148403907b5e8d564e28a662 /ChangeLog
parent529595311bd518a3e7368263b9c3244159c85e41 (diff)
Handled branching instructions using registers.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog15
1 files changed, 15 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index de5469c..76c0878 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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: