* 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.
This commit is contained in:
Nick Clifton 2009-04-07 08:07:08 +00:00
parent d28e2c2419
commit 6ce340f181
2 changed files with 8 additions and 1 deletions

View file

@ -1,3 +1,9 @@
2009-04-07 Nick Clifton <nickc@redhat.com>
* 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.
2009-04-06 Kazu Hirata <kazu@codesourcery.com>
* ldfile.c (ldfile_find_command_file): Initialize result.

View file

@ -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