invoke.texi (-print-search-dirs): Make references to cpp refer to cpp0 instead.
authorJoseph Myers <jsm28@cam.ac.uk>
Tue, 19 Dec 2000 13:25:28 +0000 (13:25 +0000)
committerJoseph Myers <jsm28@gcc.gnu.org>
Tue, 19 Dec 2000 13:25:28 +0000 (13:25 +0000)
* invoke.texi (-print-search-dirs): Make references to cpp refer
to cpp0 instead.

From-SVN: r38378

gcc/ChangeLog
gcc/invoke.texi

index 23c0eb5..7e5508c 100644 (file)
@@ -1,3 +1,8 @@
+2000-12-19  Joseph S. Myers  <jsm28@cam.ac.uk>
+
+       * invoke.texi (-print-search-dirs): Make references to cpp refer
+       to cpp0 instead.
+
 2000-12-18  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
 
        * fold-const.c (tree_expr_nonnegative_p): Treat truth values as
index c9dc324..8c35cb4 100644 (file)
@@ -2680,8 +2680,8 @@ Print the name of the configured installation directory and a list of
 program and library directories gcc will search---and don't do anything else.
 
 This is useful when gcc prints the error message
-@samp{installation problem, cannot exec cpp: No such file or directory}.
-To resolve this you either need to put @file{cpp} and the other compiler
+@samp{installation problem, cannot exec cpp0: No such file or directory}.
+To resolve this you either need to put @file{cpp0} and the other compiler
 components where gcc expects to find them, or you can set the environment
 variable @code{GCC_EXEC_PREFIX} to the directory where you installed them.
 Don't forget the trailing '/'.