re PR go/66870 (split stack issues on ppc64le and ppc64)
authorLynn Boger <laboger@linux.vnet.ibm.com>
Wed, 30 Sep 2015 23:06:11 +0000 (18:06 -0500)
committerIan Lance Taylor <ian@gcc.gnu.org>
Wed, 30 Sep 2015 23:06:11 +0000 (23:06 +0000)
commit402565b61f9783473472fcfd729efa8c1e355d2b
tree37eb8b2f85d9a656044717d6a82ffa026692d05c
parent7dc396e20f0efa59cad65d95d53ff1541d9ae807
re PR go/66870 (split stack issues on ppc64le and ppc64)

PR target/66870
* config/rs6000/sysv4.h (TARGET_CAN_SPLIT_STACK_64BIT): Define.
* configure.ac: Define HAVE_GOLD_ALTERNATE_SPLIT_STACK on Power
based on gold linker version.
* gcc.c: Add -fuse-ld=gold to STACK_SPLIT_SPEC if
HAVE_GOLD_ALTERNATE_SPLIT_STACK defined.
* configure, config.in: Regenerate.
go:
* gospec.c (lang_specific_driver): Set appropriate split stack
options for 64 bit compiles based on TARGET_CAN_SPLIT_STACK_64BIT.

From-SVN: r228311
gcc/ChangeLog
gcc/config.in
gcc/config/rs6000/sysv4.h
gcc/configure
gcc/configure.ac
gcc/gcc.c
gcc/go/ChangeLog
gcc/go/gospec.c