Commit d8634d81 by David Edelsohn

Correct innacurate documentation of ADJUST_FIELD_ALIGN.

From-SVN: r47887
parent 4c594031
...@@ -1070,7 +1070,7 @@ by the @code{__attribute__ ((aligned (@var{n})))} construct. ...@@ -1070,7 +1070,7 @@ by the @code{__attribute__ ((aligned (@var{n})))} construct.
An expression for the alignment of a structure field @var{field} if the An expression for the alignment of a structure field @var{field} if the
alignment computed in the usual way is @var{computed}. GCC uses alignment computed in the usual way is @var{computed}. GCC uses
this value instead of the value in @code{BIGGEST_ALIGNMENT} or this value instead of the value in @code{BIGGEST_ALIGNMENT} or
@code{BIGGEST_FIELD_ALIGNMENT}, if defined, for structure fields only. @code{BIGGEST_FIELD_ALIGNMENT}, if defined.
@findex MAX_OFILE_ALIGNMENT @findex MAX_OFILE_ALIGNMENT
@item MAX_OFILE_ALIGNMENT @item MAX_OFILE_ALIGNMENT
......
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