From: H.J. Lu Date: Fri, 1 Aug 2008 00:31:46 +0000 (+0000) Subject: darwin.h (MAIN_STACK_BOUNDARY): Define to 128. X-Git-Tag: releases/gcc-4.4.0~3530 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=24f9c418761c378444d3bf32a9fe68e328ddf458;p=thirdparty%2Fgcc.git darwin.h (MAIN_STACK_BOUNDARY): Define to 128. 2008-07-31 H.J. Lu * config/i386/darwin.h (MAIN_STACK_BOUNDARY): Define to 128. From-SVN: r138446 --- diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 581a3330fcf5..c8674e59ddae 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,7 @@ +2008-07-31 H.J. Lu + + * config/i386/darwin.h (MAIN_STACK_BOUNDARY): Define to 128. + 2008-07-31 Steve Ellcey * expr.c (expand_assignment): Check for complete type. diff --git a/gcc/config/i386/darwin.h b/gcc/config/i386/darwin.h index c6ed10d8a729..a1defcf9bc6e 100644 --- a/gcc/config/i386/darwin.h +++ b/gcc/config/i386/darwin.h @@ -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