]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
darwin.h (MAIN_STACK_BOUNDARY): Define to 128.
authorH.J. Lu <hongjiu.lu@intel.com>
Fri, 1 Aug 2008 00:31:46 +0000 (00:31 +0000)
committerH.J. Lu <hjl@gcc.gnu.org>
Fri, 1 Aug 2008 00:31:46 +0000 (17:31 -0700)
2008-07-31  H.J. Lu  <hongjiu.lu@intel.com>

* config/i386/darwin.h (MAIN_STACK_BOUNDARY): Define to 128.

From-SVN: r138446

gcc/ChangeLog
gcc/config/i386/darwin.h

index 581a3330fcf5eb575dea1ba0decd605182f7cbf2..c8674e59ddaee792aa7ccbe17a1230a052eda885 100644 (file)
@@ -1,3 +1,7 @@
+2008-07-31  H.J. Lu  <hongjiu.lu@intel.com>
+
+       * config/i386/darwin.h (MAIN_STACK_BOUNDARY): Define to 128.
+
 2008-07-31  Steve Ellcey  <sje@cup.hp.com>
 
        * expr.c (expand_assignment): Check for complete type.
index c6ed10d8a729173a5a2e88909dfd9726acf42389..a1defcf9bc6ed6f8f03be9b4c6561c8bb962a6d1 100644 (file)
@@ -75,6 +75,9 @@ along with GCC; see the file COPYING3.  If not see
 #undef STACK_BOUNDARY
 #define STACK_BOUNDARY 128
 
+#undef MAIN_STACK_BOUNDARY
+#define MAIN_STACK_BOUNDARY 128
+
 /* Since we'll never want a stack boundary less aligned than 128 bits
    we need the extra work here otherwise bits of gcc get very grumpy
    when we ask for lower alignment.  We could just reject values less