Following Eric's fix to the stack-check output for rs6000/Darwin, I think we can enable this function for the port.

bootstrapped/tested (including Java, Ada), on *-darwin9, x86-64- darwin10.

OK for trunk?
Iain

gcc:

        * config/darwin9.h (STACK_CHECK_STATIC_BUILTIN): Enable for
        Darwin >= 9.

Index: gcc/config/darwin9.h
===================================================================
--- gcc/config/darwin9.h        (revision 179154)
+++ gcc/config/darwin9.h        (working copy)
@@ -55,3 +55,6 @@ along with GCC; see the file COPYING3.  If not see
 #undef DEF_MIN_OSX_VERSION
 #define DEF_MIN_OSX_VERSION "10.5"

+#undef STACK_CHECK_STATIC_BUILTIN
+#define STACK_CHECK_STATIC_BUILTIN 1
+

Reply via email to