sysv4.h (BIGGEST_ALIGNMENT): Change for altivec.
authorAldy Hernandez <aldyh@redhat.com>
Fri, 8 Mar 2002 22:26:03 +0000 (22:26 +0000)
committerAldy Hernandez <aldyh@gcc.gnu.org>
Fri, 8 Mar 2002 22:26:03 +0000 (22:26 +0000)
2002-03-08  Aldy Hernandez  <aldyh@redhat.com>

        * config/rs6000/sysv4.h (BIGGEST_ALIGNMENT): Change for altivec.

From-SVN: r50460

gcc/ChangeLog
gcc/config/rs6000/sysv4.h

index 535d095bc11e9492a0371a8f7e7807d6eb6e5f4d..9078f5b2ed20a8b448e104d53ffe12e471529c3d 100644 (file)
@@ -1,3 +1,7 @@
+2002-03-08  Aldy Hernandez  <aldyh@redhat.com>
+
+        * config/rs6000/sysv4.h (BIGGEST_ALIGNMENT): Change for altivec.
+
 Fri Mar  8 21:27:49 CET 2002  Jan Hubicka  <jh@suse.cz>
 
        * cfgrtl.c (purge_dead_edges): Set BB_DRITY flags if edge has been
index 5373a6cd11a2f8b0430c3e922890798816df7263..0ba522b0dd7721c806ca1701538801c539e9f7c3 100644 (file)
@@ -385,7 +385,7 @@ do {                                                                        \
 
 /* No data type wants to be aligned rounder than this.  */
 #undef BIGGEST_ALIGNMENT
-#define BIGGEST_ALIGNMENT (TARGET_EABI ? 64 : 128)
+#define BIGGEST_ALIGNMENT ((TARGET_EABI && !TARGET_ALTIVEC) ? 64 : 128)
 
 /* An expression for the alignment of a structure field FIELD if the
    alignment computed in the usual way is COMPUTED.  */