darwin.h (MAIN_STACK_BOUNDARY): Define to 128.

2008-07-31  H.J. Lu  <hongjiu.lu@intel.com>

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

From-SVN: r138446
This commit is contained in:
H.J. Lu 2008-08-01 00:31:46 +00:00 committed by H.J. Lu
parent ff0402543b
commit 24f9c41876
2 changed files with 7 additions and 0 deletions

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

View 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