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;
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
......
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