From: Jeff Law Date: Tue, 24 Aug 1993 20:40:20 +0000 (-0600) Subject: pa.h (STACK_BOUNDARY): Stack pointer is always 512 bit (64 byte) aligned. X-Git-Tag: misc/cutover-egcs-0~8733 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=9bf99417c673a501f79357227ab12e59037dbb6d;p=thirdparty%2Fgcc.git pa.h (STACK_BOUNDARY): Stack pointer is always 512 bit (64 byte) aligned. * pa.h (STACK_BOUNDARY): Stack pointer is always 512 bit (64 byte) aligned. From-SVN: r5210 --- diff --git a/gcc/config/pa/pa.h b/gcc/config/pa/pa.h index 857ffe322910..a2c8322c9d7b 100644 --- a/gcc/config/pa/pa.h +++ b/gcc/config/pa/pa.h @@ -191,7 +191,7 @@ extern int target_flags; #define MAX_PARM_BOUNDARY 64 /* Boundary (in *bits*) on which stack pointer should be aligned. */ -#define STACK_BOUNDARY (TARGET_SNAKE ? 512 : 64) +#define STACK_BOUNDARY 512 /* Allocation boundary (in *bits*) for the code of a function. */ #define FUNCTION_BOUNDARY 32