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
This commit is contained in:
Richard Henderson 2004-03-11 15:46:55 -08:00 committed by Richard Henderson
parent 9caad63ac4
commit e5e10fb4a3
2 changed files with 6 additions and 1 deletions

View File

@ -1,3 +1,8 @@
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

View File

@ -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