Fix typo in description of --start-group/--end-group options.
authorNick Clifton <nickc@redhat.com>
Thu, 7 Feb 2019 14:54:58 +0000 (14:54 +0000)
committerNick Clifton <nickc@redhat.com>
Thu, 7 Feb 2019 14:54:58 +0000 (14:54 +0000)
PR 24175
* ld.texi (Options): Add missing word to the description of the
--start-group option.

ld/ChangeLog
ld/ld.texi

index 03aa88419e1a1be5a53d0cad6d11cd835a00cd51..a14291716b407bcfd55c5a91f23e38e0466af03a 100644 (file)
@@ -1,3 +1,9 @@
+2019-02-07  Nick Clifton  <nickc@redhat.com>
+
+       PR 24175
+       * ld.texi (Options): Add missing word to the description of the
+       --start-group option.
+
 2019-02-06  Alan Modra  <amodra@gmail.com>
 
        PR ld/24008
index 9bede662ad2699ceda9602568b507732727cbfc3..7447c6ea0bbd4a2d5a4739ccdde006dfc34d0dcb 100644 (file)
@@ -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
This page took 0.027952 seconds and 4 git commands to generate.