diff options
author | Nick Clifton <nickc@redhat.com> | 2009-04-07 08:07:08 +0000 |
---|---|---|
committer | Nick Clifton <nickc@redhat.com> | 2009-04-07 08:07:08 +0000 |
commit | 6ce340f181d0192335efd786914c30e7d3277729 (patch) | |
tree | c2c192f96be40eea6d80cb429b6c4fd89a2f3de2 /ld/ld.texinfo | |
parent | d28e2c2419ed190f69370994b6b38affa70695e6 (diff) | |
download | binutils-gdb-6ce340f181d0192335efd786914c30e7d3277729.tar.gz |
* ld.texinfo (Output Section Address): Note that specifying an
address for an output section will only change the location
counter if the output section is used.
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 |