diff options
| -rw-r--r-- | gcc/config/arm/arm.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/config/arm/arm.h b/gcc/config/arm/arm.h index 14223ce..44deccc 100644 --- a/gcc/config/arm/arm.h +++ b/gcc/config/arm/arm.h @@ -763,7 +763,7 @@ extern int arm_is_6_or_7; supports no vector modes, cut out the complexity and fall back on BIGGEST_FIELD_ALIGNMENT. */ #ifdef IN_TARGET_LIBS -#define BIGGEST_FIELD_ALIGNMENT BIGGEST_ALIGNMENT +#define BIGGEST_FIELD_ALIGNMENT 64 #else /* An expression for the alignment of a structure field FIELD if the alignment computed in the usual way is COMPUTED. GCC uses this |
