aboutsummaryrefslogtreecommitdiff
path: root/gcc
diff options
context:
space:
mode:
authorUlrich Weigand <uweigand@de.ibm.com>2011-01-27 08:43:12 +0000
committerUlrich Weigand <uweigand@gcc.gnu.org>2011-01-27 08:43:12 +0000
commit91191850078d4c59bd074eb3323e0295c7f74c41 (patch)
treebf169603b9aff7c321b94f3183cf25eaeb1ca8ab /gcc
parent467fd7909a24165420749615272a713ffefd2a4a (diff)
downloadgcc-91191850078d4c59bd074eb3323e0295c7f74c41.zip
gcc-91191850078d4c59bd074eb3323e0295c7f74c41.tar.gz
gcc-91191850078d4c59bd074eb3323e0295c7f74c41.tar.bz2
compat.exp (compat-execute): Pass -Wl,--extra-stack-space=8192 when using auto-overlay support on the SPU.
* lib/compat.exp (compat-execute): Pass -Wl,--extra-stack-space=8192 when using auto-overlay support on the SPU. From-SVN: r169326
Diffstat (limited to 'gcc')
-rw-r--r--gcc/testsuite/ChangeLog5
-rw-r--r--gcc/testsuite/lib/compat.exp1
2 files changed, 6 insertions, 0 deletions
diff --git a/gcc/testsuite/ChangeLog b/gcc/testsuite/ChangeLog
index a626d20..d2e199a 100644
--- a/gcc/testsuite/ChangeLog
+++ b/gcc/testsuite/ChangeLog
@@ -1,3 +1,8 @@
+2011-01-27 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
+
+ * lib/compat.exp (compat-execute): Pass -Wl,--extra-stack-space=8192
+ when using auto-overlay support on the SPU.
+
2011-01-27 Eric Botcazou <ebotcazou@adacore.com>
PR rtl-optimization/44174
diff --git a/gcc/testsuite/lib/compat.exp b/gcc/testsuite/lib/compat.exp
index 84053f3..3ce3221 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"