From 5e6908ea232feaf06ff950b207fd9f94f219bb73 Mon Sep 17 00:00:00 2001 From: Nathanael Nerode Date: Mon, 16 Jun 2003 11:30:25 +0000 Subject: [PATCH] convert.c, [...]: Replace overly specific references to "GNU C" and "GNU C Compiler" with... * 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 --- gcc/ChangeLog | 8 ++++++++ gcc/convert.c | 2 +- gcc/dwarf2out.c | 2 +- gcc/dwarfout.c | 2 +- gcc/emit-rtl.c | 2 +- gcc/function.c | 2 +- gcc/integrate.h | 2 +- gcc/lists.c | 2 +- gcc/loop.h | 2 +- gcc/machmode.h | 2 +- gcc/print-rtl.c | 2 +- gcc/print-tree.c | 2 +- gcc/read-rtl.c | 2 +- gcc/rtl-error.c | 2 +- gcc/rtl.h | 2 +- gcc/ssa.h | 2 +- gcc/stmt.c | 2 +- gcc/toplev.c | 2 +- gcc/tree.def | 2 +- 19 files changed, 26 insertions(+), 18 deletions(-) diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 0b7d523c0a41..beb0382d3924 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,11 @@ +2003-06-16 Nathanael Nerode + + * 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 * (REG_CLASS_FROM_CONSTRAINT): Only define if not already defined. diff --git a/gcc/convert.c b/gcc/convert.c index 4ac23a7f44ce..283262849464 100644 --- a/gcc/convert.c +++ b/gcc/convert.c @@ -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. diff --git a/gcc/dwarf2out.c b/gcc/dwarf2out.c index 62528b8979a7..84467e9c63d3 100644 --- a/gcc/dwarf2out.c +++ b/gcc/dwarf2out.c @@ -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). diff --git a/gcc/dwarfout.c b/gcc/dwarfout.c index 663bb9fa9a58..efc734ead8e7 100644 --- a/gcc/dwarfout.c +++ b/gcc/dwarfout.c @@ -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. diff --git a/gcc/emit-rtl.c b/gcc/emit-rtl.c index 03ee9000923e..3f444a92e02e 100644 --- a/gcc/emit-rtl.c +++ b/gcc/emit-rtl.c @@ -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. diff --git a/gcc/function.c b/gcc/function.c index 84cfd6ede27d..25b7103dc01c 100644 --- a/gcc/function.c +++ b/gcc/function.c @@ -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. diff --git a/gcc/integrate.h b/gcc/integrate.h index b4d622767c9b..1c539e57d59a 100644 --- a/gcc/integrate.h +++ b/gcc/integrate.h @@ -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. diff --git a/gcc/lists.c b/gcc/lists.c index 57eda4b2f1f2..1e4a57a160fd 100644 --- a/gcc/lists.c +++ b/gcc/lists.c @@ -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. diff --git a/gcc/loop.h b/gcc/loop.h index 12a0b6193132..b17696516ff0 100644 --- a/gcc/loop.h +++ b/gcc/loop.h @@ -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. diff --git a/gcc/machmode.h b/gcc/machmode.h index 46247d573434..b286acb0b8f1 100644 --- a/gcc/machmode.h +++ b/gcc/machmode.h @@ -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. diff --git a/gcc/print-rtl.c b/gcc/print-rtl.c index 165db771e35d..071cec1c57ac 100644 --- a/gcc/print-rtl.c +++ b/gcc/print-rtl.c @@ -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. diff --git a/gcc/print-tree.c b/gcc/print-tree.c index 6ce305ea872f..a826c1c024fb 100644 --- a/gcc/print-tree.c +++ b/gcc/print-tree.c @@ -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. diff --git a/gcc/read-rtl.c b/gcc/read-rtl.c index 5b4a6c44b18d..24edb05cca89 100644 --- a/gcc/read-rtl.c +++ b/gcc/read-rtl.c @@ -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. diff --git a/gcc/rtl-error.c b/gcc/rtl-error.c index d5efc762d873..5be5cd558491 100644 --- a/gcc/rtl-error.c +++ b/gcc/rtl-error.c @@ -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 diff --git a/gcc/rtl.h b/gcc/rtl.h index 4701009c3970..7406f3b37f1c 100644 --- 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. diff --git a/gcc/ssa.h b/gcc/ssa.h index 115f77d74d8f..f7593d003a97 100644 --- 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 . diff --git a/gcc/stmt.c b/gcc/stmt.c index 1bf70f8d6a7e..b8e101435182 100644 --- a/gcc/stmt.c +++ b/gcc/stmt.c @@ -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. diff --git a/gcc/toplev.c b/gcc/toplev.c index dc939250f184..4b7a66469c26 100644 --- a/gcc/toplev.c +++ b/gcc/toplev.c @@ -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. diff --git a/gcc/tree.def b/gcc/tree.def index 5f6ee65eaadd..b71d31d0454f 100644 --- a/gcc/tree.def +++ b/gcc/tree.def @@ -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. -- 2.47.3