DATA_SEGMENT_ALIGN documentation is not consistent with behaviour
PR ld/19203 * ld.texinfo (DATA_SEGMENT_ALIGN): Correct second expression.
This commit is contained in:
parent
14cb1c0b38
commit
fe6052e1ee
@ -1,3 +1,8 @@
|
||||
2015-11-05 Alan Modra <amodra@gmail.com>
|
||||
|
||||
PR ld/19203
|
||||
* ld.texinfo (DATA_SEGMENT_ALIGN): Correct second expression.
|
||||
|
||||
2015-10-30 Nick Clifton <nickc@redhat.com>
|
||||
|
||||
* po/zh_CN.po: Updated (simplified) Chinese translation.
|
||||
|
@ -6108,7 +6108,8 @@ This is equivalent to either
|
||||
@end smallexample
|
||||
or
|
||||
@smallexample
|
||||
(ALIGN(@var{maxpagesize}) + (. & (@var{maxpagesize} - @var{commonpagesize})))
|
||||
(ALIGN(@var{maxpagesize})
|
||||
+ ((. + @var{commonpagesize} - 1) & (@var{maxpagesize} - @var{commonpagesize})))
|
||||
@end smallexample
|
||||
@noindent
|
||||
depending on whether the latter uses fewer @var{commonpagesize} sized pages
|
||||
|
Loading…
Reference in New Issue
Block a user