public inbox for gcc-patches@gcc.gnu.org
 help / color / mirror / Atom feed
* [Patch, Darwin] Enable target stack checking for Darwin >= 9.
@ 2011-09-25 12:38 Iain Sandoe
  2011-09-26 19:33 ` Mike Stump
  0 siblings, 1 reply; 2+ messages in thread
From: Iain Sandoe @ 2011-09-25 12:38 UTC (permalink / raw)
  To: GCC Patches; +Cc: Mike Stump, Eric Botcazou

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
+

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: [Patch, Darwin] Enable target stack checking for Darwin >= 9.
  2011-09-25 12:38 [Patch, Darwin] Enable target stack checking for Darwin >= 9 Iain Sandoe
@ 2011-09-26 19:33 ` Mike Stump
  0 siblings, 0 replies; 2+ messages in thread
From: Mike Stump @ 2011-09-26 19:33 UTC (permalink / raw)
  To: Iain Sandoe; +Cc: GCC Patches, Mike Stump, Eric Botcazou

On Sep 25, 2011, at 4:01 AM, Iain Sandoe wrote:
> 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?

Ok.

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2011-09-26 18:02 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2011-09-25 12:38 [Patch, Darwin] Enable target stack checking for Darwin >= 9 Iain Sandoe
2011-09-26 19:33 ` Mike Stump

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).