* pa.h (STACK_BOUNDARY): Bring back down to 64bits.

From-SVN: r10973
This commit is contained in:
Jeff Law 1996-01-13 23:03:38 -07:00
parent 305123ba4b
commit 981e5cd940
1 changed files with 6 additions and 2 deletions

View File

@ -313,8 +313,12 @@ do { \
Don't define this if it is equal to PARM_BOUNDARY */
#define MAX_PARM_BOUNDARY 64
/* Boundary (in *bits*) on which stack pointer should be aligned. */
#define STACK_BOUNDARY 512
/* Boundary (in *bits*) on which stack pointer is always aligned;
certain optimizations in combine depend on this.
GCC for the PA always rounds its stacks to a 512bit boundary,
but that happens late in the compilation process. */
#define STACK_BOUNDARY 64
/* Allocation boundary (in *bits*) for the code of a function. */
#define FUNCTION_BOUNDARY 32