diff options
author | Iain Buclaw <ibuclaw@gdcproject.org> | 2020-04-28 21:42:41 +0200 |
---|---|---|
committer | Iain Buclaw <ibuclaw@gdcproject.org> | 2020-04-28 21:45:00 +0200 |
commit | 8b53086ab6a6d0e89d407398c3a126535989f0c1 (patch) | |
tree | ae126d1846c0d0375a079b9ef84ad5f5ff1be025 /gcc/tree-ssa-loop-im.c | |
parent | bce54ed494fd0e61f41986e2bdbcfb2d2a3a1cf1 (diff) | |
download | gcc-8b53086ab6a6d0e89d407398c3a126535989f0c1.zip gcc-8b53086ab6a6d0e89d407398c3a126535989f0c1.tar.gz gcc-8b53086ab6a6d0e89d407398c3a126535989f0c1.tar.bz2 |
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.
Diffstat (limited to 'gcc/tree-ssa-loop-im.c')
0 files changed, 0 insertions, 0 deletions