diff options
-rw-r--r-- | gcc/ChangeLog | 8 | ||||
-rw-r--r-- | gcc/convert.c | 2 | ||||
-rw-r--r-- | gcc/dwarf2out.c | 2 | ||||
-rw-r--r-- | gcc/dwarfout.c | 2 | ||||
-rw-r--r-- | gcc/emit-rtl.c | 2 | ||||
-rw-r--r-- | gcc/function.c | 2 | ||||
-rw-r--r-- | gcc/integrate.h | 2 | ||||
-rw-r--r-- | gcc/lists.c | 2 | ||||
-rw-r--r-- | gcc/loop.h | 2 | ||||
-rw-r--r-- | gcc/machmode.h | 2 | ||||
-rw-r--r-- | gcc/print-rtl.c | 2 | ||||
-rw-r--r-- | gcc/print-tree.c | 2 | ||||
-rw-r--r-- | gcc/read-rtl.c | 2 | ||||
-rw-r--r-- | gcc/rtl-error.c | 2 | ||||
-rw-r--r-- | gcc/rtl.h | 2 | ||||
-rw-r--r-- | gcc/ssa.h | 2 | ||||
-rw-r--r-- | gcc/stmt.c | 2 | ||||
-rw-r--r-- | gcc/toplev.c | 2 | ||||
-rw-r--r-- | gcc/tree.def | 2 |
19 files changed, 26 insertions, 18 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 0b7d523..beb0382 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -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. diff --git a/gcc/convert.c b/gcc/convert.c index 4ac23a7..2832628 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 62528b8..84467e9 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 663bb9f..efc734e 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 03ee900..3f444a9 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 84cfd6e..25b7103 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 b4d6227..1c539e5 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 57eda4b..1e4a57a 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. @@ -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 46247d5..b286acb 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 165db77..071cec1 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 6ce305e..a826c1c 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 5b4a6c4..24edb05 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 d5efc76..5be5cd5 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 <gdr@codesourcery.com> @@ -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. @@ -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>. @@ -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 dc93925..4b7a664 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 5f6ee65..b71d31d 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. |