Fix thinko in linker documentation.
PR 24450 * ld.texi (Output Section Attributes): Add ALIGN_WITH_INPUT to example of section attributes.
This commit is contained in:
parent
e5a1a79a4e
commit
3bbec4bd95
@ -1,3 +1,9 @@
|
|||||||
|
2019-04-12 Nick Clifton <nickc@redhat.com>
|
||||||
|
|
||||||
|
PR 24450
|
||||||
|
* ld.texi (Output Section Attributes): Add ALIGN_WITH_INPUT to
|
||||||
|
example of section attributes.
|
||||||
|
|
||||||
2019-04-11 Faraz Shahbazker <fshahbazker@wavecomp.com>
|
2019-04-11 Faraz Shahbazker <fshahbazker@wavecomp.com>
|
||||||
|
|
||||||
* NEWS: Mention new option --no-print-map-discarded.
|
* NEWS: Mention new option --no-print-map-discarded.
|
||||||
|
@ -4997,7 +4997,7 @@ like this:
|
|||||||
@group
|
@group
|
||||||
@var{section} [@var{address}] [(@var{type})] :
|
@var{section} [@var{address}] [(@var{type})] :
|
||||||
[AT(@var{lma})]
|
[AT(@var{lma})]
|
||||||
[ALIGN(@var{section_align})]
|
[ALIGN(@var{section_align}) | ALIGN_WITH_INPUT]
|
||||||
[SUBALIGN(@var{subsection_align})]
|
[SUBALIGN(@var{subsection_align})]
|
||||||
[@var{constraint}]
|
[@var{constraint}]
|
||||||
@{
|
@{
|
||||||
|
Loading…
Reference in New Issue
Block a user