summaryrefslogtreecommitdiffstats
path: root/backends/ChangeLog
diff options
context:
space:
mode:
authorMark Wielaard <[email protected]>2017-04-07 00:06:30 +0200
committerMark Wielaard <[email protected]>2017-05-02 15:25:36 +0200
commitaecc2a7052f69386109dcf17d92c8396e9067eec (patch)
treef34e1b67597bfa047eda6be3b9d1456c7bf553cb /backends/ChangeLog
parenta55df2c16721010bf1a9900038c0736bd578c913 (diff)
Add i386 frame pointer unwinder.
Add a simple i386_unwind.c frame pointer unwinder as fallback if DWARF/CFI unwinding fails. Signed-off-by: Mark Wielaard <[email protected]>
Diffstat (limited to 'backends/ChangeLog')
-rw-r--r--backends/ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/backends/ChangeLog b/backends/ChangeLog
index 04f579da..8b1c4f52 100644
--- a/backends/ChangeLog
+++ b/backends/ChangeLog
@@ -1,3 +1,9 @@
+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]>
* x86_64_unwind.c: New file