diff options
Diffstat (limited to 'gcc/config/rs6000/rs6000.h')
-rw-r--r-- | gcc/config/rs6000/rs6000.h | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/gcc/config/rs6000/rs6000.h b/gcc/config/rs6000/rs6000.h index dadcc21..17a3015 100644 --- a/gcc/config/rs6000/rs6000.h +++ b/gcc/config/rs6000/rs6000.h @@ -631,15 +631,6 @@ extern int rs6000_default_long_calls; /* A bitfield declared as `int' forces `int' alignment for the struct. */ #define PCC_BITFIELD_TYPE_MATTERS 1 -/* Most ABIs word-align FP doubles but doubleword-align 64-bit ints. */ -#define ADJUST_FIELD_ALIGN(FIELD, COMPUTED) \ - (DEFAULT_ABI == ABI_V4 \ - ? ((TARGET_ALTIVEC \ - && TREE_CODE (get_inner_array_type (FIELD)) == VECTOR_TYPE) \ - ? 128 : (COMPUTED)) \ - : ((TYPE_MODE (get_inner_array_type (FIELD)) == DFmode) \ - ? MIN (32, (COMPUTED)) : (COMPUTED))) - /* Make strings word-aligned so strcpy from constants will be faster. Make vector constants quadword aligned. */ #define CONSTANT_ALIGNMENT(EXP, ALIGN) \ |