mirror of
git://gcc.gnu.org/git/gcc.git
synced 2025-04-16 18:40:57 +08:00
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
This commit is contained in:
parent
3ff5ef1b59
commit
5e6908ea23
@ -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.
|
||||
|
@ -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.
|
||||
|
||||
|
@ -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).
|
||||
|
@ -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.
|
||||
|
@ -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.
|
||||
|
||||
|
@ -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.
|
||||
|
||||
|
@ -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.
|
||||
|
@ -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.
|
||||
|
||||
|
@ -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.
|
||||
|
||||
|
@ -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.
|
||||
|
||||
|
@ -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.
|
||||
|
||||
|
@ -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.
|
||||
|
||||
|
@ -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.
|
||||
|
||||
|
@ -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.
|
||||
|
||||
|
@ -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.
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user