This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[committed as obvious] GNU CC -> GCC in config/c4x


	* config/c4x/c4x-c.c, config/c4x/c4x-modes.def,
	config/c4x/c4x-protos.h, config/c4x/c4x.c, config/c4x/c4x.h,
	config/c4x/c4x.md, config/c4x/libgcc.S, config/c4x/rtems.h:
	GCC, not GNU CC.

Index: c4x-c.c
===================================================================
RCS file: /cvs/gcc/gcc/gcc/config/c4x/c4x-c.c,v
retrieving revision 1.4
diff -u -r1.4 c4x-c.c
--- c4x-c.c	16 Dec 2002 18:20:59 -0000	1.4
+++ c4x-c.c	13 Mar 2003 04:00:16 -0000
@@ -5,20 +5,20 @@
    Contributed by Michael Hayes (m dot hayes at elec dot canterbury dot ac dot nz)
               and Herman Ten Brugge (Haj dot Ten dot Brugge at net dot HCC dot nl).
 
-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: c4x-modes.def
===================================================================
RCS file: /cvs/gcc/gcc/gcc/config/c4x/c4x-modes.def,v
retrieving revision 1.1
diff -u -r1.1 c4x-modes.def
--- c4x-modes.def	10 Jun 2002 22:35:46 -0000	1.1
+++ c4x-modes.def	13 Mar 2003 04:00:17 -0000
@@ -4,20 +4,20 @@
    Contributed by Michael Hayes (m dot hayes at elec dot canterbury dot ac dot nz)
               and Herman Ten Brugge (Haj dot Ten dot Brugge at net dot HCC dot nl).
 
-   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: c4x-protos.h
===================================================================
RCS file: /cvs/gcc/gcc/gcc/config/c4x/c4x-protos.h,v
retrieving revision 1.30
diff -u -r1.30 c4x-protos.h
--- c4x-protos.h	28 Jan 2003 18:08:49 -0000	1.30
+++ c4x-protos.h	13 Mar 2003 04:00:18 -0000
@@ -5,20 +5,20 @@
    Contributed by Michael Hayes (m dot hayes at elec dot canterbury dot ac dot nz)
               and Herman Ten Brugge (Haj dot Ten dot Brugge at net dot HCC dot nl).
 
-   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: c4x.c
===================================================================
RCS file: /cvs/gcc/gcc/gcc/config/c4x/c4x.c,v
retrieving revision 1.121
diff -u -r1.121 c4x.c
--- c4x.c	28 Jan 2003 18:08:49 -0000	1.121
+++ c4x.c	13 Mar 2003 04:00:31 -0000
@@ -5,20 +5,20 @@
    Contributed by Michael Hayes (m dot hayes at elec dot canterbury dot ac dot nz)
               and Herman Ten Brugge (Haj dot Ten dot Brugge at net dot HCC dot nl).
 
-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: c4x.h
===================================================================
RCS file: /cvs/gcc/gcc/gcc/config/c4x/c4x.h,v
retrieving revision 1.123
diff -u -r1.123 c4x.h
--- c4x.h	28 Jan 2003 18:08:49 -0000	1.123
+++ c4x.h	13 Mar 2003 04:00:39 -0000
@@ -5,20 +5,20 @@
    Contributed by Michael Hayes (m dot hayes at elec dot canterbury dot ac dot nz)
               and Herman Ten Brugge (Haj dot Ten dot Brugge at net dot HCC dot nl).
 
-   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: c4x.md
===================================================================
RCS file: /cvs/gcc/gcc/gcc/config/c4x/c4x.md,v
retrieving revision 1.76
diff -u -r1.76 c4x.md
--- c4x.md	25 Jan 2003 00:35:36 -0000	1.76
+++ c4x.md	13 Mar 2003 04:01:09 -0000
@@ -1,24 +1,24 @@
-;; Machine description for the TMS320C[34]x for GNU C compiler
+;; Machine description for the TMS320C[34]x for GCC
 ;; Copyright (C) 1994, 1995, 1996, 1997, 1998,
 ;; 1999, 2000, 2002 Free Software Foundation, Inc.
 
 ;; Contributed by Michael Hayes (m dot hayes at elec dot canterbury dot ac dot nz)
 ;;            and Herman Ten Brugge (Haj dot Ten dot Brugge at net dot HCC dot nl)
 
-;; 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: libgcc.S
===================================================================
RCS file: /cvs/gcc/gcc/gcc/config/c4x/libgcc.S,v
retrieving revision 1.11
diff -u -r1.11 libgcc.S
--- libgcc.S	15 Sep 2002 18:24:05 -0000	1.11
+++ libgcc.S	13 Mar 2003 04:01:12 -0000
@@ -5,9 +5,9 @@
             and Herman Ten Brugge (Haj dot Ten dot Brugge at net dot HCC dot nl).
 
 	
-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 it
+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.
Index: rtems.h
===================================================================
RCS file: /cvs/gcc/gcc/gcc/config/c4x/rtems.h,v
retrieving revision 1.6
diff -u -r1.6 rtems.h
--- rtems.h	1 Jun 2002 23:27:50 -0000	1.6
+++ rtems.h	13 Mar 2003 04:01:12 -0000
@@ -2,20 +2,20 @@
    Copyright (C) 1996, 1997, 1999, 2002 Free Software Foundation, Inc.
    Contributed by Joel Sherrill (joel at OARcorp dot 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 Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]