summaryrefslogtreecommitdiff
path: root/gcc
diff options
context:
space:
mode:
authorbje <bje@138bc75d-0d04-0410-961f-82ee72b054a4>2009-05-02 12:03:05 +0000
committerbje <bje@138bc75d-0d04-0410-961f-82ee72b054a4>2009-05-02 12:03:05 +0000
commit2ccfd743f9eedbbf26f6d7c8c675a4c17eabe024 (patch)
tree9afc1ada26ca42f2166904a66fed89d703b5d07d /gcc
parent5b835bca982ff4e7e2b5369457a333eaf67f9e55 (diff)
downloadgcc-2ccfd743f9eedbbf26f6d7c8c675a4c17eabe024.tar.gz
* doc/collect2.texi (Collect2): Document search path behaviour
when configured with --with-ld. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@147058 138bc75d-0d04-0410-961f-82ee72b054a4
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 a177b816c71..62b394a1a76 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 c3498c5317c..7cd5c935518 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.