summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog17
1 files changed, 17 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 4334226..87bf638 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,20 @@
+16-05-04 Cyrille Bagard <nocbos@gmail.com>
+
+ * src/arch/Makefile.am:
+ Add the 'undefined.[ch]' files to libarch_la_SOURCES.
+
+ * src/arch/arm/v7/arm.c:
+ * src/arch/arm/v7/thumb_32.c:
+ Update code.
+
+ * src/arch/raw.c:
+ * src/arch/raw.h:
+ Typo.
+
+ * src/arch/undefined.c:
+ * src/arch/undefined.h:
+ Create special instructions for real undefined behaviors.
+
16-05-03 Cyrille Bagard <nocbos@gmail.com>
* src/glibext/gbufferline.c: