gcc/libphobos/libdruntime
Iain Buclaw 5522686e52 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.

From-SVN: r268836
2019-02-13 07:14:46 +00:00
..
core libphobos: Fallback on UnwindBacktrace if LibBacktrace not defined. 2019-02-13 07:14:46 +00:00
gc libphobos: Add Fiber/Thread support for StackGrowsUp. 2019-01-18 01:51:36 +00:00
gcc Update copyright years. 2019-01-01 13:31:55 +01:00
gcstub
rt libphobos: Apply core.internal.hash updates from druntime 2019-02-10 21:01:24 +00:00
__entrypoint.di Update copyright years. 2019-01-01 13:31:55 +01:00
__main.di Update copyright years. 2019-01-01 13:31:55 +01:00
LICENSE
Makefile.am libphobos: Merge upstream druntime 2f764ab6 2019-02-10 22:10:22 +00:00
Makefile.in libphobos: Merge upstream druntime 2f764ab6 2019-02-10 22:10:22 +00:00
MERGE libphobos: Merge upstream druntime 2f764ab6 2019-02-10 22:10:22 +00:00
object.d libphobos: Apply core.internal.hash updates from druntime 2019-02-10 21:01:24 +00:00