summaryrefslogtreecommitdiff
path: root/libphobos/ChangeLog
diff options
context:
space:
mode:
authoribuclaw <ibuclaw@138bc75d-0d04-0410-961f-82ee72b054a4>2019-02-13 07:14:46 +0000
committeribuclaw <ibuclaw@138bc75d-0d04-0410-961f-82ee72b054a4>2019-02-13 07:14:46 +0000
commit154019eb19a3192f98ae6ba682353b8a7b184299 (patch)
tree5fa78e52c1d2b737ad28d09b7693c210e781406d /libphobos/ChangeLog
parenteb258b7d0873f296c305c3a57dd58575625b082c (diff)
libphobos: Fallback on UnwindBacktrace if LibBacktrace not defined.
In the gcc.backtrace module, either one of LibBacktrace or UnwindBacktrace will always be defined. Giving UnwindBacktrace a higher precedence over the libc backtrace as the default handler because the latter depends on a rt.backtrace module that is not compiled in. libphobos/ChangeLog: * libdruntime/core/runtime.d (defaultTraceHandler): Give UnwindBacktrace handler precedence over backtrace. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@268836 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'libphobos/ChangeLog')
-rw-r--r--libphobos/ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/libphobos/ChangeLog b/libphobos/ChangeLog
index 2aa99a426f85..e43b8559d27f 100644
--- a/libphobos/ChangeLog
+++ b/libphobos/ChangeLog
@@ -1,3 +1,8 @@
+2019-02-13 Iain Buclaw <ibuclaw@gdcproject.org>
+
+ * libdruntime/core/runtime.d (defaultTraceHandler): Give
+ UnwindBacktrace handler precedence over backtrace.
+
2019-02-10 Iain Buclaw <ibuclaw@gdcproject.org>
* libdruntime/Makefile.am (DRUNTIME_DSOURCES): Remove rt/util/hash.d