From: Nick Clifton Date: Mon, 30 Jun 2003 13:17:38 +0000 (+0000) Subject: (BIGGEST_FIELD_ALIGNMENT): Make defintion constant. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=8fca31a21e9b6c1bfae0bd267b3a325d51155c53;p=gcc.git (BIGGEST_FIELD_ALIGNMENT): Make defintion constant. From-SVN: r68703 --- diff --git a/gcc/config/arm/arm.h b/gcc/config/arm/arm.h index 14223cee7c7..44decccf525 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