From 8fca31a21e9b6c1bfae0bd267b3a325d51155c53 Mon Sep 17 00:00:00 2001 From: Nick Clifton Date: Mon, 30 Jun 2003 13:17:38 +0000 Subject: [PATCH] (BIGGEST_FIELD_ALIGNMENT): Make defintion constant. From-SVN: r68703 --- gcc/config/arm/arm.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.30.2