darwin.h (ROUND_TYPE_ALIGN): Change BIGGEST_ALIGNMENT to 64.
authorAldy Hernandez <aldyh@redhat.com>
Wed, 7 Nov 2001 22:27:03 +0000 (22:27 +0000)
committerAldy Hernandez <aldyh@gcc.gnu.org>
Wed, 7 Nov 2001 22:27:03 +0000 (22:27 +0000)
* darwin.h (ROUND_TYPE_ALIGN): Change BIGGEST_ALIGNMENT to 64.

* linux64.h (ROUND_TYPE_ALIGN): Change BIGGEST_ALIGNMENT to 64.

From-SVN: r46837

gcc/ChangeLog
gcc/config/rs6000/darwin.h
gcc/config/rs6000/linux64.h

index ca29ecca38932dc32e6d5846c19c1a6b9ff99593..8d721388d2b3fc7d7a7e464c3e0bbcd48668adc7 100644 (file)
        * config/rs6000/aix.h (ROUND_TYPE_ALIGN): Change BIGGEST_ALIGNMENT
        to 64.
 
+       * config/rs6000/darwin.h (ROUND_TYPE_ALIGN): Change BIGGEST_ALIGNMENT
+       to 64.
+
+       * config/rs6000/darwin.h (ROUND_TYPE_ALIGN): Change BIGGEST_ALIGNMENT
+       to 64.
+
        * config/rs6000/rs6000.c (rs6000_expand_builtin): New.
        (altivec_expand_builtin): New.
        (altivec_init_builtins): New.
index 768f4d77e27cb7102a9cdc497f812cc4508c8190..56c3ff545da5a66961fb46ee463a2754012bffea 100644 (file)
@@ -211,7 +211,7 @@ Boston, MA 02111-1307, USA.  */
     || TREE_CODE (STRUCT) == QUAL_UNION_TYPE)          \
    && TYPE_FIELDS (STRUCT) != 0                                \
    && DECL_MODE (TYPE_FIELDS (STRUCT)) == DFmode       \
-   ? MAX (MAX ((COMPUTED), (SPECIFIED)), BIGGEST_ALIGNMENT) \
+   ? MAX (MAX ((COMPUTED), (SPECIFIED)), 64)           \
    : MAX ((COMPUTED), (SPECIFIED)))
 /* XXX: Darwin supports neither .quad, or .llong, but it also doesn't
    support 64 bit powerpc either, so this just keeps things happy. */
index 8808554983a919604c7d853df35c71b4ea7f0d19..40b028388d33c654bf0d3ab41f9b54691a618108 100644 (file)
@@ -47,7 +47,7 @@ Boston, MA 02111-1307, USA.  */
     || TREE_CODE (STRUCT) == QUAL_UNION_TYPE)          \
    && TYPE_FIELDS (STRUCT) != 0                                \
    && DECL_MODE (TYPE_FIELDS (STRUCT)) == DFmode       \
-   ? MAX (MAX ((COMPUTED), (SPECIFIED)), BIGGEST_ALIGNMENT) \
+   ? MAX (MAX ((COMPUTED), (SPECIFIED)), 64)           \
    : MAX ((COMPUTED), (SPECIFIED)))
 
 /* Indicate that jump tables go in the text section.  */