diff options
author | Nick Clifton <nickc@gcc.gnu.org> | 2003-06-30 13:17:38 +0000 |
---|---|---|
committer | Nick Clifton <nickc@gcc.gnu.org> | 2003-06-30 13:17:38 +0000 |
commit | 8fca31a21e9b6c1bfae0bd267b3a325d51155c53 (patch) | |
tree | 8c97b2492983b836110fc5825729c3ef8e03fa91 | |
parent | 9d6bef95268396905cc9fc00b5d3ced127999b7b (diff) | |
download | gcc-8fca31a21e9b6c1bfae0bd267b3a325d51155c53.zip gcc-8fca31a21e9b6c1bfae0bd267b3a325d51155c53.tar.gz gcc-8fca31a21e9b6c1bfae0bd267b3a325d51155c53.tar.bz2 |
(BIGGEST_FIELD_ALIGNMENT): Make defintion constant.
From-SVN: r68703
-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 |