From: Chung-Ju Wu Date: Mon, 13 Nov 2023 15:32:45 +0000 (+0000) Subject: Fix redundant space typo in linker documentation. X-Git-Tag: binutils-2_42~995 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=63611bfe22fbb6155e4466370ddb9650bec0087a;p=thirdparty%2Fbinutils-gdb.git Fix redundant space typo in linker documentation. --- diff --git a/ld/ChangeLog b/ld/ChangeLog index fc2478ec197..316ef47e93b 100644 --- a/ld/ChangeLog +++ b/ld/ChangeLog @@ -1,3 +1,7 @@ +2023-11-13 Chung-Ju Wu + + * ld.texi: Fix redundant space typo. + 2023-11-10 Nick Clifton * ldlex.h (enum option_values): Add OPTION_ERROR_EXECSTACK, diff --git a/ld/ld.texi b/ld/ld.texi index 32c09e24478..5a143b2b518 100644 --- a/ld/ld.texi +++ b/ld/ld.texi @@ -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.