]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
convert.c, [...]: Replace overly specific references to "GNU C" and "GNU C Compiler...
authorNathanael Nerode <neroden@gcc.gnu.org>
Mon, 16 Jun 2003 11:30:25 +0000 (11:30 +0000)
committerNathanael Nerode <neroden@gcc.gnu.org>
Mon, 16 Jun 2003 11:30:25 +0000 (11:30 +0000)
* 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".

From-SVN: r68004

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 0b7d523c0a41632b50ab2524a66138bd7147c964..beb0382d3924253cc2bc9e400cd6abf96c22a62d 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 4ac23a7f44ce8c9f66f99e3f7309987514fefe24..28326284946469a06f64a9787752405e79b0341d 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 62528b8979a766bbaacef3f1e26a093c899aabef..84467e9c63d397502063847edbca6ae05fda7b5a 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 663bb9fa9a5847d2279eaf4c3cce6af50436cf9d..efc734ead8e7e0f5d5a70624711312b603491e35 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 03ee9000923e3fc324abc8c7037e39e44cdbd3cc..3f444a92e02eb3fb8d9c5641f3f03298bf4252d8 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 84cfd6ede27d19cb81e07e0ebc38e40cfd443c47..25b7103dc01cea832bb7c0c9130aaebfe0165657 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 b4d622767c9bf9719c2fc7492170b377ff6672fd..1c539e57d59a61a05b95447bc046dabd08c98035 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 57eda4b2f1f261022fec37f867b68c6419671134..1e4a57a160fdfa3eedc60bb3c626401c135f2ec8 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 12a0b6193132d4dc1177b77a87b2981f1c125d43..b17696516ff067a5a585a7e899b60a4729090af7 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 46247d57343483a41b7c136fcd17e32156e4fbb2..b286acb0b8f1f67015df0e715bb49baa95581432 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 165db771e35df4aee7d33d07c5c96b2bf1d9f5d8..071cec1c57acdaf8e85a1d5932ac2b386266f37f 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 6ce305ea872f0c2712cc8da5ea57266279757953..a826c1c024fb9f1233dcacc27d97e1ad10fdcd60 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 5b4a6c44b18d6dfc745e3dfa1def98caa0a09d6a..24edb05cca8998c2b2b778211134416a70d18429 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 d5efc762d873ed01a35fa4976aa881630ed7b400..5be5cd558491dee7d89ca0f5414dc371090eb0eb 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 4701009c3970314523f5ca638b617ec4d8f05988..7406f3b37f1c7032d7cd36463dbff53624f6bde2 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 115f77d74d8ff4ab7a8fe01b130b22e10afc70a6..f7593d003a9769a86e9d2c6be910fff5acf98b24 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 1bf70f8d6a7e1096609accb0d401c60d0ecde556..b8e101435182048475f67029a6da5a9ea43c9559 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 dc939250f18499333e31d0cb2055a9ed75f97794..4b7a66469c26a3804d9bd7486f4691004caf4d54 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 5f6ee65eaadd97d68634aa25755123d0b13330b9..b71d31d0454f9c190f39723d7a8ab4e9de9dc61d 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.