Fix redundant space typo in linker documentation.

This commit is contained in:
Chung-Ju Wu
2023-11-13 15:32:45 +00:00
committed by Nick Clifton
parent 9488c32734
commit 63611bfe22
2 changed files with 5 additions and 1 deletions

View File

@@ -1,3 +1,7 @@
2023-11-13 Chung-Ju Wu <jasonwucj@gmail.com>
* ld.texi: Fix redundant space typo.
2023-11-10 Nick Clifton <nickc@redhat.com>
* ldlex.h (enum option_values): Add OPTION_ERROR_EXECSTACK,

View File

@@ -5605,7 +5605,7 @@ bytes when used to fill gaps. Thus @samp{FILL(144)} will fill a
region with repeats of the pattern @samp{0 0 0 144}. The value is
treated as a big-endian number, so for example
@samp{FILL(22 * 256 + 23)} will fill the region with repeats of the
pattern @samp {0 0 22 23}. If the expression results in a value with
pattern @samp{0 0 22 23}. If the expression results in a value with
more than 4 significant bytes only the least 4 bytes of the value will
be used.