summaryrefslogtreecommitdiff
path: root/gcc/install.texi
diff options
context:
space:
mode:
authorlaw <law@138bc75d-0d04-0410-961f-82ee72b054a4>1998-01-13 07:37:58 +0000
committerlaw <law@138bc75d-0d04-0410-961f-82ee72b054a4>1998-01-13 07:37:58 +0000
commitf3756c1cbb5421ff661337d07fae850c59b2fb84 (patch)
tree0b545c576205b32ffb1483ddb1ab480e19b9974e /gcc/install.texi
parent53202facfd1bc6fae7cc15ae53fdb143849d5375 (diff)
downloadgcc-f3756c1cbb5421ff661337d07fae850c59b2fb84.tar.gz
Clarify some collect2 stuff.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@17324 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/install.texi')
-rw-r--r--gcc/install.texi13
1 files changed, 5 insertions, 8 deletions
diff --git a/gcc/install.texi b/gcc/install.texi
index b879850d403..2c9bdf31554 100644
--- a/gcc/install.texi
+++ b/gcc/install.texi
@@ -141,9 +141,9 @@ linker with GNU CC.
This option does not cause the GNU linker to be installed; it just
modifies the behavior of GNU CC to work with the GNU linker.
-Specifically, it inhibits the installation of @code{collect2}, a program
-which otherwise serves as a front-end for the system's linker on most
-configurations.
+@cSpecifically, it inhibits the installation of @code{collect2}, a program
+@cwhich otherwise serves as a front-end for the system's linker on most
+@cconfigurations.
@item --with-stabs
On MIPS based systems and on Alphas, you must specify whether you want
@@ -2205,11 +2205,8 @@ available.
@node Collect2
@section @code{collect2}
-Many target systems do not have support in the assembler and linker for
-``constructors''---initialization functions to be called before the
-official ``start'' of @code{main}. On such systems, GNU CC uses a
-utility called @code{collect2} to arrange to call these functions at
-start time.
+GNU CC 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
looking through the linker output file for symbols with particular names