]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
re PR target/14539 (128-bit long double improperly aligned)
authorRichard Henderson <rth@redhat.com>
Thu, 11 Mar 2004 23:52:59 +0000 (15:52 -0800)
committerRichard Henderson <rth@gcc.gnu.org>
Thu, 11 Mar 2004 23:52:59 +0000 (15:52 -0800)
        PR target/14539
        * config/alpha/alpha.h (STACK_BOUNDARY): Set to 128.

From-SVN: r79354

gcc/ChangeLog
gcc/config/alpha/alpha.h

index 6365abe7c14423386788e306abc24414b3d7450d..4f14067b3164769050bd0a661b280b3697fe6563 100644 (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-10  Roger Sayle  <roger@eyesopen.com>
 
        PR middle-end/14289
index bba5abbd8f41c6f57aa1368cd8f28657e0b051ec..339403ec342cdc25412ff70029e59cb31f003008 100644 (file)
@@ -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