summaryrefslogtreecommitdiffstats
path: root/backends/ChangeLog
diff options
context:
space:
mode:
authorUlf Hermann <[email protected]>2017-05-08 15:28:09 +0200
committerUlf Hermann <[email protected]>2017-05-08 15:55:12 +0200
commit3695a1ba8dcd16459e0f35b74e88dbef48d21861 (patch)
tree674d0dc13f0065f81e7f672e81fc09b42405656d /backends/ChangeLog
parent9f6ffdc1b75fd69ecda219c9e9f1b2551f542b26 (diff)
parent6358858c4d65e8fb12a112198ee1d4bcab0be876 (diff)
Conflicts: ChangeLog backends/ChangeLog config/ChangeLog lib/ChangeLog libasm/ChangeLog libcpu/ChangeLog libdw/ChangeLog libdwfl/ChangeLog libdwfl/derelocate.c libdwfl/linux-kernel-modules.c libebl/ChangeLog libelf/ChangeLog src/ChangeLog tests/ChangeLog Change-Id: I3b7ced947c6498290aaae27443985b84531f0bcd
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.