g77.texi, [...]: GCC, not GNU CC.
authorNathanael Nerode <neroden@gcc.gnu.org>
Thu, 13 Mar 2003 02:38:00 +0000 (02:38 +0000)
committerNathanael Nerode <neroden@gcc.gnu.org>
Thu, 13 Mar 2003 02:38:00 +0000 (02:38 +0000)
* g77.texi, invoke.texi, g77spec.c, lang-specs.h: GCC, not
GNU CC.  Especially here.

From-SVN: r64289

gcc/f/ChangeLog
gcc/f/g77.texi
gcc/f/g77spec.c
gcc/f/invoke.texi
gcc/f/lang-specs.h

index 25d34a77598d01fab5734000d689394b4566c86f..40804ef6c79dc926c80d2b851b6d0f131b6b5f1d 100644 (file)
@@ -1,3 +1,8 @@
+2003-03-12  Nathanael Nerode  <neroden@gcc.gnu.org>
+
+       * g77.texi, invoke.texi, g77spec.c, lang-specs.h: GCC, not
+       GNU CC.  Especially here.
+
 2003-03-10  Roger Sayle  <roger@eyesopen.com>
 
        * com.c (duplicate_decls): Synchronize with C's duplicate_decls.
index 3c1fce2a49a0f23c77234391b537e04d959902ab..b37b20ed956f5492b9c848cbe6d513eebecfcf5a 100644 (file)
@@ -250,7 +250,7 @@ many people have helped create and improve GNU Fortran.
 @itemize @bullet
 @item
 The packaging and compiler portions of GNU Fortran are based largely
-on the GNU CC compiler.
+on the GCC compiler.
 @xref{Contributors,,Contributors to GCC,gcc,Using the GNU Compiler
 Collection (GCC)},
 for more information.
@@ -800,7 +800,7 @@ but apply to other languages as well.
 @xref{G++ and GCC,,Compile C; C++; Objective-C; Ada; Fortran;
 or Java,gcc,Using the GNU Compiler Collection (GCC)},
 for information on the way different languages are handled
-by the GNU CC compiler (@command{gcc}).
+by the GCC compiler (@command{gcc}).
 
 @cindex @command{g77}, command
 @cindex commands, @command{g77}
@@ -10987,7 +10987,7 @@ ways to find it:
 @item
 Look in the service directory for someone who might help you for a fee.
 The service directory is found in the file named @file{SERVICE} in the
-GNU CC distribution.
+GCC distribution.
 
 @item
 Send a message to @email{@value{email-help}}.
index 3df506285395e8b20253fc7e6435e4ce3c62b4fe..2153a375b77009391ffbd18cf17fec7e3e46c288 100644 (file)
@@ -1,20 +1,20 @@
 /* Specific flags and argument handling of the Fortran front-end.
    Copyright (C) 1997, 1999, 2000, 2001, 2002 Free Software Foundation, Inc.
 
-This file is part of GNU CC.
+This file is part of GCC.
 
-GNU CC is free software; you can redistribute it and/or modify
+GCC is free software; you can redistribute it and/or modify
 it under the terms of the GNU General Public License as published by
 the Free Software Foundation; either version 2, or (at your option)
 any later version.
 
-GNU CC is distributed in the hope that it will be useful,
+GCC is distributed in the hope that it will be useful,
 but WITHOUT ANY WARRANTY; without even the implied warranty of
 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 GNU General Public License for more details.
 
 You should have received a copy of the GNU General Public License
-along with GNU CC; see the file COPYING.  If not, write to
+along with GCC; see the file COPYING.  If not, write to
 the Free Software Foundation, 59 Temple Place - Suite 330,
 Boston, MA 02111-1307, USA.  */
 
index 50c7ca42e73623601d57612fe43cf3c61eb4a549..3079d70d09c2cac780ac7ad6a9d6e8bb7d93693e 100644 (file)
@@ -255,7 +255,7 @@ program is written is generally indicated by the suffix.
 Suffixes specific to GNU Fortran are listed below.
 @xref{Overall Options,,Options Controlling the Kind of
 Output,gcc,Using the GNU Compiler Collection (GCC)}, for
-information on suffixes recognized by GNU CC.
+information on suffixes recognized by GCC.
 
 @table @gcctabopt
 @cindex .f filename suffix
@@ -286,7 +286,7 @@ You can force @samp{.f} files to be preprocessed by @command{cpp} by using
 @item @var{file}.fpp
 @item @var{file}.FPP
 Fortran source code that must be preprocessed (by the C preprocessor
-@command{cpp}, which is part of GNU CC).
+@command{cpp}, which is part of GCC).
 
 Note that preprocessing is not extended to the contents of
 files included by the @code{INCLUDE} directive---the @code{#include}
index 46a45286a358b1b37e997e79d2f47dc27aed7196..3c8c8e1531700e81cea5c191f735ebf374a88eb6 100644 (file)
@@ -35,8 +35,8 @@ the Free Software Foundation, 59 Temple Place - Suite 330, Boston, MA
     f771 %|.f %(cc1_options) %{I*} %{!fsyntax-only:%(invoke_as)}}}}", 0},
   {".r", "@ratfor", 0},
   {"@ratfor",
-   "%{C:%{!E:%eGNU C does not support -C without using -E}}\
-    %{CC:%{!E:%eGNU C does not support -CC without using -E}}\
+   "%{C:%{!E:%eGCC does not support -C without using -E}}\
+    %{CC:%{!E:%eGCC does not support -CC without using -E}}\
     ratfor %{C} %{CC} %{v} %{E:%W{o*}} %{!E: %{!pipe:-o %g.f} %i |\n\
     f771 %m.f %(cc1_options) %{I*} %{!fsyntax-only:%(invoke_as)}}", 0},
   {".f",   "@f77", 0},