OSDN Git Service

gcc:
authoriains <iains@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 29 Sep 2011 07:17:42 +0000 (07:17 +0000)
committeriains <iains@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 29 Sep 2011 07:17:42 +0000 (07:17 +0000)
* config/darwin9.h (STACK_CHECK_STATIC_BUILTIN): Enable for
Darwin >= 9.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@179332 138bc75d-0d04-0410-961f-82ee72b054a4

gcc/ChangeLog
gcc/config/darwin9.h

index e853b15..42c50e8 100644 (file)
@@ -1,3 +1,8 @@
+2011-09-29  Iain Sandoe  <iains@gcc.gnu.org>
+
+       * config/darwin9.h (STACK_CHECK_STATIC_BUILTIN): Enable for
+       Darwin >= 9.
+
 2011-09-28  David S. Miller  <davem@davemloft.net>
 
        * config/sparc/sparc.md (UNSPEC_FCMPLE, UNSPEC_FCMPNE,
index 3b47912..483a7e5 100644 (file)
@@ -55,3 +55,5 @@ 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