aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeff Law <law@gcc.gnu.org>1993-08-24 14:40:20 -0600
committerJeff Law <law@gcc.gnu.org>1993-08-24 14:40:20 -0600
commit9bf99417c673a501f79357227ab12e59037dbb6d (patch)
treef8cfff1eec200c87e05bbe4f85a355ab24e760db
parent90c10ed896bd1c83fa4066f9137cb3b2650d4ee9 (diff)
downloadgcc-9bf99417c673a501f79357227ab12e59037dbb6d.zip
gcc-9bf99417c673a501f79357227ab12e59037dbb6d.tar.gz
gcc-9bf99417c673a501f79357227ab12e59037dbb6d.tar.bz2
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
-rw-r--r--gcc/config/pa/pa.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/config/pa/pa.h b/gcc/config/pa/pa.h
index 857ffe3..a2c8322 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