Commit 5005666b by Richard Kenner

Whitespace change

From-SVN: r38334
parent e108653c
......@@ -693,14 +693,15 @@ place_field (rli, field)
user_align = DECL_USER_ALIGN (field);
}
#ifdef BIGGEST_FIELD_ALIGNMENT
/* Some targets (i.e. i386, VMS) limit struct field alignment
to a lower boundary than alignment of variables unless
it was overridden by attribute aligned. */
#ifdef BIGGEST_FIELD_ALIGNMENT
if (! user_align)
desired_align =
MIN (desired_align, (unsigned) BIGGEST_FIELD_ALIGNMENT);
desired_align
= MIN (desired_align, (unsigned) BIGGEST_FIELD_ALIGNMENT);
#endif
#ifdef ADJUST_FIELD_ALIGN
desired_align = ADJUST_FIELD_ALIGN (field, desired_align);
#endif
......
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