Commit 24f9c418 by H.J. Lu Committed by H.J. Lu

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
parent ff040254
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.
......
......@@ -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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment