* convert.c, dwarf2out.c, dwarfout.c, emit-rtl.c, function.c,
authorneroden <neroden@138bc75d-0d04-0410-961f-82ee72b054a4>
Mon, 16 Jun 2003 11:30:25 +0000 (11:30 +0000)
committerneroden <neroden@138bc75d-0d04-0410-961f-82ee72b054a4>
Mon, 16 Jun 2003 11:30:25 +0000 (11:30 +0000)
lists.c, print-rtl.c, print-tree.c, read-rtl.c, rtl-error.c,
stmt.c, toplev.c, integrate.h, loop.h, machmode.h, rtl.h,
ssa.h, tree.def: Replace overly specific references to "GNU C"
and "GNU C Compiler" with references to "GCC".

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@68004 138bc75d-0d04-0410-961f-82ee72b054a4

19 files changed:
gcc/ChangeLog
gcc/convert.c
gcc/dwarf2out.c
gcc/dwarfout.c
gcc/emit-rtl.c
gcc/function.c
gcc/integrate.h
gcc/lists.c
gcc/loop.h
gcc/machmode.h
gcc/print-rtl.c
gcc/print-tree.c
gcc/read-rtl.c
gcc/rtl-error.c
gcc/rtl.h
gcc/ssa.h
gcc/stmt.c
gcc/toplev.c
gcc/tree.def

index 0b7d523..beb0382 100644 (file)
@@ -1,3 +1,11 @@
+2003-06-16  Nathanael Nerode  <neroden@gcc.gnu.org>
+
+       * convert.c, dwarf2out.c, dwarfout.c, emit-rtl.c, function.c,
+       lists.c, print-rtl.c, print-tree.c, read-rtl.c, rtl-error.c,
+       stmt.c, toplev.c, integrate.h, loop.h, machmode.h, rtl.h,
+       ssa.h, tree.def: Replace overly specific references to "GNU C"
+       and "GNU C Compiler" with references to "GCC".
+
 2003-06-16  J"orn Rennecke <joern.rennecke@superh.com>
 
        * (REG_CLASS_FROM_CONSTRAINT): Only define if not already defined.
index 4ac23a7..2832628 100644 (file)
@@ -1,4 +1,4 @@
-/* Utility routines for data type conversion for GNU C.
+/* Utility routines for data type conversion for GCC.
    Copyright (C) 1987, 1988, 1991, 1992, 1993, 1994, 1995, 1997, 1998,
    2000, 2001, 2002, 2003 Free Software Foundation, Inc.
 
index 62528b8..84467e9 100644 (file)
@@ -1,4 +1,4 @@
-/* Output Dwarf2 format symbol table information from the GNU C compiler.
+/* Output Dwarf2 format symbol table information from GCC.
    Copyright (C) 1992, 1993, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
    2003 Free Software Foundation, Inc.
    Contributed by Gary Funck (gary@intrepid.com).
index 663bb9f..efc734e 100644 (file)
@@ -1,4 +1,4 @@
-/* Output Dwarf format symbol table information from the GNU C compiler.
+/* Output Dwarf format symbol table information from GCC.
    Copyright (C) 1992, 1993, 1995, 1996, 1997, 1998, 1999, 2000, 2001,
    2002, 2003 Free Software Foundation, Inc.
    Contributed by Ron Guilmette (rfg@monkeys.com) of Network Computing Devices.
index 03ee900..3f444a9 100644 (file)
@@ -1,4 +1,4 @@
-/* Emit RTL for the GNU C-Compiler expander.
+/* Emit RTL for the GCC expander.
    Copyright (C) 1987, 1988, 1992, 1993, 1994, 1995, 1996, 1997, 1998,
    1999, 2000, 2001, 2002, 2003 Free Software Foundation, Inc.
 
index 84cfd6e..25b7103 100644 (file)
@@ -1,4 +1,4 @@
-/* Expands front end tree to back end RTL for GNU C-Compiler
+/* Expands front end tree to back end RTL for GCC.
    Copyright (C) 1987, 1988, 1989, 1991, 1992, 1993, 1994, 1995, 1996, 1997,
    1998, 1999, 2000, 2001, 2002, 2003 Free Software Foundation, Inc.
 
index b4d6227..1c539e5 100644 (file)
@@ -1,4 +1,4 @@
-/* Function integration definitions for GNU C-Compiler
+/* Function integration definitions for GCC
    Copyright (C) 1990, 1995, 1998, 1999, 2000, 2001 Free Software Foundation, Inc.
 
 This file is part of GCC.
index 57eda4b..1e4a57a 100644 (file)
@@ -1,4 +1,4 @@
-/* List management for the GNU C-Compiler expander.
+/* List management for the GCC expander.
    Copyright (C) 1987, 1988, 1992, 1993, 1994, 1995, 1996, 1997, 1998,
    1999, 2003 Free Software Foundation, Inc.
 
index 12a0b61..b176965 100644 (file)
@@ -1,4 +1,4 @@
-/* Loop optimization definitions for GNU C-Compiler
+/* Loop optimization definitions for GCC
    Copyright (C) 1991, 1995, 1998, 1999, 2000, 2001, 2002
    Free Software Foundation, Inc.
 
index 46247d5..b286acb 100644 (file)
@@ -1,4 +1,4 @@
-/* Machine mode definitions for GNU C-Compiler; included by rtl.h and tree.h.
+/* Machine mode definitions for GCC; included by rtl.h and tree.h.
    Copyright (C) 1991, 1993, 1994, 1996, 1998, 1999, 2000, 2001
    Free Software Foundation, Inc.
 
index 165db77..071cec1 100644 (file)
@@ -1,4 +1,4 @@
-/* Print RTL for GNU C Compiler.
+/* Print RTL for GCC.
    Copyright (C) 1987, 1988, 1992, 1997, 1998, 1999, 2000, 2002, 2003
    Free Software Foundation, Inc.
 
index 6ce305e..a826c1c 100644 (file)
@@ -1,4 +1,4 @@
-/* Prints out tree in human readable form - GNU C-compiler
+/* Prints out tree in human readable form - GCC
    Copyright (C) 1990, 1991, 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2000,
    2001, 2002, 2003 Free Software Foundation, Inc.
 
index 5b4a6c4..24edb05 100644 (file)
@@ -1,4 +1,4 @@
-/* RTL reader for GNU C Compiler.
+/* RTL reader for GCC.
    Copyright (C) 1987, 1988, 1991, 1994, 1997, 1998, 1999, 2000, 2001, 2002
    Free Software Foundation, Inc.
 
index d5efc76..5be5cd5 100644 (file)
@@ -1,4 +1,4 @@
-/* RTL specific diagnostic subroutines for the GNU C compiler
+/* RTL specific diagnostic subroutines for GCC
    Copyright (C) 2001, 2002, 2003 Free Software Foundation, Inc.
    Contributed by Gabriel Dos Reis <gdr@codesourcery.com>
 
index 4701009..7406f3b 100644 (file)
--- a/gcc/rtl.h
+++ b/gcc/rtl.h
@@ -1,4 +1,4 @@
-/* Register Transfer Language (RTL) definitions for GNU C-Compiler
+/* Register Transfer Language (RTL) definitions for GCC
    Copyright (C) 1987, 1991, 1992, 1993, 1994, 1995, 1996, 1997, 1998,
    1999, 2000, 2001, 2002, 2003 Free Software Foundation, Inc.
 
index 115f77d..f7593d0 100644 (file)
--- a/gcc/ssa.h
+++ b/gcc/ssa.h
@@ -1,4 +1,4 @@
-/* Static Single Assignment (SSA) definitions for GNU C-Compiler
+/* Static Single Assignment (SSA) definitions for GCC
    Copyright (C) 2000, 2001 Free Software Foundation, Inc.
    Written by Jeffrey D. Oldham <oldham@codesourcery.com>.
 
index 1bf70f8..b8e1014 100644 (file)
@@ -1,4 +1,4 @@
-/* Expands front end tree to back end RTL for GNU C-Compiler
+/* Expands front end tree to back end RTL for GCC
    Copyright (C) 1987, 1988, 1989, 1992, 1993, 1994, 1995, 1996, 1997,
    1998, 1999, 2000, 2001, 2002, 2003 Free Software Foundation, Inc.
 
index dc93925..4b7a664 100644 (file)
@@ -1,4 +1,4 @@
-/* Top level of GNU C compiler
+/* Top level of GCC compilers (cc1, cc1plus, etc.)
    Copyright (C) 1987, 1988, 1989, 1992, 1993, 1994, 1995, 1996, 1997, 1998,
    1999, 2000, 2001, 2002, 2003 Free Software Foundation, Inc.
 
index 5f6ee65..b71d31d 100644 (file)
@@ -1,5 +1,5 @@
 /* This file contains the definitions and documentation for the
-   tree codes used in the GNU C compiler.
+   tree codes used in GCC.
    Copyright (C) 1987, 1988, 1993, 1995, 1997, 1998, 2000, 2001
    Free Software Foundation, Inc.