aboutsummaryrefslogtreecommitdiff
path: root/gcc
diff options
context:
space:
mode:
authorRichard Henderson <rth@redhat.com>2004-03-11 15:46:55 -0800
committerRichard Henderson <rth@gcc.gnu.org>2004-03-11 15:46:55 -0800
commite5e10fb4a350949c9160da63314f97d15a6fef84 (patch)
tree70946a3eda31664252b102a85b12e7645c3beaf7 /gcc
parent9caad63ac4e23bcf3368a2c72533624f6e5af79f (diff)
downloadgcc-e5e10fb4a350949c9160da63314f97d15a6fef84.zip
gcc-e5e10fb4a350949c9160da63314f97d15a6fef84.tar.gz
gcc-e5e10fb4a350949c9160da63314f97d15a6fef84.tar.bz2
re PR target/14539 (128-bit long double improperly aligned)
PR target/14539 * config/alpha/alpha.h (STACK_BOUNDARY): Set to 128. From-SVN: r79352
Diffstat (limited to 'gcc')
-rw-r--r--gcc/ChangeLog5
-rw-r--r--gcc/config/alpha/alpha.h2
2 files changed, 6 insertions, 1 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog
index 7e39ad6..2f0a247 100644
--- a/gcc/ChangeLog
+++ b/gcc/ChangeLog
@@ -1,5 +1,10 @@
2004-03-11 Richard Henderson <rth@redhat.com>
+ PR target/14539
+ * config/alpha/alpha.h (STACK_BOUNDARY): Set to 128.
+
+2004-03-11 Richard Henderson <rth@redhat.com>
+
PR middle-end/14477
* except.c (remove_unreachable_regions): Look thru CALL_PLACEHOLDER.
diff --git a/gcc/config/alpha/alpha.h b/gcc/config/alpha/alpha.h
index bf92842..1644116 100644
--- a/gcc/config/alpha/alpha.h
+++ b/gcc/config/alpha/alpha.h
@@ -512,7 +512,7 @@ extern const char *alpha_tls_size_string; /* For -mtls-size= */
#define PARM_BOUNDARY 64
/* Boundary (in *bits*) on which stack pointer should be aligned. */
-#define STACK_BOUNDARY 64
+#define STACK_BOUNDARY 128
/* Allocation boundary (in *bits*) for the code of a function. */
#define FUNCTION_BOUNDARY 32