From: Richard Henderson Date: Thu, 11 Mar 2004 23:52:59 +0000 (-0800) Subject: re PR target/14539 (128-bit long double improperly aligned) X-Git-Tag: releases/gcc-3.3.4~178 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=caa2985a8f6103fdeef154ccb49d333b7241dc9b;p=thirdparty%2Fgcc.git re PR target/14539 (128-bit long double improperly aligned) PR target/14539 * config/alpha/alpha.h (STACK_BOUNDARY): Set to 128. From-SVN: r79354 --- diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 6365abe7c144..4f14067b3164 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,8 @@ +2004-03-11 Richard Henderson + + PR target/14539 + * config/alpha/alpha.h (STACK_BOUNDARY): Set to 128. + 2004-03-10 Roger Sayle PR middle-end/14289 diff --git a/gcc/config/alpha/alpha.h b/gcc/config/alpha/alpha.h index bba5abbd8f41..339403ec342c 100644 --- a/gcc/config/alpha/alpha.h +++ b/gcc/config/alpha/alpha.h @@ -504,7 +504,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