From 79b51cd7d8d2fed42734c83ad00e26aa0cc751b4 Mon Sep 17 00:00:00 2001 From: Geoffrey Keating Date: Sat, 9 Mar 2002 19:14:15 +0000 Subject: In gcc/: * config/rs6000/sysv4.h (BIGGEST_ALIGNMENT): Don't define. In gcc/testsuite/: * gcc.dg/ppc-ldstruct.c: New test. From-SVN: r50503 --- gcc/config/rs6000/sysv4.h | 8 -------- 1 file changed, 8 deletions(-) (limited to 'gcc/config') diff --git a/gcc/config/rs6000/sysv4.h b/gcc/config/rs6000/sysv4.h index aa1c0cc..6b5f48a 100644 --- a/gcc/config/rs6000/sysv4.h +++ b/gcc/config/rs6000/sysv4.h @@ -383,14 +383,6 @@ do { \ /* Real stack boundary as mandated by the appropriate ABI. */ #define ABI_STACK_BOUNDARY ((TARGET_EABI && !TARGET_ALTIVEC_ABI) ? 64 : 128) -/* No data type wants to be aligned rounder than this. */ -/* FIXME: This should be keyed off of TARGET_ALTIVEC_ABI instead but - TARGET_ALTIVEC_ABI uses rs6000_altivec_abi which is only defined in - rs6000.c. Consequently, genconstants will fail to link because it - uses rtl.c which uses BIGGEST_ALIGNMENT. */ -#undef BIGGEST_ALIGNMENT -#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. */ #define ADJUST_FIELD_ALIGN(FIELD, COMPUTED) \ -- cgit v1.1