summaryrefslogtreecommitdiffstats
path: root/backends/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'backends/ChangeLog')
-rw-r--r--backends/ChangeLog18
1 files changed, 18 insertions, 0 deletions
diff --git a/backends/ChangeLog b/backends/ChangeLog
index 930854ba..607866b8 100644
--- a/backends/ChangeLog
+++ b/backends/ChangeLog
@@ -17,6 +17,24 @@
* Makefile.am: Link backends against libgnu.a if requested.
+2017-04-06 Mark Wielaard <[email protected]>
+
+ * i386_unwind.c: New file.
+ * i386_init.c: Hook i386_unwind.
+ * Makefile.am (i386_SRCS): Add i386_unwind.c
+
+2017-02-09 Ulf Hermann <[email protected]>
+
+ * aarch64_unwind.c: New file
+ * Makefile.am (aarch64_SRCS): Add aarch64_unwind.c
+ * aarch64_init.c (aarch64_init): Hook aarch64_unwind
+
+2017-02-09 Ulf Hermann <[email protected]>
+
+ * x86_64_unwind.c: New file
+ * Makefile.am (x86_64_SRCS): Add x86_64_unwind.c
+ * x86_64_init.c (x86_64_init): Hook x86_64_unwind
+
2017-04-20 Ulf Hermann <[email protected]>
* aarch64_initreg.c: Compile register initialization only on linux.