summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--gcc/ChangeLog8
-rw-r--r--gcc/convert.c2
-rw-r--r--gcc/dwarf2out.c2
-rw-r--r--gcc/dwarfout.c2
-rw-r--r--gcc/emit-rtl.c2
-rw-r--r--gcc/function.c2
-rw-r--r--gcc/integrate.h2
-rw-r--r--gcc/lists.c2
-rw-r--r--gcc/loop.h2
-rw-r--r--gcc/machmode.h2
-rw-r--r--gcc/print-rtl.c2
-rw-r--r--gcc/print-tree.c2
-rw-r--r--gcc/read-rtl.c2
-rw-r--r--gcc/rtl-error.c2
-rw-r--r--gcc/rtl.h2
-rw-r--r--gcc/ssa.h2
-rw-r--r--gcc/stmt.c2
-rw-r--r--gcc/toplev.c2
-rw-r--r--gcc/tree.def2
19 files changed, 26 insertions, 18 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog
index 0b7d523c0a4..beb0382d392 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 4ac23a7f44c..28326284946 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 62528b8979a..84467e9c63d 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 663bb9fa9a5..efc734ead8e 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 03ee9000923..3f444a92e02 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 84cfd6ede27..25b7103dc01 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 b4d622767c9..1c539e57d59 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 57eda4b2f1f..1e4a57a160f 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 12a0b619313..b17696516ff 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 46247d57343..b286acb0b8f 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 165db771e35..071cec1c57a 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 6ce305ea872..a826c1c024f 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 5b4a6c44b18..24edb05cca8 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 d5efc762d87..5be5cd55849 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>
diff --git a/gcc/rtl.h b/gcc/rtl.h
index 4701009c397..7406f3b37f1 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 115f77d74d8..f7593d003a9 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 <oldham@codesourcery.com>.
diff --git a/gcc/stmt.c b/gcc/stmt.c
index 1bf70f8d6a7..b8e10143518 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 dc939250f18..4b7a66469c2 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 5f6ee65eaad..b71d31d0454 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.