]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commitdiff
Fix redundant space typo in linker documentation.
authorChung-Ju Wu <jasonwucj@gmail.com>
Mon, 13 Nov 2023 15:32:45 +0000 (15:32 +0000)
committerNick Clifton <nickc@redhat.com>
Mon, 13 Nov 2023 15:32:45 +0000 (15:32 +0000)
ld/ChangeLog
ld/ld.texi

index fc2478ec197b261ff14fcdbeb42e8188f68c62e5..316ef47e93b56b38a19d45eab5c4a5dc2291104d 100644 (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,
index 32c09e24478ec5074a9c629c8666f36235c3f60e..5a143b2b5186d2892b2892f90c5bd1bcaf446a00 100644 (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.