summaryrefslogtreecommitdiffstats
path: root/backends/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'backends/ChangeLog')
-rw-r--r--backends/ChangeLog15
1 files changed, 15 insertions, 0 deletions
diff --git a/backends/ChangeLog b/backends/ChangeLog
index fdff3021..3e0dd266 100644
--- a/backends/ChangeLog
+++ b/backends/ChangeLog
@@ -1,3 +1,18 @@
+2017-04-26 Ulf Hermann <[email protected]>
+
+ * arm_unwind.c: New file
+ * Makefile.am (arm_SRCS): Add arm_unwind.c
+ * arm_init.c (arm_init): Hook arm_unwind
+
+2017-04-28 Ulf Hermann <[email protected]>
+
+ * Makefile.am: Have the backend file names follow the platform's
+ convention for naming shared libraries.
+
+2017-04-21 Ulf Hermann <[email protected]>
+
+ * Makefile.am: Link backends against libgnu.a if requested.
+
2018-09-12 Mark Wielaard <[email protected]>
* ppc64_init.c (ppc64_init): Use elf_getshdrstrndx.