]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
collect2.texi (Collect2): Document search path behaviour when configured with --with-ld.
authorBen Elliston <bje@au.ibm.com>
Sat, 2 May 2009 12:03:05 +0000 (12:03 +0000)
committerBen Elliston <bje@gcc.gnu.org>
Sat, 2 May 2009 12:03:05 +0000 (22:03 +1000)
* doc/collect2.texi (Collect2): Document search path behaviour
when configured with --with-ld.

From-SVN: r147058

gcc/ChangeLog
gcc/doc/collect2.texi

index a177b816c714ae793995f32ca88d63cc5287ce43..62b394a1a760cb41e8615c7562fcd087e9e0270c 100644 (file)
@@ -1,3 +1,8 @@
+2009-05-02  Ben Elliston  <bje@au.ibm.com>
+
+       * doc/collect2.texi (Collect2): Document search path behaviour
+       when configured with --with-ld.
+
 2009-05-02  Jan Hubicka  <jh@suse.cz>
 
        * tree-ssa-coalesce.c (coalesce_cost): Do not take ciritical
index c3498c5317c91b41f5c2168d306f67621ade634b..7cd5c935518937000fc2dd0aa0ee307b198b1a39 100644 (file)
@@ -31,6 +31,10 @@ needs to find the @emph{real} @code{ld}, it tries the following file
 names:
 
 @itemize @bullet
+@item
+a hard coded linker file name, if GCC was configured with the
+@option{--with-ld} option.
+
 @item
 @file{real-ld} in the directories listed in the compiler's search
 directories.