From: Nick Clifton Date: Mon, 30 Jun 2003 13:17:38 +0000 (+0000) Subject: (BIGGEST_FIELD_ALIGNMENT): Make defintion constant. X-Git-Tag: releases/gcc-3.4.0~5322 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=8fca31a21e9b6c1bfae0bd267b3a325d51155c53;p=thirdparty%2Fgcc.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 14223cee7c78..44decccf5253 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