From: Aldy Hernandez Date: Wed, 7 Nov 2001 22:27:03 +0000 (+0000) Subject: darwin.h (ROUND_TYPE_ALIGN): Change BIGGEST_ALIGNMENT to 64. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=216caa2b7f64c19cd9d5af5d903ecf71dcf9ec34;p=gcc.git darwin.h (ROUND_TYPE_ALIGN): Change BIGGEST_ALIGNMENT to 64. * darwin.h (ROUND_TYPE_ALIGN): Change BIGGEST_ALIGNMENT to 64. * linux64.h (ROUND_TYPE_ALIGN): Change BIGGEST_ALIGNMENT to 64. From-SVN: r46837 --- diff --git a/gcc/ChangeLog b/gcc/ChangeLog index ca29ecca389..8d721388d2b 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -77,6 +77,12 @@ * 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. diff --git a/gcc/config/rs6000/darwin.h b/gcc/config/rs6000/darwin.h index 768f4d77e27..56c3ff545da 100644 --- a/gcc/config/rs6000/darwin.h +++ b/gcc/config/rs6000/darwin.h @@ -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. */ diff --git a/gcc/config/rs6000/linux64.h b/gcc/config/rs6000/linux64.h index 8808554983a..40b028388d3 100644 --- a/gcc/config/rs6000/linux64.h +++ b/gcc/config/rs6000/linux64.h @@ -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. */