diff options
| author | law <law@138bc75d-0d04-0410-961f-82ee72b054a4> | 2000-06-21 17:10:00 +0000 |
|---|---|---|
| committer | law <law@138bc75d-0d04-0410-961f-82ee72b054a4> | 2000-06-21 17:10:00 +0000 |
| commit | d5d2e508edb26df4f4b8860f7f7bbb9a671fc01c (patch) | |
| tree | 991056ee8e01763e49e4254d63c57b507154f9ce | |
| parent | f67f935090191d8fc0414c84556cd8a12722619e (diff) | |
| download | ppe42-gcc-d5d2e508edb26df4f4b8860f7f7bbb9a671fc01c.tar.gz ppe42-gcc-d5d2e508edb26df4f4b8860f7f7bbb9a671fc01c.zip | |
* invoke.texi (g++): "g++" is not a script anymore.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@34634 138bc75d-0d04-0410-961f-82ee72b054a4
| -rw-r--r-- | gcc/ChangeLog | 4 | ||||
| -rw-r--r-- | gcc/invoke.texi | 2 |
2 files changed, 5 insertions, 1 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog index ceb8f96e282..cb7fac47e32 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,7 @@ +Wed Jun 21 11:05:48 2000 Martin Buchholz <martin@xemacs.org> + + * invoke.texi (g++): "g++" is not a script anymore. + 2000-06-20 J. David Anglin <dave@hiauly1.hia.nrc.ca> * function.c (round_down): Delete obsolete prototype. diff --git a/gcc/invoke.texi b/gcc/invoke.texi index 39989b6010a..07663448263 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++} |

