mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-07-22 07:39:05 +08:00
* ld.texinfo (Simple Example): Add missing punctuation.
This commit is contained in:
@ -1,3 +1,7 @@
|
|||||||
|
2004-04-21 Ben Elliston <bje@au.ibm.com>
|
||||||
|
|
||||||
|
* ld.texinfo (Simple Example): Add missing punctuation.
|
||||||
|
|
||||||
2004-04-20 Chris Demetriou <cgd@broadcom.com>
|
2004-04-20 Chris Demetriou <cgd@broadcom.com>
|
||||||
|
|
||||||
* NEWS: Note that MIPS --embedded-relocs option is deprecated.
|
* NEWS: Note that MIPS --embedded-relocs option is deprecated.
|
||||||
|
@ -2365,7 +2365,7 @@ at address @samp{0x8000000}. After the linker places the @samp{.data}
|
|||||||
output section, the value of the location counter will be
|
output section, the value of the location counter will be
|
||||||
@samp{0x8000000} plus the size of the @samp{.data} output section. The
|
@samp{0x8000000} plus the size of the @samp{.data} output section. The
|
||||||
effect is that the linker will place the @samp{.bss} output section
|
effect is that the linker will place the @samp{.bss} output section
|
||||||
immediately after the @samp{.data} output section in memory
|
immediately after the @samp{.data} output section in memory.
|
||||||
|
|
||||||
The linker will ensure that each output section has the required
|
The linker will ensure that each output section has the required
|
||||||
alignment, by increasing the location counter if necessary. In this
|
alignment, by increasing the location counter if necessary. In this
|
||||||
|
Reference in New Issue
Block a user