[committed] GNU CC -> GCC in config/[g..l]*.h

Nathanael Nerode neroden@twcny.rr.com
Mon Jun 16 03:10:00 GMT 2003


Some more easy ones.  Committed as obvious.

	* config/gofast.h, config/interix.h, config/interix3.h, 
	config/libgloss.h, config/linux-aout.h, config/linux.h, 
	config/lynx-ng.h, config/lynx.h: GNU CC -> GCC.
	* config/kaos.h: "GNU compiler" -> GCC.
	* config/linux-aout.h, config/lynx.h: Clarify comment describing file.

Index: gofast.h
===================================================================
RCS file: /cvs/gcc/gcc/gcc/config/gofast.h,v
retrieving revision 1.6
diff -u -r1.6 gofast.h
--- gofast.h	8 Mar 2002 02:57:13 -0000	1.6
+++ gofast.h	16 Jun 2003 02:33:45 -0000
@@ -1,20 +1,20 @@
 /* US Software GOFAST floating point library support.
    Copyright (C) 1994, 1998, 1999, 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: interix.h
===================================================================
RCS file: /cvs/gcc/gcc/gcc/config/interix.h,v
retrieving revision 1.11
diff -u -r1.11 interix.h
--- interix.h	16 Dec 2002 18:20:42 -0000	1.11
+++ interix.h	16 Jun 2003 02:33:45 -0000
@@ -5,20 +5,20 @@
    Modified from code
       Contributed by Douglas B. Rupp (drupp@cs.washington.edu).
 
-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: interix3.h
===================================================================
RCS file: /cvs/gcc/gcc/gcc/config/interix3.h,v
retrieving revision 1.1
diff -u -r1.1 interix3.h
--- interix3.h	28 Nov 2001 21:41:53 -0000	1.1
+++ interix3.h	16 Jun 2003 02:33:45 -0000
@@ -3,20 +3,20 @@
    Copyright (C) 2001 Free Software Foundation, Inc.
    Contributed by Douglas B. Rupp (rupp@gnat.com)
 
-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: kaos.h
===================================================================
RCS file: /cvs/gcc/gcc/gcc/config/kaos.h,v
retrieving revision 1.1
diff -u -r1.1 kaos.h
--- kaos.h	12 Jun 2003 05:18:11 -0000	1.1
+++ kaos.h	16 Jun 2003 02:33:45 -0000
@@ -1,4 +1,4 @@
-/* Definitions of target machine for GNU compiler.
+/* Definitions of target machine for GCC.
    common kaOS definitions for all architectures.
    Copyright (C) 2003 Free Software Foundation, Inc.
 
Index: libgloss.h
===================================================================
RCS file: /cvs/gcc/gcc/gcc/config/libgloss.h,v
retrieving revision 1.4
diff -u -r1.4 libgloss.h
--- libgloss.h	29 Sep 2002 13:16:44 -0000	1.4
+++ libgloss.h	16 Jun 2003 02:33:45 -0000
@@ -2,20 +2,20 @@
    targeting GCC for Libgloss supported targets.
    Copyright (C) 1996 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: linux-aout.h
===================================================================
RCS file: /cvs/gcc/gcc/gcc/config/linux-aout.h,v
retrieving revision 1.8
diff -u -r1.8 linux-aout.h
--- linux-aout.h	26 Nov 2002 04:54:46 -0000	1.8
+++ linux-aout.h	16 Jun 2003 02:33:45 -0000
@@ -1,21 +1,21 @@
-/* Definitions for Linux-based GNU systems.
+/* Definitions for Linux-based GNU systems with a.out binaries.
    Copyright (C) 1995, 1997, 1999, 2000 Free Software Foundation, Inc.
    Contributed by H.J. Lu (hjl@nynexst.com)
 
-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: linux.h
===================================================================
RCS file: /cvs/gcc/gcc/gcc/config/linux.h,v
retrieving revision 1.23
diff -u -r1.23 linux.h
--- linux.h	3 Jun 2003 09:06:53 -0000	1.23
+++ linux.h	16 Jun 2003 02:33:45 -0000
@@ -3,20 +3,20 @@
    Contributed by Eric Youngdale.
    Modified for stabs-in-ELF by H.J. Lu (hjl@lucon.org).
 
-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: lynx-ng.h
===================================================================
RCS file: /cvs/gcc/gcc/gcc/config/lynx-ng.h,v
retrieving revision 1.6
diff -u -r1.6 lynx-ng.h
--- lynx-ng.h	26 Nov 2002 04:54:46 -0000	1.6
+++ lynx-ng.h	16 Jun 2003 02:33:46 -0000
@@ -1,20 +1,20 @@
 /* Target independent definitions for LynxOS, using Lynx's old as and ld.
    Copyright (C) 1993, 1999 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: lynx.h
===================================================================
RCS file: /cvs/gcc/gcc/gcc/config/lynx.h,v
retrieving revision 1.11
diff -u -r1.11 lynx.h
--- lynx.h	26 Nov 2002 04:54:46 -0000	1.11
+++ lynx.h	16 Jun 2003 02:33:46 -0000
@@ -1,21 +1,21 @@
-/* Target independent definitions for LynxOS.
+/* Target independent definitions for LynxOS using gas and gnu ld.
    Copyright (C) 1993, 1994, 1995, 1996, 1999, 2000, 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.  */
 

-- 
Nathanael Nerode  <neroden at gcc.gnu.org>
Don't use the GNU FDL for free documentation.  See
<http://home.twcny.rr.com/nerode/neroden/fdl.html>



More information about the Gcc-patches mailing list