pa.h (STACK_BOUNDARY): Stack pointer is always 512 bit (64 byte) aligned.
authorJeff Law <law@gcc.gnu.org>
Tue, 24 Aug 1993 20:40:20 +0000 (14:40 -0600)
committerJeff Law <law@gcc.gnu.org>
Tue, 24 Aug 1993 20:40:20 +0000 (14:40 -0600)
        * pa.h (STACK_BOUNDARY): Stack pointer is always 512 bit (64 byte)
        aligned.

From-SVN: r5210

gcc/config/pa/pa.h

index 857ffe3..a2c8322 100644 (file)
@@ -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