forked from Imagelibrary/binutils-gdb
* 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:
@@ -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.
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user