diff options
author | Nick Clifton <nickc@redhat.com> | 2019-04-12 13:15:21 +0100 |
---|---|---|
committer | Nick Clifton <nickc@redhat.com> | 2019-04-12 13:15:21 +0100 |
commit | 3bbec4bd95396936f21dbb07b79d2b6286b4cfec (patch) | |
tree | 3ffecf232e755f47c36190b1d52e7306604d27c1 /ld/ld.texi | |
parent | e5a1a79a4e0ee33292d45b10a759eb41f7358b7c (diff) | |
download | gdb-3bbec4bd95396936f21dbb07b79d2b6286b4cfec.zip gdb-3bbec4bd95396936f21dbb07b79d2b6286b4cfec.tar.gz gdb-3bbec4bd95396936f21dbb07b79d2b6286b4cfec.tar.bz2 |
Fix thinko in linker documentation.
PR 24450
* ld.texi (Output Section Attributes): Add ALIGN_WITH_INPUT to
example of section attributes.
Diffstat (limited to 'ld/ld.texi')
-rw-r--r-- | ld/ld.texi | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -4997,7 +4997,7 @@ like this: @group @var{section} [@var{address}] [(@var{type})] : [AT(@var{lma})] - [ALIGN(@var{section_align})] + [ALIGN(@var{section_align}) | ALIGN_WITH_INPUT] [SUBALIGN(@var{subsection_align})] [@var{constraint}] @{ |