From d8c70cd0187fdffbed0318ec94742921f65b2016 Mon Sep 17 00:00:00 2001 From: Martin Buchholz Date: Wed, 21 Jun 2000 17:10:00 +0000 Subject: [PATCH] * invoke.texi (g++): "g++" is not a script anymore. From-SVN: r34634 --- gcc/ChangeLog | 4 ++++ gcc/invoke.texi | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/gcc/ChangeLog b/gcc/ChangeLog index ceb8f96..cb7fac4 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,7 @@ +Wed Jun 21 11:05:48 2000 Martin Buchholz + + * invoke.texi (g++): "g++" is not a script anymore. + 2000-06-20 J. David Anglin * function.c (round_down): Delete obsolete prototype. diff --git a/gcc/invoke.texi b/gcc/invoke.texi index 39989b6..0766344 100644 --- a/gcc/invoke.texi +++ b/gcc/invoke.texi @@ -658,7 +658,7 @@ circumstances, you might want to compile programs from standard input, or otherwise without a suffix that flags them as C++ programs. @code{g++} is a program that calls GCC with the default language set to C++, and automatically specifies linking against the C++ -library. On many systems, the script @code{g++} is also +library. On many systems, @code{g++} is also installed with the name @code{c++}. @cindex invoking @code{g++} -- 2.7.4