]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
genconstants.c, [...]: replace "GNU CC" with "GCC".
authorLars Brinkhoff <lars@nocrew.org>
Thu, 23 Aug 2001 10:21:42 +0000 (10:21 +0000)
committerGerald Pfeifer <gerald@gcc.gnu.org>
Thu, 23 Aug 2001 10:21:42 +0000 (10:21 +0000)
* genconstants.c, genpreds.c, libfuncs.h, optabs.h, rtl-error.h:
replace "GNU CC" with "GCC".

From-SVN: r45126

gcc/ChangeLog
gcc/genconstants.c
gcc/genpreds.c
gcc/libfuncs.h
gcc/optabs.h
gcc/rtl-error.c

index af192db17a450489e5d2445856586512867cd901..5143672aaa01255324fa9be8f1dd16d8b1844ba6 100644 (file)
@@ -1,3 +1,8 @@
+2001-08-23  Lars Brinkhoff  <lars@nocrew.org>
+
+       * genconstants.c, genpreds.c, libfuncs.h, optabs.h, rtl-error.h:
+       replace "GNU CC" with "GCC".
+
 2001-08-23  Richard Henderson  <rth@redhat.com>
 
        * config/ia64/ia64.c (ia64_register_move_cost): Add mode arguemnt.
index 69d62cba6a297c482df543678f78d54f87cfc42a..1e58a785aae3c48d826a5c0756799893e6470a01 100644 (file)
@@ -5,20 +5,20 @@
    Copyright (C) 1987, 1991, 1995, 1998,
    1999, 2000, 2001 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 decf67a3918ad9046b5c9760a599bb30c63a5264..12a1b51f2991fe53fb0b30273c2b88257d63ff01 100644 (file)
@@ -4,20 +4,20 @@
    Copyright (C) 1987, 1991, 1995, 1998,
    1999, 2000, 2001 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 c1e7eb1edada6ac3a872823218d0db8dc9f7c719..9060b99907f09b5708d5f6e2449827f64c593926 100644 (file)
@@ -1,20 +1,20 @@
 /* Definitions for code generation pass of GNU compiler.
    Copyright (C) 2001 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 dea49d3057cf2ccdb9ebb33d62d9bfabf2e1cfc3..b802f4dcf3bf49eafc57ed192c56060762822fab 100644 (file)
@@ -1,20 +1,20 @@
 /* Definitions for code generation pass of GNU compiler.
    Copyright (C) 2001 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 d9b9bb68f9bfc3e326d7d1ff78bb4a644b440057..3acb507b383514b8b0dda891137dac7b22cf0206 100644 (file)
@@ -2,20 +2,20 @@
    Copyright (C) 2001 Free Software Foundation, Inc.
    Contributed by Gabriel Dos Reis <gdr@codesourcery.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.  */