OSDN Git Service

2009-12-22 Brian Hackett <bhackett1024@gmail.com>
[pf3gnuchains/gcc-fork.git] / gcc / doc / collect2.texi
index 2cd1d3c..7cd5c93 100644 (file)
@@ -5,7 +5,7 @@
 @node Collect2
 @chapter @code{collect2}
 
-GNU CC uses a utility called @code{collect2} on nearly all systems to arrange
+GCC uses a utility called @code{collect2} on nearly all systems to arrange
 to call various initialization functions at start time.
 
 The program @code{collect2} works by linking the program once and
@@ -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.
 
@@ -52,7 +56,7 @@ if specified.
 @end itemize
 
 ``The compiler's search directories'' means all the directories where
-@code{gcc} searches for passes of the compiler.  This includes
+@command{gcc} searches for passes of the compiler.  This includes
 directories that you specify with @option{-B}.
 
 Cross-compilers search a little differently: