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

gcc:

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

From-SVN: r179332
This commit is contained in:
Iain Sandoe 2011-09-29 07:17:42 +00:00
parent 655cd20f9d
commit 8f931effca
2 changed files with 7 additions and 0 deletions

View 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,

View 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