gcc/libphobos/libdruntime
Iain Buclaw 0aa94749cb libphobos: core.atomic should have fallback when there's no libatomic.
libphobos/ChangeLog:

2019-04-20  Iain Buclaw  <ibuclaw@gdcproject.org>

	PR d/89293
	* libdruntime/core/atomic.d (casImpl): Remove static assert for
	GNU_Have_Atomics, add static path to handle missing atomic support.
	(atomicLoad): Likewise.
	(atomicStore): Likewise.
	(atomicFence):  Likewise.
	(atomicMutexHandle, AtomicMutex): Declare types.
	(_getAtomicMutex): New function.
	(getAtomicMutex): Declare.

From-SVN: r270470
2019-04-20 17:14:50 +00:00
..
core libphobos: core.atomic should have fallback when there's no libatomic. 2019-04-20 17:14:50 +00:00
gc libphobos: Merge upstream druntime 175bf5fc 2019-04-11 21:11:03 +00:00
gcc Work around lack of dlpi_tls_modid before Solaris 11.5 2019-04-14 09:30:42 +00:00
gcstub
rt libphobos: Move rt.sections modules to gcc.sections 2019-04-13 15:29:15 +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 Use gcc/sections/elf_shared.d on Solaris 11.5 (PR d/88150) 2019-04-14 09:18:42 +00:00
Makefile.in Work around lack of dlpi_tls_modid before Solaris 11.5 2019-04-14 09:30:42 +00:00
MERGE Backport PRs 90059, 90060, 90062 2019-04-15 20:32:50 +00:00
object.d libphobos: Apply core.internal.hash updates from druntime 2019-02-10 21:01:24 +00:00