From: Nick Clifton Date: Thu, 7 Feb 2019 14:54:58 +0000 (+0000) Subject: Fix typo in description of --start-group/--end-group options. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=5d3db3e2970f543259103290d6890c0f1f289e13;p=binutils-gdb.git Fix typo in description of --start-group/--end-group options. PR 24175 * ld.texi (Options): Add missing word to the description of the --start-group option. --- diff --git a/ld/ChangeLog b/ld/ChangeLog index 03aa88419e1..a14291716b4 100644 --- a/ld/ChangeLog +++ b/ld/ChangeLog @@ -1,3 +1,9 @@ +2019-02-07 Nick Clifton + + PR 24175 + * ld.texi (Options): Add missing word to the description of the + --start-group option. + 2019-02-06 Alan Modra PR ld/24008 diff --git a/ld/ld.texi b/ld/ld.texi index 9bede662ad2..7447c6ea0bb 100644 --- a/ld/ld.texi +++ b/ld/ld.texi @@ -1317,7 +1317,7 @@ the order that it is specified on the command line. If a symbol in that archive is needed to resolve an undefined symbol referred to by an object in an archive that appears later on the command line, the linker would not be able to resolve that reference. By grouping the archives, -they all be searched repeatedly until all possible references are +they will all be searched repeatedly until all possible references are resolved. Using this option has a significant performance cost. It is best to use