diff options
author | Nathanael Nerode <neroden@gcc.gnu.org> | 2003-06-16 11:30:25 +0000 |
---|---|---|
committer | Nathanael Nerode <neroden@gcc.gnu.org> | 2003-06-16 11:30:25 +0000 |
commit | 5e6908ea232feaf06ff950b207fd9f94f219bb73 (patch) | |
tree | bbac4c43776433cc04b926a52d0867d5d8e75cfe /gcc/toplev.c | |
parent | 3ff5ef1b59c240e0d3598f5e704657b0221c1931 (diff) | |
download | gcc-5e6908ea232feaf06ff950b207fd9f94f219bb73.zip gcc-5e6908ea232feaf06ff950b207fd9f94f219bb73.tar.gz gcc-5e6908ea232feaf06ff950b207fd9f94f219bb73.tar.bz2 |
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
Diffstat (limited to 'gcc/toplev.c')
-rw-r--r-- | gcc/toplev.c | 2 |
1 files changed, 1 insertions, 1 deletions
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. |