Commit 8fca31a2 by Nick Clifton

(BIGGEST_FIELD_ALIGNMENT): Make defintion constant.

From-SVN: r68703
parent 9d6bef95
...@@ -763,7 +763,7 @@ extern int arm_is_6_or_7; ...@@ -763,7 +763,7 @@ extern int arm_is_6_or_7;
supports no vector modes, cut out the complexity and fall back supports no vector modes, cut out the complexity and fall back
on BIGGEST_FIELD_ALIGNMENT. */ on BIGGEST_FIELD_ALIGNMENT. */
#ifdef IN_TARGET_LIBS #ifdef IN_TARGET_LIBS
#define BIGGEST_FIELD_ALIGNMENT BIGGEST_ALIGNMENT #define BIGGEST_FIELD_ALIGNMENT 64
#else #else
/* An expression for the alignment of a structure field FIELD if the /* An expression for the alignment of a structure field FIELD if the
alignment computed in the usual way is COMPUTED. GCC uses this alignment computed in the usual way is COMPUTED. GCC uses this
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment