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:
parent
ff0402543b
commit
24f9c41876
@ -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.
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user