From: uweigand Date: Thu, 27 Jan 2011 08:43:12 +0000 (+0000) Subject: * lib/compat.exp (compat-execute): Pass -Wl,--extra-stack-space=8192 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=7baab7bdd29b77dacffa672a61e11536e99f7afa;p=thirdparty%2Fgcc.git * lib/compat.exp (compat-execute): Pass -Wl,--extra-stack-space=8192 when using auto-overlay support on the SPU. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@169326 138bc75d-0d04-0410-961f-82ee72b054a4 --- diff --git a/gcc/testsuite/ChangeLog b/gcc/testsuite/ChangeLog index a626d20230e6..d2e199a27345 100644 --- a/gcc/testsuite/ChangeLog +++ b/gcc/testsuite/ChangeLog @@ -1,3 +1,8 @@ +2011-01-27 Ulrich Weigand + + * lib/compat.exp (compat-execute): Pass -Wl,--extra-stack-space=8192 + when using auto-overlay support on the SPU. + 2011-01-27 Eric Botcazou PR rtl-optimization/44174 diff --git a/gcc/testsuite/lib/compat.exp b/gcc/testsuite/lib/compat.exp index 84053f3ecbd7..3ce3221d186f 100644 --- a/gcc/testsuite/lib/compat.exp +++ b/gcc/testsuite/lib/compat.exp @@ -288,6 +288,7 @@ proc compat-execute { src1 sid use_alt } { # Use automatic overlay support to make them fit. if { [check_effective_target_spu_auto_overlay] } { set extra_flags_1 "$extra_flags_1 -Wl,--auto-overlay" + set extra_flags_1 "$extra_flags_1 -Wl,--extra-stack-space=8192" set extra_flags_1 "$extra_flags_1 -ffunction-sections" set extra_flags_2 "$extra_flags_2 -ffunction-sections" set extra_flags_3 "$extra_flags_3 -ffunction-sections"