diff options
Diffstat (limited to 'ld/ld.texinfo')
-rw-r--r-- | ld/ld.texinfo | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/ld/ld.texinfo b/ld/ld.texinfo index a7169d938f8..37c36b00712 100644 --- a/ld/ld.texinfo +++ b/ld/ld.texinfo @@ -3643,7 +3643,8 @@ This works because @code{ALIGN} returns the current location counter aligned upward to the specified value. Specifying @var{address} for a section will change the value of the -location counter. +location counter, provided that the section is non-empty. (Empty +sections are ignored). @node Input Section @subsection Input Section Description |