]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
compat.exp (compat-execute): Pass -Wl,--extra-stack-space=8192 when using auto-overla...
authorUlrich Weigand <uweigand@de.ibm.com>
Thu, 27 Jan 2011 08:43:12 +0000 (08:43 +0000)
committerUlrich Weigand <uweigand@gcc.gnu.org>
Thu, 27 Jan 2011 08:43:12 +0000 (08:43 +0000)
* lib/compat.exp (compat-execute): Pass -Wl,--extra-stack-space=8192
when using auto-overlay support on the SPU.

From-SVN: r169326

gcc/testsuite/ChangeLog
gcc/testsuite/lib/compat.exp

index a626d20230e68b2969e9cdd1877495ff012fdb6f..d2e199a2734533870d60d594fa451d6218b4ce1d 100644 (file)
@@ -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
index 84053f3ecbd7f99a01e11f1cb3a25f4de01f1c5e..3ce3221d186fb2e61f915d374934367d17ed8ec9 100644 (file)
@@ -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"