aboutsummaryrefslogtreecommitdiff
path: root/gcc
diff options
context:
space:
mode:
authorBen Elliston <bje@au.ibm.com>2009-05-02 12:03:05 +0000
committerBen Elliston <bje@gcc.gnu.org>2009-05-02 22:03:05 +1000
commit5e10cb5afc61a2189b7376f22f31a8eedfbe0a0a (patch)
tree9afc1ada26ca42f2166904a66fed89d703b5d07d /gcc
parent048bf48b3e6a40ca22a289af249093fc28a2974a (diff)
downloadgcc-5e10cb5afc61a2189b7376f22f31a8eedfbe0a0a.zip
gcc-5e10cb5afc61a2189b7376f22f31a8eedfbe0a0a.tar.gz
gcc-5e10cb5afc61a2189b7376f22f31a8eedfbe0a0a.tar.bz2
collect2.texi (Collect2): Document search path behaviour when configured with --with-ld.
* doc/collect2.texi (Collect2): Document search path behaviour when configured with --with-ld. From-SVN: r147058
Diffstat (limited to 'gcc')
-rw-r--r--gcc/ChangeLog5
-rw-r--r--gcc/doc/collect2.texi4
2 files changed, 9 insertions, 0 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog
index a177b81..62b394a 100644
--- a/gcc/ChangeLog
+++ b/gcc/ChangeLog
@@ -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
diff --git a/gcc/doc/collect2.texi b/gcc/doc/collect2.texi
index c3498c5..7cd5c93 100644
--- a/gcc/doc/collect2.texi
+++ b/gcc/doc/collect2.texi
@@ -32,6 +32,10 @@ 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.