OSDN Git Service

* pa.h (STACK_BOUNDARY): Stack pointer is always 512 bit (64 byte)
authorlaw <law@138bc75d-0d04-0410-961f-82ee72b054a4>
Tue, 24 Aug 1993 20:40:20 +0000 (20:40 +0000)
committerlaw <law@138bc75d-0d04-0410-961f-82ee72b054a4>
Tue, 24 Aug 1993 20:40:20 +0000 (20:40 +0000)
        aligned.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@5210 138bc75d-0d04-0410-961f-82ee72b054a4

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