gcc/libphobos/libdruntime
Iain Buclaw 8b53086ab6 libphobos: Fix multilib powerpc64 builds
Multilibs should not have been split up as two logically different CPU,
so at configure time, powerpc64 was being detected, but none of the
32-bit support files were being compiled in.

libphobos/ChangeLog:

	PR d/94825
	* configure: Regenerate.
	* libdruntime/Makefile.am (DRUNTIME_SOURCES_CONFIGURED): Add both
	switchcontext.S and callwithstack.S if DRUNTIME_CPU_POWERPC.
	* libdruntime/Makefile.in: Regenerate.
	* libdruntime/config/powerpc/switchcontext.S: Add !__PPC64__ guards.
	* libdruntime/config/powerpc64/callwithstack.S: Add __PPC64__ guards.
	* m4/druntime/cpu.m4 (DRUNTIME_CPU_SOURCES): Define DRUNTIME_CPU_POWER
	for all powerpc biarchs.  Remove DRUNTIME_CPU_POWER64 conditional.
2020-04-28 21:45:00 +02:00
..
config libphobos: Fix multilib powerpc64 builds 2020-04-28 21:45:00 +02:00
core libphobos: Backport extern(C) bindings from druntime 2.091 2020-04-27 23:33:18 +02:00
gc libphobos: Merge upstream druntime 94686651 2019-08-21 07:54:19 +00:00
gcc libphobos: Fix compilation dependencies on s390x-linux-musl 2020-04-21 14:19:13 +02:00
rt d/dmd: Merge upstream dmd f8e38c001 2019-06-16 07:50:07 +00:00
__entrypoint.di Update copyright years. 2020-01-01 12:51:42 +01:00
__main.di Update copyright years. 2020-01-01 12:51:42 +01:00
LICENSE
Makefile.am libphobos: Fix multilib powerpc64 builds 2020-04-28 21:45:00 +02:00
Makefile.in libphobos: Fix multilib powerpc64 builds 2020-04-28 21:45:00 +02:00
MERGE libphobos: Backport extern(C) bindings from druntime 2.091 2020-04-27 23:33:18 +02:00
object.d re PR d/90079 (SEGV in _aaKeys, _aaValues on 32-bit SPARC) 2019-04-23 15:19:55 +00:00