diff options
| author | gerald <gerald@138bc75d-0d04-0410-961f-82ee72b054a4> | 2001-08-22 14:35:51 +0000 | 
|---|---|---|
| committer | gerald <gerald@138bc75d-0d04-0410-961f-82ee72b054a4> | 2001-08-22 14:35:51 +0000 | 
| commit | f12b58b3384f7b4faba39eaa3ebc67c3049f2a3c (patch) | |
| tree | db1805108a9c479ffb8fd77d907c57cd77bfd8bf | |
| parent | 0f5c0729c8920632c8c965f2b40e6e3f6bcfd81e (diff) | |
| download | ppe42-gcc-f12b58b3384f7b4faba39eaa3ebc67c3049f2a3c.tar.gz ppe42-gcc-f12b58b3384f7b4faba39eaa3ebc67c3049f2a3c.zip  | |
	* Makefile.in, alias.c, basic-block.h, bb-reorder.c, bitmap.c,
	bitmap.h, builtin-types.def, builtins.c, builtins.def,
	c-aux-info.c, c-common.c, c-common.def, c-common.h,
	c-convert.c, c-decl.c, c-dump.c, c-dump.h, c-errors.c,
	c-format.c, c-lang.c, c-lex.c, c-lex.h, c-parse.in,
	c-pragma.c, c-pragma.h, c-semantics.c, c-tree.h, c-typeck.c,
	caller-save.c, calls.c, collect2.c, collect2.h, combine.c,
	conditions.h, config.gcc, configure.frag, configure.in,
	conflict.c, convert.c, convert.h, cppspec.c, crtstuff.c,
	cse.c, cselib.c, cselib.h, dbxout.c, dbxout.h, defaults.h,
	dependence.c, df.c, df.h, diagnostic.c, diagnostic.h,
	doloop.c, dominance.c, dwarf.h, dwarf2.h, dwarf2asm.c,
	dwarf2asm.h, dwarf2out.c, dwarf2out.h, dwarfout.c,
	emit-rtl.c, errors.c, errors.h, except.c, except.h,
	exgettext, explow.c, expmed.c, expr.c, expr.h, final.c,
	fixproto, flags.h, flow.c, fold-const.c, fp-test.c,
	function.c, function.h, gbl-ctors.h, gcc.c, gcc.h, gcc.hlp,
	gccspec.c, gcov-io.h, gcse.c, genattr.c, genattrtab.c,
	gencheck.c, gencodes.c, genconfig.c, genemit.c,
	genextract.c, genflags.c, gengenrtl.c, genmultilib,
	genopinit.c, genoutput.c, genpeep.c, genrecog.c,
	gensupport.c, gensupport.h, ggc-callbacks.c, ggc-common.c,
	ggc-none.c, ggc-page.c, ggc-simple.c, ggc.h, global.c,
	graph.c, graph.h, gthr-aix.h, gthr-dce.h, gthr-posix.h,
	gthr-rtems.h, gthr-single.h, gthr-solaris.h, gthr-vxworks.h,
	gthr-win32.h, gthr.h, haifa-sched.c, halfpic.c, halfpic.h,
	hard-reg-set.h, hwint.h, ifcvt.c, input.h, insn-addr.h,
	integrate.c, integrate.h, jump.c, lcm.c, libgcc2.c,
	libgcc2.h, lists.c, local-alloc.c, loop.c, loop.h,
	machmode.def, machmode.h, main.c, mbchar.c, mbchar.h,
	mips-tdump.c, mips-tfile.c, mklibgcc.in, mkmap-flat.awk,
	mkmap-symver.awk, optabs.c, output.h, params.c, params.def,
	params.h, predict.c, predict.def, predict.h, prefix.c,
	prefix.h, print-rtl.c, print-tree.c, profile.c, protoize.c,
	read-rtl.c, real.c, real.h, recog.c, recog.h, reg-stack.c,
	regclass.c, regmove.c, regrename.c, regs.h, reload.c,
	reload.h, reload1.c, reorg.c, resource.c, resource.h, rtl.c,
	rtl.def, rtl.h, rtlanal.c, sbitmap.c, sbitmap.h,
	sched-deps.c, sched-ebb.c, sched-int.h, sched-rgn.c,
	sched-vis.c, sdbout.c, sdbout.h, sibcall.c, simplify-rtx.c,
	ssa-ccp.c, ssa-dce.c, ssa.c, ssa.h, stmt.c, stor-layout.c,
	stringpool.c, system.h, timevar.c, timevar.def, timevar.h,
	tlink.c, toplev.c, toplev.h, tree.c, tree.def, tree.h,
	tsystem.h, unroll.c, unwind-dw2-fde.c, unwind-dw2-fde.h,
	unwind-dw2.c, unwind-pe.h, unwind-sjlj.c, unwind.h,
	unwind.inc, varasm.c, varray.c, varray.h, xcoffout.c,
	xcoffout.h: replace "GNU CC" with "GCC".
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@45105 138bc75d-0d04-0410-961f-82ee72b054a4
226 files changed, 2602 insertions, 2552 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog index b69b58d0e11..66ff76ddc7c 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,53 @@ +2001-08-22  Lars Brinkhoff  <lars@nocrew.org> + +	* Makefile.in, alias.c, basic-block.h, bb-reorder.c, bitmap.c, +	bitmap.h, builtin-types.def, builtins.c, builtins.def, +	c-aux-info.c, c-common.c, c-common.def, c-common.h, +	c-convert.c, c-decl.c, c-dump.c, c-dump.h, c-errors.c, +	c-format.c, c-lang.c, c-lex.c, c-lex.h, c-parse.in, +	c-pragma.c, c-pragma.h, c-semantics.c, c-tree.h, c-typeck.c, +	caller-save.c, calls.c, collect2.c, collect2.h, combine.c, +	conditions.h, config.gcc, configure.frag, configure.in, +	conflict.c, convert.c, convert.h, cppspec.c, crtstuff.c, +	cse.c, cselib.c, cselib.h, dbxout.c, dbxout.h, defaults.h, +	dependence.c, df.c, df.h, diagnostic.c, diagnostic.h, +	doloop.c, dominance.c, dwarf.h, dwarf2.h, dwarf2asm.c, +	dwarf2asm.h, dwarf2out.c, dwarf2out.h, dwarfout.c, +	emit-rtl.c, errors.c, errors.h, except.c, except.h, +	exgettext, explow.c, expmed.c, expr.c, expr.h, final.c, +	fixproto, flags.h, flow.c, fold-const.c, fp-test.c, +	function.c, function.h, gbl-ctors.h, gcc.c, gcc.h, gcc.hlp, +	gccspec.c, gcov-io.h, gcse.c, genattr.c, genattrtab.c, +	gencheck.c, gencodes.c, genconfig.c, genemit.c, +	genextract.c, genflags.c, gengenrtl.c, genmultilib, +	genopinit.c, genoutput.c, genpeep.c, genrecog.c, +	gensupport.c, gensupport.h, ggc-callbacks.c, ggc-common.c, +	ggc-none.c, ggc-page.c, ggc-simple.c, ggc.h, global.c, +	graph.c, graph.h, gthr-aix.h, gthr-dce.h, gthr-posix.h, +	gthr-rtems.h, gthr-single.h, gthr-solaris.h, gthr-vxworks.h, +	gthr-win32.h, gthr.h, haifa-sched.c, halfpic.c, halfpic.h, +	hard-reg-set.h, hwint.h, ifcvt.c, input.h, insn-addr.h, +	integrate.c, integrate.h, jump.c, lcm.c, libgcc2.c, +	libgcc2.h, lists.c, local-alloc.c, loop.c, loop.h, +	machmode.def, machmode.h, main.c, mbchar.c, mbchar.h, +	mips-tdump.c, mips-tfile.c, mklibgcc.in, mkmap-flat.awk, +	mkmap-symver.awk, optabs.c, output.h, params.c, params.def, +	params.h, predict.c, predict.def, predict.h, prefix.c, +	prefix.h, print-rtl.c, print-tree.c, profile.c, protoize.c, +	read-rtl.c, real.c, real.h, recog.c, recog.h, reg-stack.c, +	regclass.c, regmove.c, regrename.c, regs.h, reload.c, +	reload.h, reload1.c, reorg.c, resource.c, resource.h, rtl.c, +	rtl.def, rtl.h, rtlanal.c, sbitmap.c, sbitmap.h, +	sched-deps.c, sched-ebb.c, sched-int.h, sched-rgn.c, +	sched-vis.c, sdbout.c, sdbout.h, sibcall.c, simplify-rtx.c, +	ssa-ccp.c, ssa-dce.c, ssa.c, ssa.h, stmt.c, stor-layout.c, +	stringpool.c, system.h, timevar.c, timevar.def, timevar.h, +	tlink.c, toplev.c, toplev.h, tree.c, tree.def, tree.h, +	tsystem.h, unroll.c, unwind-dw2-fde.c, unwind-dw2-fde.h, +	unwind-dw2.c, unwind-pe.h, unwind-sjlj.c, unwind.h, +	unwind.inc, varasm.c, varray.c, varray.h, xcoffout.c, +	xcoffout.h: replace "GNU CC" with "GCC". +  2001-08-21  Richard Henderson  <rth@redhat.com>  	* final.c (LABEL_ALIGN_AFTER_BARRIER): Default to no alignment. diff --git a/gcc/Makefile.in b/gcc/Makefile.in index a1069e9b669..90a1834a30f 100644 --- a/gcc/Makefile.in +++ b/gcc/Makefile.in @@ -2,20 +2,20 @@  #   Copyright (C) 1987, 1988, 1990, 1991, 1992, 1993, 1994, 1995  #   1996, 1997, 1998, 1999, 2000, 2001 Free Software Foundation, Inc. -#This file is part of GNU CC. +#This file is part of GCC. -#GNU CC is free software; you can redistribute it and/or modify +#GCC is free software; you can redistribute it and/or modify  #it under the terms of the GNU General Public License as published by  #the Free Software Foundation; either version 2, or (at your option)  #any later version. -#GNU CC is distributed in the hope that it will be useful, +#GCC is distributed in the hope that it will be useful,  #but WITHOUT ANY WARRANTY; without even the implied warranty of  #MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the  #GNU General Public License for more details.  #You should have received a copy of the GNU General Public License -#along with GNU CC; see the file COPYING.  If not, write to +#along with GCC; see the file COPYING.  If not, write to  #the Free Software Foundation, 59 Temple Place - Suite 330,  #Boston MA 02111-1307, USA. diff --git a/gcc/alias.c b/gcc/alias.c index a79589f0dcc..d8e9d42e3b3 100644 --- a/gcc/alias.c +++ b/gcc/alias.c @@ -2,22 +2,22 @@     Copyright (C) 1997, 1998, 1999, 2000, 2001 Free Software Foundation, Inc.     Contributed by John Carr (jfc@mit.edu). -This file is part of GNU CC. +This file is part of GCC. -GNU CC is free software; you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by -the Free Software Foundation; either version 2, or (at your option) -any later version. +GCC is free software; you can redistribute it and/or modify it under +the terms of the GNU General Public License as published by the Free +Software Foundation; either version 2, or (at your option) any later +version. -GNU CC is distributed in the hope that it will be useful, -but WITHOUT ANY WARRANTY; without even the implied warranty of -MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the -GNU General Public License for more details. +GCC is distributed in the hope that it will be useful, but WITHOUT ANY +WARRANTY; without even the implied warranty of MERCHANTABILITY or +FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License +for more details.  You should have received a copy of the GNU General Public License -along with GNU CC; see the file COPYING.  If not, write to -the Free Software Foundation, 59 Temple Place - Suite 330, -Boston, MA 02111-1307, USA.  */ +along with GCC; see the file COPYING.  If not, write to the Free +Software Foundation, 59 Temple Place - Suite 330, Boston, MA +02111-1307, USA.  */  #include "config.h"  #include "system.h" diff --git a/gcc/basic-block.h b/gcc/basic-block.h index 83c4eb4eb20..6bd80a2de3f 100644 --- a/gcc/basic-block.h +++ b/gcc/basic-block.h @@ -1,22 +1,22 @@  /* Define control and data flow tables, and regsets.     Copyright (C) 1987, 1997, 1998, 1999, 2000, 2001 Free Software Foundation, Inc. -This file is part of GNU CC. +This file is part of GCC. -GNU CC is free software; you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by -the Free Software Foundation; either version 2, or (at your option) -any later version. +GCC is free software; you can redistribute it and/or modify it under +the terms of the GNU General Public License as published by the Free +Software Foundation; either version 2, or (at your option) any later +version. -GNU CC is distributed in the hope that it will be useful, -but WITHOUT ANY WARRANTY; without even the implied warranty of -MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the -GNU General Public License for more details. +GCC is distributed in the hope that it will be useful, but WITHOUT ANY +WARRANTY; without even the implied warranty of MERCHANTABILITY or +FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License +for more details.  You should have received a copy of the GNU General Public License -along with GNU CC; see the file COPYING.  If not, write to -the Free Software Foundation, 59 Temple Place - Suite 330, -Boston, MA 02111-1307, USA.  */ +along with GCC; see the file COPYING.  If not, write to the Free +Software Foundation, 59 Temple Place - Suite 330, Boston, MA +02111-1307, USA.  */  #ifndef GCC_BASIC_BLOCK_H  #define GCC_BASIC_BLOCK_H diff --git a/gcc/bb-reorder.c b/gcc/bb-reorder.c index ffbc4506764..c75ac96988c 100644 --- a/gcc/bb-reorder.c +++ b/gcc/bb-reorder.c @@ -1,22 +1,22 @@  /* Basic block reordering routines for the GNU compiler.     Copyright (C) 2000 Free Software Foundation, Inc. -   This file is part of GNU CC. +   This file is part of GCC. -   GNU CC is free software; you can redistribute it and/or modify -   it under the terms of the GNU General Public License as published by +   GCC is free software; you can redistribute it and/or modify it +   under the terms of the GNU General Public License as published by     the Free Software Foundation; either version 2, or (at your option)     any later version. -   GNU CC is distributed in the hope that it will be useful, -   but WITHOUT ANY WARRANTY; without even the implied warranty of -   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the -   GNU General Public License for more details. +   GCC is distributed in the hope that it will be useful, but WITHOUT +   ANY WARRANTY; without even the implied warranty of MERCHANTABILITY +   or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public +   License for more details.     You should have received a copy of the GNU General Public License -   along with GNU CC; see the file COPYING.  If not, write to -   the Free Software Foundation, 59 Temple Place - Suite 330, -   Boston, MA 02111-1307, USA.  */ +   along with GCC; see the file COPYING.  If not, write to the Free +   Software Foundation, 59 Temple Place - Suite 330, Boston, MA +   02111-1307, USA.  */  /* References: diff --git a/gcc/bitmap.c b/gcc/bitmap.c index 078b596b38b..33cc535fe0b 100644 --- a/gcc/bitmap.c +++ b/gcc/bitmap.c @@ -1,22 +1,22 @@  /* Functions to support general ended bitmaps.     Copyright (C) 1997, 1998, 1999, 2000, 2001 Free Software Foundation, Inc. -This file is part of GNU CC. +This file is part of GCC. -GNU CC is free software; you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by -the Free Software Foundation; either version 2, or (at your option) -any later version. +GCC is free software; you can redistribute it and/or modify it under +the terms of the GNU General Public License as published by the Free +Software Foundation; either version 2, or (at your option) any later +version. -GNU CC is distributed in the hope that it will be useful, -but WITHOUT ANY WARRANTY; without even the implied warranty of -MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the -GNU General Public License for more details. +GCC is distributed in the hope that it will be useful, but WITHOUT ANY +WARRANTY; without even the implied warranty of MERCHANTABILITY or +FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License +for more details.  You should have received a copy of the GNU General Public License -along with GNU CC; see the file COPYING.  If not, write to -the Free Software Foundation, 59 Temple Place - Suite 330, -Boston, MA 02111-1307, USA.  */ +along with GCC; see the file COPYING.  If not, write to the Free +Software Foundation, 59 Temple Place - Suite 330, Boston, MA +02111-1307, USA.  */  #include "config.h"  #include "system.h" diff --git a/gcc/bitmap.h b/gcc/bitmap.h index 0d11d40c38e..d1e410facb6 100644 --- a/gcc/bitmap.h +++ b/gcc/bitmap.h @@ -1,22 +1,22 @@  /* Functions to support general ended bitmaps.     Copyright (C) 1997, 1998, 1999, 2000, 2001 Free Software Foundation, Inc. -This file is part of GNU CC. +This file is part of GCC. -GNU CC is free software; you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by -the Free Software Foundation; either version 2, or (at your option) -any later version. +GCC is free software; you can redistribute it and/or modify it under +the terms of the GNU General Public License as published by the Free +Software Foundation; either version 2, or (at your option) any later +version. -GNU CC is distributed in the hope that it will be useful, -but WITHOUT ANY WARRANTY; without even the implied warranty of -MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the -GNU General Public License for more details. +GCC is distributed in the hope that it will be useful, but WITHOUT ANY +WARRANTY; without even the implied warranty of MERCHANTABILITY or +FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License +for more details.  You should have received a copy of the GNU General Public License -along with GNU CC; see the file COPYING.  If not, write to -the Free Software Foundation, 59 Temple Place - Suite 330, -Boston, MA 02111-1307, USA.  */ +along with GCC; see the file COPYING.  If not, write to the Free +Software Foundation, 59 Temple Place - Suite 330, Boston, MA +02111-1307, USA.  */  #ifndef GCC_BITMAP_H  #define GCC_BITMAP_H  diff --git a/gcc/builtin-types.def b/gcc/builtin-types.def index dd5c5aebddc..78f4748d6be 100644 --- a/gcc/builtin-types.def +++ b/gcc/builtin-types.def @@ -1,21 +1,21 @@  /* Copyright (C) 2001 Free Software Foundation, Inc. -This file is part of GNU CC. +This file is part of GCC. -GNU CC is free software; you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by -the Free Software Foundation; either version 2, or (at your option) -any later version. +GCC is free software; you can redistribute it and/or modify it under +the terms of the GNU General Public License as published by the Free +Software Foundation; either version 2, or (at your option) any later +version. -GNU CC is distributed in the hope that it will be useful, -but WITHOUT ANY WARRANTY; without even the implied warranty of -MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the -GNU General Public License for more details. +GCC is distributed in the hope that it will be useful, but WITHOUT ANY +WARRANTY; without even the implied warranty of MERCHANTABILITY or +FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License +for more details.  You should have received a copy of the GNU General Public License -along with GNU CC; see the file COPYING.  If not, write to -the Free Software Foundation, 59 Temple Place - Suite 330, -Boston, MA 02111-1307, USA.  */ +along with GCC; see the file COPYING.  If not, write to the Free +Software Foundation, 59 Temple Place - Suite 330, Boston, MA +02111-1307, USA.  */  /* This header provides a declaritive way of describing the types that     are used when declaring builtin functions. diff --git a/gcc/builtins.c b/gcc/builtins.c index a6ebae57b33..3b12b38cd23 100644 --- a/gcc/builtins.c +++ b/gcc/builtins.c @@ -2,22 +2,22 @@     Copyright (C) 1988, 1992, 1993, 1994, 1995, 1996, 1997, 1998,     1999, 2000, 2001 Free Software Foundation, Inc. -This file is part of GNU CC. +This file is part of GCC. -GNU CC is free software; you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by -the Free Software Foundation; either version 2, or (at your option) -any later version. +GCC is free software; you can redistribute it and/or modify it under +the terms of the GNU General Public License as published by the Free +Software Foundation; either version 2, or (at your option) any later +version. -GNU CC is distributed in the hope that it will be useful, -but WITHOUT ANY WARRANTY; without even the implied warranty of -MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the -GNU General Public License for more details. +GCC is distributed in the hope that it will be useful, but WITHOUT ANY +WARRANTY; without even the implied warranty of MERCHANTABILITY or +FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License +for more details.  You should have received a copy of the GNU General Public License -along with GNU CC; see the file COPYING.  If not, write to -the Free Software Foundation, 59 Temple Place - Suite 330, -Boston, MA 02111-1307, USA.  */ +along with GCC; see the file COPYING.  If not, write to the Free +Software Foundation, 59 Temple Place - Suite 330, Boston, MA +02111-1307, USA.  */  #include "config.h"  #include "system.h" diff --git a/gcc/builtins.def b/gcc/builtins.def index 78fe18faa95..c1426e7edd2 100644 --- a/gcc/builtins.def +++ b/gcc/builtins.def @@ -2,22 +2,22 @@     builtins used in the GNU compiler.     Copyright (C) 2000, 2001 Free Software Foundation, Inc. -This file is part of GNU CC. +This file is part of GCC. -GNU CC is free software; you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by -the Free Software Foundation; either version 2, or (at your option) -any later version. +GCC is free software; you can redistribute it and/or modify it under +the terms of the GNU General Public License as published by the Free +Software Foundation; either version 2, or (at your option) any later +version. -GNU CC is distributed in the hope that it will be useful, -but WITHOUT ANY WARRANTY; without even the implied warranty of -MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the -GNU General Public License for more details. +GCC is distributed in the hope that it will be useful, but WITHOUT ANY +WARRANTY; without even the implied warranty of MERCHANTABILITY or +FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License +for more details.  You should have received a copy of the GNU General Public License -along with GNU CC; see the file COPYING.  If not, write to -the Free Software Foundation, 59 Temple Place - Suite 330, -Boston, MA 02111-1307, USA.  */ +along with GCC; see the file COPYING.  If not, write to the Free +Software Foundation, 59 Temple Place - Suite 330, Boston, MA +02111-1307, USA.  */  /* Before including this file, you should define a macro: diff --git a/gcc/c-aux-info.c b/gcc/c-aux-info.c index 8cff76ef7e6..ee9c5165815 100644 --- a/gcc/c-aux-info.c +++ b/gcc/c-aux-info.c @@ -5,22 +5,22 @@     1999, 2000 Free Software Foundation, Inc.     Contributed by Ron Guilmette (rfg@segfault.us.com). -This file is part of GNU CC. +This file is part of GCC. -GNU CC is free software; you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by -the Free Software Foundation; either version 2, or (at your option) -any later version. +GCC is free software; you can redistribute it and/or modify it under +the terms of the GNU General Public License as published by the Free +Software Foundation; either version 2, or (at your option) any later +version. -GNU CC is distributed in the hope that it will be useful, -but WITHOUT ANY WARRANTY; without even the implied warranty of -MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the -GNU General Public License for more details. +GCC is distributed in the hope that it will be useful, but WITHOUT ANY +WARRANTY; without even the implied warranty of MERCHANTABILITY or +FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License +for more details.  You should have received a copy of the GNU General Public License -along with GNU CC; see the file COPYING.  If not, write to -the Free Software Foundation, 59 Temple Place - Suite 330, -Boston, MA 02111-1307, USA.  */ +along with GCC; see the file COPYING.  If not, write to the Free +Software Foundation, 59 Temple Place - Suite 330, Boston, MA +02111-1307, USA.  */  #include "config.h"  #include "system.h" diff --git a/gcc/c-common.c b/gcc/c-common.c index dc5ff8fdad1..8fe6e53127c 100644 --- a/gcc/c-common.c +++ b/gcc/c-common.c @@ -2,22 +2,22 @@     Copyright (C) 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001     Free Software Foundation, Inc. -This file is part of GNU CC. +This file is part of GCC. -GNU CC is free software; you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by -the Free Software Foundation; either version 2, or (at your option) -any later version. +GCC is free software; you can redistribute it and/or modify it under +the terms of the GNU General Public License as published by the Free +Software Foundation; either version 2, or (at your option) any later +version. -GNU CC is distributed in the hope that it will be useful, -but WITHOUT ANY WARRANTY; without even the implied warranty of -MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the -GNU General Public License for more details. +GCC is distributed in the hope that it will be useful, but WITHOUT ANY +WARRANTY; without even the implied warranty of MERCHANTABILITY or +FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License +for more details.  You should have received a copy of the GNU General Public License -along with GNU CC; see the file COPYING.  If not, write to -the Free Software Foundation, 59 Temple Place - Suite 330, -Boston, MA 02111-1307, USA.  */ +along with GCC; see the file COPYING.  If not, write to the Free +Software Foundation, 59 Temple Place - Suite 330, Boston, MA +02111-1307, USA.  */  #include "config.h"  #include "system.h" diff --git a/gcc/c-common.def b/gcc/c-common.def index b262dd76385..5d2805d3f74 100644 --- a/gcc/c-common.def +++ b/gcc/c-common.def @@ -5,22 +5,22 @@     1999, 2000 Free Software Foundation, Inc.     Written by Benjamin Chelf <chelf@codesourcery.com> -This file is part of GNU CC. +This file is part of GCC. -GNU CC is free software; you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by -the Free Software Foundation; either version 2, or (at your option) -any later version. +GCC is free software; you can redistribute it and/or modify it under +the terms of the GNU General Public License as published by the Free +Software Foundation; either version 2, or (at your option) any later +version. -GNU CC is distributed in the hope that it will be useful, -but WITHOUT ANY WARRANTY; without even the implied warranty of -MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the -GNU General Public License for more details. +GCC is distributed in the hope that it will be useful, but WITHOUT ANY +WARRANTY; without even the implied warranty of MERCHANTABILITY or +FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License +for more details.  You should have received a copy of the GNU General Public License -along with GNU CC; see the file COPYING.  If not, write to -the Free Software Foundation, 59 Temple Place - Suite 330, -Boston, MA 02111-1307, USA.  */ +along with GCC; see the file COPYING.  If not, write to the Free +Software Foundation, 59 Temple Place - Suite 330, Boston, MA +02111-1307, USA.  */  /* Tree nodes relevent to both C and C++. These were originally in  cp-tree.def in the cp subdir. */ diff --git a/gcc/c-common.h b/gcc/c-common.h index edd086899c9..2b245601979 100644 --- a/gcc/c-common.h +++ b/gcc/c-common.h @@ -2,22 +2,22 @@     Copyright (C) 1987, 1993, 1994, 1995, 1997, 1998,     1999, 2000, 2001 Free Software Foundation, Inc. -This file is part of GNU CC. +This file is part of GCC. -GNU CC is free software; you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by -the Free Software Foundation; either version 2, or (at your option) -any later version. +GCC is free software; you can redistribute it and/or modify it under +the terms of the GNU General Public License as published by the Free +Software Foundation; either version 2, or (at your option) any later +version. -GNU CC is distributed in the hope that it will be useful, -but WITHOUT ANY WARRANTY; without even the implied warranty of -MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the -GNU General Public License for more details. +GCC is distributed in the hope that it will be useful, but WITHOUT ANY +WARRANTY; without even the implied warranty of MERCHANTABILITY or +FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License +for more details.  You should have received a copy of the GNU General Public License -along with GNU CC; see the file COPYING.  If not, write to -the Free Software Foundation, 59 Temple Place - Suite 330, -Boston, MA 02111-1307, USA.  */ +along with GCC; see the file COPYING.  If not, write to the Free +Software Foundation, 59 Temple Place - Suite 330, Boston, MA +02111-1307, USA.  */  #ifndef GCC_C_COMMON_H  #define GCC_C_COMMON_H diff --git a/gcc/c-convert.c b/gcc/c-convert.c index 6585f3cb4f6..82b69102878 100644 --- a/gcc/c-convert.c +++ b/gcc/c-convert.c @@ -1,22 +1,22 @@  /* Language-level data type conversion for GNU C.     Copyright (C) 1987, 1988, 1991, 1998 Free Software Foundation, Inc. -This file is part of GNU CC. +This file is part of GCC. -GNU CC is free software; you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by -the Free Software Foundation; either version 2, or (at your option) -any later version. +GCC is free software; you can redistribute it and/or modify it under +the terms of the GNU General Public License as published by the Free +Software Foundation; either version 2, or (at your option) any later +version. -GNU CC is distributed in the hope that it will be useful, -but WITHOUT ANY WARRANTY; without even the implied warranty of -MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the -GNU General Public License for more details. +GCC is distributed in the hope that it will be useful, but WITHOUT ANY +WARRANTY; without even the implied warranty of MERCHANTABILITY or +FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License +for more details.  You should have received a copy of the GNU General Public License -along with GNU CC; see the file COPYING.  If not, write to -the Free Software Foundation, 59 Temple Place - Suite 330, -Boston, MA 02111-1307, USA.  */ +along with GCC; see the file COPYING.  If not, write to the Free +Software Foundation, 59 Temple Place - Suite 330, Boston, MA +02111-1307, USA.  */  /* This file contains the functions for converting C expressions diff --git a/gcc/c-decl.c b/gcc/c-decl.c index 490d96c99d8..b81b38b2141 100644 --- a/gcc/c-decl.c +++ b/gcc/c-decl.c @@ -2,22 +2,22 @@     Copyright (C) 1988, 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2000,     2001 Free Software Foundation, Inc. -This file is part of GNU CC. +This file is part of GCC. -GNU CC is free software; you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by -the Free Software Foundation; either version 2, or (at your option) -any later version. +GCC is free software; you can redistribute it and/or modify it under +the terms of the GNU General Public License as published by the Free +Software Foundation; either version 2, or (at your option) any later +version. -GNU CC is distributed in the hope that it will be useful, -but WITHOUT ANY WARRANTY; without even the implied warranty of -MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the -GNU General Public License for more details. +GCC is distributed in the hope that it will be useful, but WITHOUT ANY +WARRANTY; without even the implied warranty of MERCHANTABILITY or +FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License +for more details.  You should have received a copy of the GNU General Public License -along with GNU CC; see the file COPYING.  If not, write to -the Free Software Foundation, 59 Temple Place - Suite 330, -Boston, MA 02111-1307, USA.  */ +along with GCC; see the file COPYING.  If not, write to the Free +Software Foundation, 59 Temple Place - Suite 330, Boston, MA +02111-1307, USA.  */  /* Process declarations and symbol lookup for C front end.     Also constructs types; the standard scalar types at initialization, diff --git a/gcc/c-dump.c b/gcc/c-dump.c index 84c99cc8f4d..cb2afb1da1c 100644 --- a/gcc/c-dump.c +++ b/gcc/c-dump.c @@ -2,22 +2,22 @@     Copyright (C) 1999, 2000 Free Software Foundation, Inc.     Written by Mark Mitchell <mark@codesourcery.com> -This file is part of GNU CC. +This file is part of GCC. -GNU CC is free software; you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by -the Free Software Foundation; either version 2, or (at your option) -any later version. +GCC is free software; you can redistribute it and/or modify it under +the terms of the GNU General Public License as published by the Free +Software Foundation; either version 2, or (at your option) any later +version. -GNU CC is distributed in the hope that it will be useful, -but WITHOUT ANY WARRANTY; without even the implied warranty of -MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the -GNU General Public License for more details. +GCC is distributed in the hope that it will be useful, but WITHOUT ANY +WARRANTY; without even the implied warranty of MERCHANTABILITY or +FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License +for more details.  You should have received a copy of the GNU General Public License -along with GNU CC; see the file COPYING.  If not, write to -the Free Software Foundation, 59 Temple Place - Suite 330, -Boston, MA 02111-1307, USA.  */ +along with GCC; see the file COPYING.  If not, write to the Free +Software Foundation, 59 Temple Place - Suite 330, Boston, MA +02111-1307, USA.  */  #include "config.h"  #include "system.h" diff --git a/gcc/c-dump.h b/gcc/c-dump.h index 5daaa37d720..58c327b1777 100644 --- a/gcc/c-dump.h +++ b/gcc/c-dump.h @@ -2,22 +2,22 @@     Copyright (C) 1999, 2000 Free Software Foundation, Inc.     Written by Mark Mitchell <mark@codesourcery.com> -This file is part of GNU CC. +This file is part of GCC. -GNU CC is free software; you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by -the Free Software Foundation; either version 2, or (at your option) -any later version. +GCC is free software; you can redistribute it and/or modify it under +the terms of the GNU General Public License as published by the Free +Software Foundation; either version 2, or (at your option) any later +version. -GNU CC is distributed in the hope that it will be useful, -but WITHOUT ANY WARRANTY; without even the implied warranty of -MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the -GNU General Public License for more details. +GCC is distributed in the hope that it will be useful, but WITHOUT ANY +WARRANTY; without even the implied warranty of MERCHANTABILITY or +FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License +for more details.  You should have received a copy of the GNU General Public License -along with GNU CC; see the file COPYING.  If not, write to -the Free Software Foundation, 59 Temple Place - Suite 330, -Boston, MA 02111-1307, USA.  */ +along with GCC; see the file COPYING.  If not, write to the Free +Software Foundation, 59 Temple Place - Suite 330, Boston, MA +02111-1307, USA.  */  #ifndef GCC_C_DUMP_H  #define GCC_C_DUMP_H diff --git a/gcc/c-errors.c b/gcc/c-errors.c index 562915bb278..30a93d4fe4d 100644 --- a/gcc/c-errors.c +++ b/gcc/c-errors.c @@ -2,22 +2,22 @@     Copyright (C) 2000 Free Software Foundation, Inc.     Contributed by Gabriel Dos Reis <gdr@codesourcery.com> -This file is part of GNU CC. +This file is part of GCC. -GNU CC is free software; you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by -the Free Software Foundation; either version 2, or (at your option) -any later version. +GCC is free software; you can redistribute it and/or modify it under +the terms of the GNU General Public License as published by the Free +Software Foundation; either version 2, or (at your option) any later +version. -GNU CC is distributed in the hope that it will be useful, -but WITHOUT ANY WARRANTY; without even the implied warranty of -MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the -GNU General Public License for more details. +GCC is distributed in the hope that it will be useful, but WITHOUT ANY +WARRANTY; without even the implied warranty of MERCHANTABILITY or +FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License +for more details.  You should have received a copy of the GNU General Public License -along with GNU CC; see the file COPYING.  If not, write to -the Free Software Foundation, 59 Temple Place - Suite 330, -Boston, MA 02111-1307, USA.  */ +along with GCC; see the file COPYING.  If not, write to the Free +Software Foundation, 59 Temple Place - Suite 330, Boston, MA +02111-1307, USA.  */  #include "config.h"  #include "system.h" diff --git a/gcc/c-format.c b/gcc/c-format.c index f0b4caf7a0a..5ca4aceec46 100644 --- a/gcc/c-format.c +++ b/gcc/c-format.c @@ -2,22 +2,22 @@     Copyright (C) 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001     Free Software Foundation, Inc. -This file is part of GNU CC. +This file is part of GCC. -GNU CC is free software; you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by -the Free Software Foundation; either version 2, or (at your option) -any later version. +GCC is free software; you can redistribute it and/or modify it under +the terms of the GNU General Public License as published by the Free +Software Foundation; either version 2, or (at your option) any later +version. -GNU CC is distributed in the hope that it will be useful, -but WITHOUT ANY WARRANTY; without even the implied warranty of -MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the -GNU General Public License for more details. +GCC is distributed in the hope that it will be useful, but WITHOUT ANY +WARRANTY; without even the implied warranty of MERCHANTABILITY or +FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License +for more details.  You should have received a copy of the GNU General Public License -along with GNU CC; see the file COPYING.  If not, write to -the Free Software Foundation, 59 Temple Place - Suite 330, -Boston, MA 02111-1307, USA.  */ +along with GCC; see the file COPYING.  If not, write to the Free +Software Foundation, 59 Temple Place - Suite 330, Boston, MA +02111-1307, USA.  */  #include "config.h"  #include "system.h" diff --git a/gcc/c-lang.c b/gcc/c-lang.c index 3abce8a4955..36d73d29c5e 100644 --- a/gcc/c-lang.c +++ b/gcc/c-lang.c @@ -2,22 +2,22 @@     Copyright (C) 1991, 1995, 1997, 1998,     1999, 2000, 2001 Free Software Foundation, Inc. -This file is part of GNU CC. +This file is part of GCC. -GNU CC is free software; you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by -the Free Software Foundation; either version 2, or (at your option) -any later version. +GCC is free software; you can redistribute it and/or modify it under +the terms of the GNU General Public License as published by the Free +Software Foundation; either version 2, or (at your option) any later +version. -GNU CC is distributed in the hope that it will be useful, -but WITHOUT ANY WARRANTY; without even the implied warranty of -MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the -GNU General Public License for more details. +GCC is distributed in the hope that it will be useful, but WITHOUT ANY +WARRANTY; without even the implied warranty of MERCHANTABILITY or +FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License +for more details.  You should have received a copy of the GNU General Public License -along with GNU CC; see the file COPYING.  If not, write to -the Free Software Foundation, 59 Temple Place - Suite 330, -Boston, MA 02111-1307, USA.  */ +along with GCC; see the file COPYING.  If not, write to the Free +Software Foundation, 59 Temple Place - Suite 330, Boston, MA +02111-1307, USA.  */  #include "config.h" diff --git a/gcc/c-lex.c b/gcc/c-lex.c index c47fb22af58..669bb169e9a 100644 --- a/gcc/c-lex.c +++ b/gcc/c-lex.c @@ -2,22 +2,22 @@     Copyright (C) 1987, 1988, 1989, 1992, 1994, 1995, 1996, 1997     1998, 1999, 2000 Free Software Foundation, Inc. -This file is part of GNU CC. +This file is part of GCC. -GNU CC is free software; you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by -the Free Software Foundation; either version 2, or (at your option) -any later version. +GCC is free software; you can redistribute it and/or modify it under +the terms of the GNU General Public License as published by the Free +Software Foundation; either version 2, or (at your option) any later +version. -GNU CC is distributed in the hope that it will be useful, -but WITHOUT ANY WARRANTY; without even the implied warranty of -MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the -GNU General Public License for more details. +GCC is distributed in the hope that it will be useful, but WITHOUT ANY +WARRANTY; without even the implied warranty of MERCHANTABILITY or +FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License +for more details.  You should have received a copy of the GNU General Public License -along with GNU CC; see the file COPYING.  If not, write to -the Free Software Foundation, 59 Temple Place - Suite 330, -Boston, MA 02111-1307, USA.  */ +along with GCC; see the file COPYING.  If not, write to the Free +Software Foundation, 59 Temple Place - Suite 330, Boston, MA +02111-1307, USA.  */  #include "config.h"  #include "system.h" diff --git a/gcc/c-lex.h b/gcc/c-lex.h index e2929f42625..ac917b5cb5a 100644 --- a/gcc/c-lex.h +++ b/gcc/c-lex.h @@ -1,22 +1,22 @@  /* Define constants for communication with c-parse.y.     Copyright (C) 1987, 1992, 1998, 1999, 2000 Free Software Foundation, Inc. -This file is part of GNU CC. +This file is part of GCC. -GNU CC is free software; you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by -the Free Software Foundation; either version 2, or (at your option) -any later version. +GCC is free software; you can redistribute it and/or modify it under +the terms of the GNU General Public License as published by the Free +Software Foundation; either version 2, or (at your option) any later +version. -GNU CC is distributed in the hope that it will be useful, -but WITHOUT ANY WARRANTY; without even the implied warranty of -MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the -GNU General Public License for more details. +GCC is distributed in the hope that it will be useful, but WITHOUT ANY +WARRANTY; without even the implied warranty of MERCHANTABILITY or +FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License +for more details.  You should have received a copy of the GNU General Public License -along with GNU CC; see the file COPYING.  If not, write to -the Free Software Foundation, 59 Temple Place - Suite 330, -Boston, MA 02111-1307, USA.  */ +along with GCC; see the file COPYING.  If not, write to the Free +Software Foundation, 59 Temple Place - Suite 330, Boston, MA +02111-1307, USA.  */  #ifndef GCC_C_LEX_H  #define GCC_C_LEX_H diff --git a/gcc/c-parse.in b/gcc/c-parse.in index 67c603faf2a..f629c189d72 100644 --- a/gcc/c-parse.in +++ b/gcc/c-parse.in @@ -2,22 +2,22 @@     Copyright (C) 1987, 1988, 1989, 1992, 1993, 1994, 1995, 1996,     1997, 1998, 1999, 2000, 2001 Free Software Foundation, Inc. -This file is part of GNU CC. +This file is part of GCC. -GNU CC is free software; you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by -the Free Software Foundation; either version 2, or (at your option) -any later version. +GCC is free software; you can redistribute it and/or modify it under +the terms of the GNU General Public License as published by the Free +Software Foundation; either version 2, or (at your option) any later +version. -GNU CC is distributed in the hope that it will be useful, -but WITHOUT ANY WARRANTY; without even the implied warranty of -MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the -GNU General Public License for more details. +GCC is distributed in the hope that it will be useful, but WITHOUT ANY +WARRANTY; without even the implied warranty of MERCHANTABILITY or +FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License +for more details.  You should have received a copy of the GNU General Public License -along with GNU CC; see the file COPYING.  If not, write to -the Free Software Foundation, 59 Temple Place - Suite 330, -Boston, MA 02111-1307, USA.  */ +along with GCC; see the file COPYING.  If not, write to the Free +Software Foundation, 59 Temple Place - Suite 330, Boston, MA +02111-1307, USA.  */  /* This file defines the grammar of C and that of Objective C.     ifobjc ... end ifobjc  conditionals contain code for Objective C only. diff --git a/gcc/c-pragma.c b/gcc/c-pragma.c index c30a57b9aa4..31bb29232b6 100644 --- a/gcc/c-pragma.c +++ b/gcc/c-pragma.c @@ -2,22 +2,22 @@     Copyright (C) 1992, 1997, 1998, 1999, 2000, 2001     Free Software Foundation, Inc. -This file is part of GNU CC. +This file is part of GCC. -GNU CC is free software; you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by -the Free Software Foundation; either version 2, or (at your option) -any later version. +GCC is free software; you can redistribute it and/or modify it under +the terms of the GNU General Public License as published by the Free +Software Foundation; either version 2, or (at your option) any later +version. -GNU CC is distributed in the hope that it will be useful, -but WITHOUT ANY WARRANTY; without even the implied warranty of -MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the -GNU General Public License for more details. +GCC is distributed in the hope that it will be useful, but WITHOUT ANY +WARRANTY; without even the implied warranty of MERCHANTABILITY or +FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License +for more details.  You should have received a copy of the GNU General Public License -along with GNU CC; see the file COPYING.  If not, write to -the Free Software Foundation, 59 Temple Place - Suite 330, -Boston, MA 02111-1307, USA.  */ +along with GCC; see the file COPYING.  If not, write to the Free +Software Foundation, 59 Temple Place - Suite 330, Boston, MA +02111-1307, USA.  */  #include "config.h"  #include "system.h" diff --git a/gcc/c-pragma.h b/gcc/c-pragma.h index 89ee4a7ef55..929162c5460 100644 --- a/gcc/c-pragma.h +++ b/gcc/c-pragma.h @@ -1,22 +1,22 @@  /* Pragma related interfaces.     Copyright (C) 1995, 1998, 1999, 2000, 2001 Free Software Foundation, Inc. -This file is part of GNU CC. +This file is part of GCC. -GNU CC is free software; you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by -the Free Software Foundation; either version 2, or (at your option) -any later version. +GCC is free software; you can redistribute it and/or modify it under +the terms of the GNU General Public License as published by the Free +Software Foundation; either version 2, or (at your option) any later +version. -GNU CC is distributed in the hope that it will be useful, -but WITHOUT ANY WARRANTY; without even the implied warranty of -MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the -GNU General Public License for more details. +GCC is distributed in the hope that it will be useful, but WITHOUT ANY +WARRANTY; without even the implied warranty of MERCHANTABILITY or +FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License +for more details.  You should have received a copy of the GNU General Public License -along with GNU CC; see the file COPYING.  If not, write to -the Free Software Foundation, 59 Temple Place - Suite 330, -Boston, MA 02111-1307, USA.  */ +along with GCC; see the file COPYING.  If not, write to the Free +Software Foundation, 59 Temple Place - Suite 330, Boston, MA +02111-1307, USA.  */  #ifndef GCC_C_PRAGMA_H  #define GCC_C_PRAGMA_H diff --git a/gcc/c-semantics.c b/gcc/c-semantics.c index e05ae76dc14..6da71b3e310 100644 --- a/gcc/c-semantics.c +++ b/gcc/c-semantics.c @@ -4,22 +4,22 @@     Copyright (C) 2000, 2001 Free Software Foundation, Inc.     Written by Benjamin Chelf (chelf@codesourcery.com). -This file is part of GNU CC. +This file is part of GCC. -GNU CC is free software; you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by -the Free Software Foundation; either version 2, or (at your option) -any later version. +GCC is free software; you can redistribute it and/or modify it under +the terms of the GNU General Public License as published by the Free +Software Foundation; either version 2, or (at your option) any later +version. -GNU CC is distributed in the hope that it will be useful, -but WITHOUT ANY WARRANTY; without even the implied warranty of -MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the -GNU General Public License for more details. +GCC is distributed in the hope that it will be useful, but WITHOUT ANY +WARRANTY; without even the implied warranty of MERCHANTABILITY or +FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License +for more details.  You should have received a copy of the GNU General Public License -along with GNU CC; see the file COPYING.  If not, write to -the Free Software Foundation, 59 Temple Place - Suite 330, -Boston, MA 02111-1307, USA.  */ +along with GCC; see the file COPYING.  If not, write to the Free +Software Foundation, 59 Temple Place - Suite 330, Boston, MA +02111-1307, USA.  */  #include "config.h"  #include "system.h" diff --git a/gcc/c-tree.h b/gcc/c-tree.h index 9b0c2d63c1b..c5175459077 100644 --- a/gcc/c-tree.h +++ b/gcc/c-tree.h @@ -2,22 +2,22 @@     Copyright (C) 1987, 1993, 1994, 1995, 1997, 1998,     1999, 2000, 2001 Free Software Foundation, Inc. -This file is part of GNU CC. +This file is part of GCC. -GNU CC is free software; you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by -the Free Software Foundation; either version 2, or (at your option) -any later version. +GCC is free software; you can redistribute it and/or modify it under +the terms of the GNU General Public License as published by the Free +Software Foundation; either version 2, or (at your option) any later +version. -GNU CC is distributed in the hope that it will be useful, -but WITHOUT ANY WARRANTY; without even the implied warranty of -MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the -GNU General Public License for more details. +GCC is distributed in the hope that it will be useful, but WITHOUT ANY +WARRANTY; without even the implied warranty of MERCHANTABILITY or +FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License +for more details.  You should have received a copy of the GNU General Public License -along with GNU CC; see the file COPYING.  If not, write to -the Free Software Foundation, 59 Temple Place - Suite 330, -Boston, MA 02111-1307, USA.  */ +along with GCC; see the file COPYING.  If not, write to the Free +Software Foundation, 59 Temple Place - Suite 330, Boston, MA +02111-1307, USA.  */  #ifndef GCC_C_TREE_H  #define GCC_C_TREE_H diff --git a/gcc/c-typeck.c b/gcc/c-typeck.c index e92749fbe30..9bd0802d59c 100644 --- a/gcc/c-typeck.c +++ b/gcc/c-typeck.c @@ -2,22 +2,22 @@     Copyright (C) 1987, 1988, 1991, 1992, 1993, 1994, 1995, 1996, 1997,     1998, 1999, 2000, 2001 Free Software Foundation, Inc. -This file is part of GNU CC. +This file is part of GCC. -GNU CC is free software; you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by -the Free Software Foundation; either version 2, or (at your option) -any later version. +GCC is free software; you can redistribute it and/or modify it under +the terms of the GNU General Public License as published by the Free +Software Foundation; either version 2, or (at your option) any later +version. -GNU CC is distributed in the hope that it will be useful, -but WITHOUT ANY WARRANTY; without even the implied warranty of -MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the -GNU General Public License for more details. +GCC is distributed in the hope that it will be useful, but WITHOUT ANY +WARRANTY; without even the implied warranty of MERCHANTABILITY or +FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License +for more details.  You should have received a copy of the GNU General Public License -along with GNU CC; see the file COPYING.  If not, write to -the Free Software Foundation, 59 Temple Place - Suite 330, -Boston, MA 02111-1307, USA.  */ +along with GCC; see the file COPYING.  If not, write to the Free +Software Foundation, 59 Temple Place - Suite 330, Boston, MA +02111-1307, USA.  */  /* This file is part of the C front end. diff --git a/gcc/caller-save.c b/gcc/caller-save.c index 6a7f75eb2e0..8cc72db8445 100644 --- a/gcc/caller-save.c +++ b/gcc/caller-save.c @@ -2,22 +2,22 @@     Copyright (C) 1989, 1992, 1994, 1995, 1997, 1998,     1999, 2000, 2001 Free Software Foundation, Inc. -This file is part of GNU CC. +This file is part of GCC. -GNU CC is free software; you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by -the Free Software Foundation; either version 2, or (at your option) -any later version. +GCC is free software; you can redistribute it and/or modify it under +the terms of the GNU General Public License as published by the Free +Software Foundation; either version 2, or (at your option) any later +version. -GNU CC is distributed in the hope that it will be useful, -but WITHOUT ANY WARRANTY; without even the implied warranty of -MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the -GNU General Public License for more details. +GCC is distributed in the hope that it will be useful, but WITHOUT ANY +WARRANTY; without even the implied warranty of MERCHANTABILITY or +FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License +for more details.  You should have received a copy of the GNU General Public License -along with GNU CC; see the file COPYING.  If not, write to -the Free Software Foundation, 59 Temple Place - Suite 330, -Boston, MA 02111-1307, USA.  */ +along with GCC; see the file COPYING.  If not, write to the Free +Software Foundation, 59 Temple Place - Suite 330, Boston, MA +02111-1307, USA.  */  #include "config.h"  #include "system.h" diff --git a/gcc/calls.c b/gcc/calls.c index 8a2033316f4..27adf1457e8 100644 --- a/gcc/calls.c +++ b/gcc/calls.c @@ -2,22 +2,22 @@     Copyright (C) 1989, 1992, 1993, 1994, 1995, 1996, 1997, 1998     1999, 2000, 2001 Free Software Foundation, Inc. -This file is part of GNU CC. +This file is part of GCC. -GNU CC is free software; you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by -the Free Software Foundation; either version 2, or (at your option) -any later version. +GCC is free software; you can redistribute it and/or modify it under +the terms of the GNU General Public License as published by the Free +Software Foundation; either version 2, or (at your option) any later +version. -GNU CC is distributed in the hope that it will be useful, -but WITHOUT ANY WARRANTY; without even the implied warranty of -MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the -GNU General Public License for more details. +GCC is distributed in the hope that it will be useful, but WITHOUT ANY +WARRANTY; without even the implied warranty of MERCHANTABILITY or +FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License +for more details.  You should have received a copy of the GNU General Public License -along with GNU CC; see the file COPYING.  If not, write to -the Free Software Foundation, 59 Temple Place - Suite 330, -Boston, MA 02111-1307, USA.  */ +along with GCC; see the file COPYING.  If not, write to the Free +Software Foundation, 59 Temple Place - Suite 330, Boston, MA +02111-1307, USA.  */  #include "config.h"  #include "system.h" diff --git a/gcc/collect2.c b/gcc/collect2.c index 4282b8736f9..d36b3e0bbff 100644 --- a/gcc/collect2.c +++ b/gcc/collect2.c @@ -6,22 +6,22 @@     Heavily modified by Michael Meissner (meissner@cygnus.com),     Per Bothner (bothner@cygnus.com), and John Gilmore (gnu@cygnus.com). -This file is part of GNU CC. +This file is part of GCC. -GNU CC is free software; you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by -the Free Software Foundation; either version 2, or (at your option) -any later version. +GCC is free software; you can redistribute it and/or modify it under +the terms of the GNU General Public License as published by the Free +Software Foundation; either version 2, or (at your option) any later +version. -GNU CC is distributed in the hope that it will be useful, -but WITHOUT ANY WARRANTY; without even the implied warranty of -MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the -GNU General Public License for more details. +GCC is distributed in the hope that it will be useful, but WITHOUT ANY +WARRANTY; without even the implied warranty of MERCHANTABILITY or +FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License +for more details.  You should have received a copy of the GNU General Public License -along with GNU CC; see the file COPYING.  If not, write to -the Free Software Foundation, 59 Temple Place - Suite 330, -Boston, MA 02111-1307, USA.  */ +along with GCC; see the file COPYING.  If not, write to the Free +Software Foundation, 59 Temple Place - Suite 330, Boston, MA +02111-1307, USA.  */  /* Build tables of static constructors and destructors and run ld.  */ diff --git a/gcc/collect2.h b/gcc/collect2.h index d23ca0840a9..2a65836fd8d 100644 --- a/gcc/collect2.h +++ b/gcc/collect2.h @@ -1,22 +1,22 @@  /* Header file for collect/tlink routines.       Copyright (C) 1998 Free Software Foundation, Inc. -This file is part of GNU CC. +This file is part of GCC. -GNU CC is free software; you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by -the Free Software Foundation; either version 2, or (at your option) -any later version. +GCC is free software; you can redistribute it and/or modify it under +the terms of the GNU General Public License as published by the Free +Software Foundation; either version 2, or (at your option) any later +version. -GNU CC is distributed in the hope that it will be useful, -but WITHOUT ANY WARRANTY; without even the implied warranty of -MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the -GNU General Public License for more details. +GCC is distributed in the hope that it will be useful, but WITHOUT ANY +WARRANTY; without even the implied warranty of MERCHANTABILITY or +FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License +for more details.  You should have received a copy of the GNU General Public License -along with GNU CC; see the file COPYING.  If not, write to -the Free Software Foundation, 59 Temple Place - Suite 330, -Boston, MA 02111-1307, USA.  */ +along with GCC; see the file COPYING.  If not, write to the Free +Software Foundation, 59 Temple Place - Suite 330, Boston, MA +02111-1307, USA.  */  #ifndef GCC_COLLECT2_H  #define GCC_COLLECT2_H diff --git a/gcc/combine.c b/gcc/combine.c index 5c6dcbcc4b9..d110284408b 100644 --- a/gcc/combine.c +++ b/gcc/combine.c @@ -2,22 +2,22 @@     Copyright (C) 1987, 1988, 1992, 1993, 1994, 1995, 1996, 1997, 1998,     1999, 2000, 2001 Free Software Foundation, Inc. -This file is part of GNU CC. +This file is part of GCC. -GNU CC is free software; you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by -the Free Software Foundation; either version 2, or (at your option) -any later version. +GCC is free software; you can redistribute it and/or modify it under +the terms of the GNU General Public License as published by the Free +Software Foundation; either version 2, or (at your option) any later +version. -GNU CC is distributed in the hope that it will be useful, -but WITHOUT ANY WARRANTY; without even the implied warranty of -MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the -GNU General Public License for more details. +GCC is distributed in the hope that it will be useful, but WITHOUT ANY +WARRANTY; without even the implied warranty of MERCHANTABILITY or +FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License +for more details.  You should have received a copy of the GNU General Public License -along with GNU CC; see the file COPYING.  If not, write to -the Free Software Foundation, 59 Temple Place - Suite 330, -Boston, MA 02111-1307, USA.  */ +along with GCC; see the file COPYING.  If not, write to the Free +Software Foundation, 59 Temple Place - Suite 330, Boston, MA +02111-1307, USA.  */  /* This module is essentially the "combiner" phase of the U. of Arizona     Portable Optimizer, but redone to work on our list-structured diff --git a/gcc/conditions.h b/gcc/conditions.h index 80d604790cc..1d0047db63f 100644 --- a/gcc/conditions.h +++ b/gcc/conditions.h @@ -1,22 +1,22 @@  /* Definitions for condition code handling in final.c and output routines.     Copyright (C) 1987 Free Software Foundation, Inc. -This file is part of GNU CC. +This file is part of GCC. -GNU CC is free software; you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by -the Free Software Foundation; either version 2, or (at your option) -any later version. +GCC is free software; you can redistribute it and/or modify it under +the terms of the GNU General Public License as published by the Free +Software Foundation; either version 2, or (at your option) any later +version. -GNU CC is distributed in the hope that it will be useful, -but WITHOUT ANY WARRANTY; without even the implied warranty of -MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the -GNU General Public License for more details. +GCC is distributed in the hope that it will be useful, but WITHOUT ANY +WARRANTY; without even the implied warranty of MERCHANTABILITY or +FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License +for more details.  You should have received a copy of the GNU General Public License -along with GNU CC; see the file COPYING.  If not, write to -the Free Software Foundation, 59 Temple Place - Suite 330, -Boston, MA 02111-1307, USA.  */ +along with GCC; see the file COPYING.  If not, write to the Free +Software Foundation, 59 Temple Place - Suite 330, Boston, MA +02111-1307, USA.  */  /* None of the things in the files exist if we don't use CC0.  */ diff --git a/gcc/config.gcc b/gcc/config.gcc index 79e30252d00..6a544552e7b 100644 --- a/gcc/config.gcc +++ b/gcc/config.gcc @@ -1,22 +1,22 @@  # GCC build-, host- and target-specific configuration file.  # Copyright (C) 1997, 1998, 1999, 2000, 2001 Free Software Foundation, Inc. -#This file is part of GNU CC. +#This file is part of GCC. -#GNU CC is free software; you can redistribute it and/or modify -#it under the terms of the GNU General Public License as published by -#the Free Software Foundation; either version 2, or (at your option) -#any later version. +#GCC is free software; you can redistribute it and/or modify it under +#the terms of the GNU General Public License as published by the Free +#Software Foundation; either version 2, or (at your option) any later +#version. -#GNU CC is distributed in the hope that it will be useful, -#but WITHOUT ANY WARRANTY; without even the implied warranty of -#MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the -#GNU General Public License for more details. +#GCC is distributed in the hope that it will be useful, but WITHOUT +#ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or +#FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License +#for more details.  #You should have received a copy of the GNU General Public License -#along with GNU CC; see the file COPYING.  If not, write to -#the Free Software Foundation, 59 Temple Place - Suite 330, -#Boston, MA 02111-1307, USA. +#along with GCC; see the file COPYING.  If not, write to the Free +#Software Foundation, 59 Temple Place - Suite 330, Boston, MA +#02111-1307, USA.  # This is the GCC build-, host- and target-specific configuration file  # where a configuration type, as recognized and generated by config.bfd, diff --git a/gcc/configure.frag b/gcc/configure.frag index 4bdac943f6d..2fdbca8bd41 100644 --- a/gcc/configure.frag +++ b/gcc/configure.frag @@ -1,24 +1,24 @@ -# configure.frag for GNU CC +# configure.frag for GCC  # Process the host/target/language Makefile fragments.  # Copyright (C) 1997 Free Software Foundation, Inc. -#This file is part of GNU CC. +#This file is part of GCC. -#GNU CC is free software; you can redistribute it and/or modify -#it under the terms of the GNU General Public License as published by -#the Free Software Foundation; either version 2, or (at your option) -#any later version. +#GCC is free software; you can redistribute it and/or modify it under +#the terms of the GNU General Public License as published by the Free +#Software Foundation; either version 2, or (at your option) any later +#version. -#GNU CC is distributed in the hope that it will be useful, -#but WITHOUT ANY WARRANTY; without even the implied warranty of -#MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the -#GNU General Public License for more details. +#GCC is distributed in the hope that it will be useful, but WITHOUT +#ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or +#FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License +#for more details.  #You should have received a copy of the GNU General Public License -#along with GNU CC; see the file COPYING.  If not, write to -#the Free Software Foundation, 59 Temple Place - Suite 330, -#Boston, MA 02111-1307, USA. +#along with GCC; see the file COPYING.  If not, write to the Free +#Software Foundation, 59 Temple Place - Suite 330, Boston, MA +#02111-1307, USA.  # First parameter is the source directory, second is list of subdirectories,  # third is list of host makefile fragments, fourth is list of target makefile diff --git a/gcc/configure.in b/gcc/configure.in index 6d1058304ff..f69250efd01 100644 --- a/gcc/configure.in +++ b/gcc/configure.in @@ -1,24 +1,24 @@ -# configure.in for GNU CC +# configure.in for GCC  # Process this file with autoconf to generate a configuration script.  # Copyright (C) 1997, 1998, 1999, 2000, 2001 Free Software Foundation, Inc. -#This file is part of GNU CC. +#This file is part of GCC. -#GNU CC is free software; you can redistribute it and/or modify -#it under the terms of the GNU General Public License as published by -#the Free Software Foundation; either version 2, or (at your option) -#any later version. +#GCC is free software; you can redistribute it and/or modify it under +#the terms of the GNU General Public License as published by the Free +#Software Foundation; either version 2, or (at your option) any later +#version. -#GNU CC is distributed in the hope that it will be useful, -#but WITHOUT ANY WARRANTY; without even the implied warranty of -#MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the -#GNU General Public License for more details. +#GCC is distributed in the hope that it will be useful, but WITHOUT +#ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or +#FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License +#for more details.  #You should have received a copy of the GNU General Public License -#along with GNU CC; see the file COPYING.  If not, write to -#the Free Software Foundation, 59 Temple Place - Suite 330, -#Boston, MA 02111-1307, USA. +#along with GCC; see the file COPYING.  If not, write to the Free +#Software Foundation, 59 Temple Place - Suite 330, Boston, MA +#02111-1307, USA.  # Initialization and defaults  AC_PREREQ(2.13) diff --git a/gcc/conflict.c b/gcc/conflict.c index 3c1cae005c2..b34a93da618 100644 --- a/gcc/conflict.c +++ b/gcc/conflict.c @@ -2,22 +2,22 @@     Copyright (C) 2000 Free Software Foundation, Inc.     Contributed by CodeSourcery, LLC -This file is part of GNU CC. +This file is part of GCC. -GNU CC is free software; you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by -the Free Software Foundation; either version 2, or (at your option) -any later version. +GCC is free software; you can redistribute it and/or modify it under +the terms of the GNU General Public License as published by the Free +Software Foundation; either version 2, or (at your option) any later +version. -GNU CC is distributed in the hope that it will be useful, -but WITHOUT ANY WARRANTY; without even the implied warranty of -MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the -GNU General Public License for more details. +GCC is distributed in the hope that it will be useful, but WITHOUT ANY +WARRANTY; without even the implied warranty of MERCHANTABILITY or +FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License +for more details.  You should have received a copy of the GNU General Public License -along with GNU CC; see the file COPYING.  If not, write to -the Free Software Foundation, 59 Temple Place - Suite 330, -Boston, MA 02111-1307, USA.  */ +along with GCC; see the file COPYING.  If not, write to the Free +Software Foundation, 59 Temple Place - Suite 330, Boston, MA +02111-1307, USA.  */  /* References: diff --git a/gcc/convert.c b/gcc/convert.c index b97d08fa4f7..69a1605a2a4 100644 --- a/gcc/convert.c +++ b/gcc/convert.c @@ -2,22 +2,22 @@     Copyright (C) 1987, 1988, 1991, 1992, 1993, 1994, 1995, 1997,     1998 Free Software Foundation, Inc. -This file is part of GNU C. +This file is part of GCC. -GNU CC is free software; you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by -the Free Software Foundation; either version 2, or (at your option) -any later version. +GCC is free software; you can redistribute it and/or modify it under +the terms of the GNU General Public License as published by the Free +Software Foundation; either version 2, or (at your option) any later +version. -GNU CC is distributed in the hope that it will be useful, -but WITHOUT ANY WARRANTY; without even the implied warranty of -MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the -GNU General Public License for more details. +GCC is distributed in the hope that it will be useful, but WITHOUT ANY +WARRANTY; without even the implied warranty of MERCHANTABILITY or +FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License +for more details.  You should have received a copy of the GNU General Public License -along with GNU CC; see the file COPYING.  If not, write to -the Free Software Foundation, 59 Temple Place - Suite 330, -Boston, MA 02111-1307, USA.  */ +along with GCC; see the file COPYING.  If not, write to the Free +Software Foundation, 59 Temple Place - Suite 330, Boston, MA +02111-1307, USA.  */  /* These routines are somewhat language-independent utility function diff --git a/gcc/convert.h b/gcc/convert.h index ed93c4b9e57..ddc3673824c 100644 --- a/gcc/convert.h +++ b/gcc/convert.h @@ -1,22 +1,22 @@  /* Definition of functions in convert.c.     Copyright (C) 1993, 2000 Free Software Foundation, Inc. -This file is part of GNU CC. +This file is part of GCC. -GNU CC is free software; you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by -the Free Software Foundation; either version 2, or (at your option) -any later version. +GCC is free software; you can redistribute it and/or modify it under +the terms of the GNU General Public License as published by the Free +Software Foundation; either version 2, or (at your option) any later +version. -GNU CC is distributed in the hope that it will be useful, -but WITHOUT ANY WARRANTY; without even the implied warranty of -MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the -GNU General Public License for more details. +GCC is distributed in the hope that it will be useful, but WITHOUT ANY +WARRANTY; without even the implied warranty of MERCHANTABILITY or +FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License +for more details.  You should have received a copy of the GNU General Public License -along with GNU CC; see the file COPYING.  If not, write to -the Free Software Foundation, 59 Temple Place - Suite 330, -Boston, MA 02111-1307, USA.  */ +along with GCC; see the file COPYING.  If not, write to the Free +Software Foundation, 59 Temple Place - Suite 330, Boston, MA +02111-1307, USA.  */  extern tree convert_to_integer PARAMS ((tree, tree));  extern tree convert_to_pointer PARAMS ((tree, tree)); diff --git a/gcc/cppspec.c b/gcc/cppspec.c index 6fdb3a554b8..27a82360105 100644 --- a/gcc/cppspec.c +++ b/gcc/cppspec.c @@ -1,22 +1,22 @@  /* Specific flags and argument handling of the C preprocessor.     Copyright (C) 1999 Free Software Foundation, Inc. -This file is part of GNU CC. +This file is part of GCC. -GNU CC is free software; you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by -the Free Software Foundation; either version 2, or (at your option) -any later version. +GCC is free software; you can redistribute it and/or modify it under +the terms of the GNU General Public License as published by the Free +Software Foundation; either version 2, or (at your option) any later +version. -GNU CC is distributed in the hope that it will be useful, -but WITHOUT ANY WARRANTY; without even the implied warranty of -MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the -GNU General Public License for more details. +GCC is distributed in the hope that it will be useful, but WITHOUT ANY +WARRANTY; without even the implied warranty of MERCHANTABILITY or +FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License +for more details.  You should have received a copy of the GNU General Public License -along with GNU CC; see the file COPYING.  If not, write to -the Free Software Foundation, 59 Temple Place - Suite 330, -Boston, MA 02111-1307, USA.  */ +along with GCC; see the file COPYING.  If not, write to the Free +Software Foundation, 59 Temple Place - Suite 330, Boston, MA +02111-1307, USA.  */  #include "config.h"  #include "system.h" diff --git a/gcc/crtstuff.c b/gcc/crtstuff.c index 53c76b39ba1..7c226aaad03 100644 --- a/gcc/crtstuff.c +++ b/gcc/crtstuff.c @@ -4,12 +4,12 @@     1999, 2000, 2001 Free Software Foundation, Inc.     Contributed by Ron Guilmette (rfg@monkeys.com). -This file is part of GNU CC. +This file is part of GCC. -GNU CC is free software; you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by -the Free Software Foundation; either version 2, or (at your option) -any later version. +GCC is free software; you can redistribute it and/or modify it under +the terms of the GNU General Public License as published by the Free +Software Foundation; either version 2, or (at your option) any later +version.  In addition to the permissions in the GNU General Public License, the  Free Software Foundation gives you unlimited permission to link the @@ -20,15 +20,15 @@ do apply in other respects; for example, they cover modification of  the file, and distribution when not linked into a combine  executable.) -GNU CC is distributed in the hope that it will be useful, -but WITHOUT ANY WARRANTY; without even the implied warranty of -MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the -GNU General Public License for more details. +GCC is distributed in the hope that it will be useful, but WITHOUT ANY +WARRANTY; without even the implied warranty of MERCHANTABILITY or +FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License +for more details.  You should have received a copy of the GNU General Public License -along with GNU CC; see the file COPYING.  If not, write to -the Free Software Foundation, 59 Temple Place - Suite 330, -Boston, MA 02111-1307, USA.  */ +along with GCC; see the file COPYING.  If not, write to the Free +Software Foundation, 59 Temple Place - Suite 330, Boston, MA +02111-1307, USA.  */  /* This file is a bit like libgcc2.c in that it is compiled     multiple times and yields multiple .o files. diff --git a/gcc/cse.c b/gcc/cse.c index 256b28f6c49..8ab41a0e8c3 100644 --- a/gcc/cse.c +++ b/gcc/cse.c @@ -2,22 +2,22 @@     Copyright (C) 1987, 1988, 1989, 1992, 1993, 1994, 1995, 1996, 1997, 1998     1999, 2000, 2001 Free Software Foundation, Inc. -This file is part of GNU CC. +This file is part of GCC. -GNU CC is free software; you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by -the Free Software Foundation; either version 2, or (at your option) -any later version. +GCC is free software; you can redistribute it and/or modify it under +the terms of the GNU General Public License as published by the Free +Software Foundation; either version 2, or (at your option) any later +version. -GNU CC is distributed in the hope that it will be useful, -but WITHOUT ANY WARRANTY; without even the implied warranty of -MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the -GNU General Public License for more details. +GCC is distributed in the hope that it will be useful, but WITHOUT ANY +WARRANTY; without even the implied warranty of MERCHANTABILITY or +FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License +for more details.  You should have received a copy of the GNU General Public License -along with GNU CC; see the file COPYING.  If not, write to -the Free Software Foundation, 59 Temple Place - Suite 330, -Boston, MA 02111-1307, USA.  */ +along with GCC; see the file COPYING.  If not, write to the Free +Software Foundation, 59 Temple Place - Suite 330, Boston, MA +02111-1307, USA.  */  #include "config.h"  /* stdio.h must precede rtl.h for FFS.  */ diff --git a/gcc/cselib.c b/gcc/cselib.c index 002c2f5a2db..6498d869b16 100644 --- a/gcc/cselib.c +++ b/gcc/cselib.c @@ -2,22 +2,22 @@     Copyright (C) 1987, 1988, 1989, 1992, 1993, 1994, 1995, 1996, 1997, 1998,     1999, 2000, 2001 Free Software Foundation, Inc. -This file is part of GNU CC. +This file is part of GCC. -GNU CC is free software; you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by -the Free Software Foundation; either version 2, or (at your option) -any later version. +GCC is free software; you can redistribute it and/or modify it under +the terms of the GNU General Public License as published by the Free +Software Foundation; either version 2, or (at your option) any later +version. -GNU CC is distributed in the hope that it will be useful, -but WITHOUT ANY WARRANTY; without even the implied warranty of -MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the -GNU General Public License for more details. +GCC is distributed in the hope that it will be useful, but WITHOUT ANY +WARRANTY; without even the implied warranty of MERCHANTABILITY or +FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License +for more details.  You should have received a copy of the GNU General Public License -along with GNU CC; see the file COPYING.  If not, write to -the Free Software Foundation, 59 Temple Place - Suite 330, -Boston, MA 02111-1307, USA.  */ +along with GCC; see the file COPYING.  If not, write to the Free +Software Foundation, 59 Temple Place - Suite 330, Boston, MA +02111-1307, USA.  */  #include "config.h"  #include "system.h" diff --git a/gcc/cselib.h b/gcc/cselib.h index a3f7ee9c799..72885982fbf 100644 --- a/gcc/cselib.h +++ b/gcc/cselib.h @@ -2,22 +2,22 @@     Copyright (C) 1987, 1988, 1989, 1992, 1993, 1994, 1995, 1996, 1997, 1998,     1999 Free Software Foundation, Inc. -This file is part of GNU CC. +This file is part of GCC. -GNU CC is free software; you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by -the Free Software Foundation; either version 2, or (at your option) -any later version. +GCC is free software; you can redistribute it and/or modify it under +the terms of the GNU General Public License as published by the Free +Software Foundation; either version 2, or (at your option) any later +version. -GNU CC is distributed in the hope that it will be useful, -but WITHOUT ANY WARRANTY; without even the implied warranty of -MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the -GNU General Public License for more details. +GCC is distributed in the hope that it will be useful, but WITHOUT ANY +WARRANTY; without even the implied warranty of MERCHANTABILITY or +FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License +for more details.  You should have received a copy of the GNU General Public License -along with GNU CC; see the file COPYING.  If not, write to -the Free Software Foundation, 59 Temple Place - Suite 330, -Boston, MA 02111-1307, USA.  */ +along with GCC; see the file COPYING.  If not, write to the Free +Software Foundation, 59 Temple Place - Suite 330, Boston, MA +02111-1307, USA.  */  /* Describe a value.  */  typedef struct cselib_val_struct diff --git a/gcc/dbxout.c b/gcc/dbxout.c index 18ea19694d7..109691069fb 100644 --- a/gcc/dbxout.c +++ b/gcc/dbxout.c @@ -2,22 +2,22 @@     Copyright (C) 1987, 1988, 1992, 1993, 1994, 1995, 1996, 1997, 1998,     1999, 2000, 2001 Free Software Foundation, Inc. -This file is part of GNU CC. +This file is part of GCC. -GNU CC is free software; you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by -the Free Software Foundation; either version 2, or (at your option) -any later version. +GCC is free software; you can redistribute it and/or modify it under +the terms of the GNU General Public License as published by the Free +Software Foundation; either version 2, or (at your option) any later +version. -GNU CC is distributed in the hope that it will be useful, -but WITHOUT ANY WARRANTY; without even the implied warranty of -MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the -GNU General Public License for more details. +GCC is distributed in the hope that it will be useful, but WITHOUT ANY +WARRANTY; without even the implied warranty of MERCHANTABILITY or +FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License +for more details.  You should have received a copy of the GNU General Public License -along with GNU CC; see the file COPYING.  If not, write to -the Free Software Foundation, 59 Temple Place - Suite 330, -Boston, MA 02111-1307, USA.  */ +along with GCC; see the file COPYING.  If not, write to the Free +Software Foundation, 59 Temple Place - Suite 330, Boston, MA +02111-1307, USA.  */  /* Output dbx-format symbol table data. diff --git a/gcc/dbxout.h b/gcc/dbxout.h index 333687f7e4e..101eae9d07c 100644 --- a/gcc/dbxout.h +++ b/gcc/dbxout.h @@ -1,22 +1,22 @@  /* dbxout.h - Various declarations for functions found in dbxout.c     Copyright (C) 1998, 1999, 2000 Free Software Foundation, Inc. -This file is part of GNU CC. +This file is part of GCC. -GNU CC is free software; you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by -the Free Software Foundation; either version 2, or (at your option) -any later version. +GCC is free software; you can redistribute it and/or modify it under +the terms of the GNU General Public License as published by the Free +Software Foundation; either version 2, or (at your option) any later +version. -GNU CC is distributed in the hope that it will be useful, -but WITHOUT ANY WARRANTY; without even the implied warranty of -MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the -GNU General Public License for more details. +GCC is distributed in the hope that it will be useful, but WITHOUT ANY +WARRANTY; without even the implied warranty of MERCHANTABILITY or +FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License +for more details.  You should have received a copy of the GNU General Public License -along with GNU CC; see the file COPYING.  If not, write to -the Free Software Foundation, 59 Temple Place - Suite 330, -Boston, MA 02111-1307, USA.  */ +along with GCC; see the file COPYING.  If not, write to the Free +Software Foundation, 59 Temple Place - Suite 330, Boston, MA +02111-1307, USA.  */  extern int dbxout_symbol		PARAMS ((tree, int));  extern void dbxout_parms		PARAMS ((tree)); diff --git a/gcc/defaults.h b/gcc/defaults.h index 44eedc8e02b..32dd3e838b3 100644 --- a/gcc/defaults.h +++ b/gcc/defaults.h @@ -3,22 +3,22 @@     Free Software Foundation, Inc.     Contributed by Ron Guilmette (rfg@monkeys.com) -This file is part of GNU CC. +This file is part of GCC. -GNU CC is free software; you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by -the Free Software Foundation; either version 2, or (at your option) -any later version. +GCC is free software; you can redistribute it and/or modify it under +the terms of the GNU General Public License as published by the Free +Software Foundation; either version 2, or (at your option) any later +version. -GNU CC is distributed in the hope that it will be useful, -but WITHOUT ANY WARRANTY; without even the implied warranty of -MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the -GNU General Public License for more details. +GCC is distributed in the hope that it will be useful, but WITHOUT ANY +WARRANTY; without even the implied warranty of MERCHANTABILITY or +FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License +for more details.  You should have received a copy of the GNU General Public License -along with GNU CC; see the file COPYING.  If not, write to -the Free Software Foundation, 59 Temple Place - Suite 330, -Boston, MA 02111-1307, USA.  */ +along with GCC; see the file COPYING.  If not, write to the Free +Software Foundation, 59 Temple Place - Suite 330, Boston, MA +02111-1307, USA.  */  #ifndef GCC_DEFAULTS_H  #define GCC_DEFAULTS_H diff --git a/gcc/dependence.c b/gcc/dependence.c index 9a54ac6251f..4bac6943651 100644 --- a/gcc/dependence.c +++ b/gcc/dependence.c @@ -1,22 +1,22 @@  /* Analyze loop dependencies     Copyright (C) 2000 Free Software Foundation, Inc. -This file is part of GNU CC. +This file is part of GCC. -GNU CC is free software; you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by -the Free Software Foundation; either version 2, or (at your option) -any later version. +GCC is free software; you can redistribute it and/or modify it under +the terms of the GNU General Public License as published by the Free +Software Foundation; either version 2, or (at your option) any later +version. -GNU CC is distributed in the hope that it will be useful, -but WITHOUT ANY WARRANTY; without even the implied warranty of -MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the -GNU General Public License for more details. +GCC is distributed in the hope that it will be useful, but WITHOUT ANY +WARRANTY; without even the implied warranty of MERCHANTABILITY or +FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License +for more details.  You should have received a copy of the GNU General Public License -along with GNU CC; see the file COPYING.  If not, write to -the Free Software Foundation, 59 Temple Place - Suite 330, -Boston, MA 02111-1307, USA.  */ +along with GCC; see the file COPYING.  If not, write to the Free +Software Foundation, 59 Temple Place - Suite 330, Boston, MA +02111-1307, USA.  */  /* References:     Practical Dependence Testing, Goff, Kennedy, Tseng, PLDI, 1991 @@ -3,22 +3,22 @@     Contributed by Michael P. Hayes (m.hayes@elec.canterbury.ac.nz,                                      mhayes@redhat.com) -This file is part of GNU CC. +This file is part of GCC. -GNU CC is free software; you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by -the Free Software Foundation; either version 2, or (at your option) -any later version. +GCC is free software; you can redistribute it and/or modify it under +the terms of the GNU General Public License as published by the Free +Software Foundation; either version 2, or (at your option) any later +version. -GNU CC is distributed in the hope that it will be useful, -but WITHOUT ANY WARRANTY; without even the implied warranty of -MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the -GNU General Public License for more details. +GCC is distributed in the hope that it will be useful, but WITHOUT ANY +WARRANTY; without even the implied warranty of MERCHANTABILITY or +FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License +for more details.  You should have received a copy of the GNU General Public License -along with GNU CC; see the file COPYING.  If not, write to -the Free Software Foundation, 59 Temple Place - Suite 330, -Boston, MA 02111-1307, USA.   +along with GCC; see the file COPYING.  If not, write to the Free +Software Foundation, 59 Temple Place - Suite 330, Boston, MA +02111-1307, USA.  OVERVIEW: @@ -3,22 +3,22 @@     Copyright (C) 1999, 2000, 2001 Free Software Foundation, Inc.     Contributed by Michael P. Hayes (m.hayes@elec.canterbury.ac.nz) -This file is part of GNU CC. +This file is part of GCC. -GNU CC is free software; you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by -the Free Software Foundation; either version 2, or (at your option) -any later version. +GCC is free software; you can redistribute it and/or modify it under +the terms of the GNU General Public License as published by the Free +Software Foundation; either version 2, or (at your option) any later +version. -GNU CC is distributed in the hope that it will be useful, -but WITHOUT ANY WARRANTY; without even the implied warranty of -MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the -GNU General Public License for more details. +GCC is distributed in the hope that it will be useful, but WITHOUT ANY +WARRANTY; without even the implied warranty of MERCHANTABILITY or +FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License +for more details.  You should have received a copy of the GNU General Public License -along with GNU CC; see the file COPYING.  If not, write to -the Free Software Foundation, 59 Temple Place - Suite 330, -Boston, MA 02111-1307, USA.  */ +along with GCC; see the file COPYING.  If not, write to the Free +Software Foundation, 59 Temple Place - Suite 330, Boston, MA +02111-1307, USA.  */  #define DF_RD		 1	/* Reaching definitions.  */ diff --git a/gcc/diagnostic.c b/gcc/diagnostic.c index 4e5d3a814a6..7f1528340d3 100644 --- a/gcc/diagnostic.c +++ b/gcc/diagnostic.c @@ -2,22 +2,22 @@     Copyright (C) 1999, 2000, 2001 Free Software Foundation, Inc.     Contributed by Gabriel Dos Reis <gdr@codesourcery.com> -This file is part of GNU CC. +This file is part of GCC. -GNU CC is free software; you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by -the Free Software Foundation; either version 2, or (at your option) -any later version. +GCC is free software; you can redistribute it and/or modify it under +the terms of the GNU General Public License as published by the Free +Software Foundation; either version 2, or (at your option) any later +version. -GNU CC is distributed in the hope that it will be useful, -but WITHOUT ANY WARRANTY; without even the implied warranty of -MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the -GNU General Public License for more details. +GCC is distributed in the hope that it will be useful, but WITHOUT ANY +WARRANTY; without even the implied warranty of MERCHANTABILITY or +FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License +for more details.  You should have received a copy of the GNU General Public License -along with GNU CC; see the file COPYING.  If not, write to -the Free Software Foundation, 59 Temple Place - Suite 330, -Boston, MA 02111-1307, USA.  */ +along with GCC; see the file COPYING.  If not, write to the Free +Software Foundation, 59 Temple Place - Suite 330, Boston, MA +02111-1307, USA.  */  /* This file implements the language independent aspect of diagnostic diff --git a/gcc/diagnostic.h b/gcc/diagnostic.h index e48d03349ef..648680d7f96 100644 --- a/gcc/diagnostic.h +++ b/gcc/diagnostic.h @@ -2,22 +2,22 @@     Copyright (C) 2000, 2001 Free Software Foundation, Inc.     Contributed by Gabriel Dos Reis <gdr@codesourcery.com> -This file is part of GNU CC. +This file is part of GCC. -GNU CC is free software; you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by -the Free Software Foundation; either version 2, or (at your option) -any later version. +GCC is free software; you can redistribute it and/or modify it under +the terms of the GNU General Public License as published by the Free +Software Foundation; either version 2, or (at your option) any later +version. -GNU CC is distributed in the hope that it will be useful, -but WITHOUT ANY WARRANTY; without even the implied warranty of -MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the -GNU General Public License for more details. +GCC is distributed in the hope that it will be useful, but WITHOUT ANY +WARRANTY; without even the implied warranty of MERCHANTABILITY or +FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License +for more details.  You should have received a copy of the GNU General Public License -along with GNU CC; see the file COPYING.  If not, write to -the Free Software Foundation, 59 Temple Place - Suite 330, -Boston, MA 02111-1307, USA.  */ +along with GCC; see the file COPYING.  If not, write to the Free +Software Foundation, 59 Temple Place - Suite 330, Boston, MA +02111-1307, USA.  */  #ifndef GCC_DIAGNOSTIC_H  #define GCC_DIAGNOSTIC_H diff --git a/gcc/doloop.c b/gcc/doloop.c index 289da282fb9..caf616cf3af 100644 --- a/gcc/doloop.c +++ b/gcc/doloop.c @@ -2,22 +2,22 @@     Copyright (C) 1999, 2000 Free Software Foundation, Inc.     Contributed by Michael P. Hayes (m.hayes@elec.canterbury.ac.nz) -This file is part of GNU CC. +This file is part of GCC. -GNU CC is free software; you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by -the Free Software Foundation; either version 2, or (at your option) -any later version. +GCC is free software; you can redistribute it and/or modify it under +the terms of the GNU General Public License as published by the Free +Software Foundation; either version 2, or (at your option) any later +version. -GNU CC is distributed in the hope that it will be useful, -but WITHOUT ANY WARRANTY; without even the implied warranty of -MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the -GNU General Public License for more details. +GCC is distributed in the hope that it will be useful, but WITHOUT ANY +WARRANTY; without even the implied warranty of MERCHANTABILITY or +FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License +for more details.  You should have received a copy of the GNU General Public License -along with GNU CC; see the file COPYING.  If not, write to -the Free Software Foundation, 59 Temple Place - Suite 330, -Boston, MA 02111-1307, USA.  */ +along with GCC; see the file COPYING.  If not, write to the Free +Software Foundation, 59 Temple Place - Suite 330, Boston, MA +02111-1307, USA.  */  #include "config.h"  #include "system.h" diff --git a/gcc/dominance.c b/gcc/dominance.c index 3c35268dc5c..5e69b077bf5 100644 --- a/gcc/dominance.c +++ b/gcc/dominance.c @@ -2,22 +2,22 @@     Copyright (C) 2000 Free Software Foundation, Inc.     Contributed by Michael Matz (matz@ifh.de). -   This file is part of GNU CC. +   This file is part of GCC. -   GNU CC is free software; you can redistribute it and/or modify -   it under the terms of the GNU General Public License as published by +   GCC is free software; you can redistribute it and/or modify it +   under the terms of the GNU General Public License as published by     the Free Software Foundation; either version 2, or (at your option)     any later version. -   GNU CC is distributed in the hope that it will be useful, -   but WITHOUT ANY WARRANTY; without even the implied warranty of -   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the -   GNU General Public License for more details. +   GCC is distributed in the hope that it will be useful, but WITHOUT +   ANY WARRANTY; without even the implied warranty of MERCHANTABILITY +   or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public +   License for more details.     You should have received a copy of the GNU General Public License -   along with GNU CC; see the file COPYING.  If not, write to -   the Free Software Foundation, 59 Temple Place - Suite 330, -   Boston, MA 02111-1307, USA.  */ +   along with GCC; see the file COPYING.  If not, write to the Free +   Software Foundation, 59 Temple Place - Suite 330, Boston, MA +   02111-1307, USA.  */  /* This file implements the well known algorithm from Lengauer and Tarjan     to compute the dominators in a control flow graph.  A basic block D is said diff --git a/gcc/dwarf.h b/gcc/dwarf.h index 876bdc0abe5..6a58c683a70 100644 --- a/gcc/dwarf.h +++ b/gcc/dwarf.h @@ -5,22 +5,22 @@  Copyright (C) 1992 Free Software Foundation, Inc. -This file is part of GNU CC. +This file is part of GCC. -GNU CC is free software; you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by -the Free Software Foundation; either version 2, or (at your option) -any later version. +GCC is free software; you can redistribute it and/or modify it under +the terms of the GNU General Public License as published by the Free +Software Foundation; either version 2, or (at your option) any later +version. -GNU CC is distributed in the hope that it will be useful, -but WITHOUT ANY WARRANTY; without even the implied warranty of -MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the -GNU General Public License for more details. +GCC is distributed in the hope that it will be useful, but WITHOUT ANY +WARRANTY; without even the implied warranty of MERCHANTABILITY or +FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License +for more details.  You should have received a copy of the GNU General Public License -along with GNU CC; see the file COPYING.  If not, write to -the Free Software Foundation, 59 Temple Place - Suite 330, -Boston, MA 02111-1307, USA.  */ +along with GCC; see the file COPYING.  If not, write to the Free +Software Foundation, 59 Temple Place - Suite 330, Boston, MA +02111-1307, USA.  */  /* This file is derived from the DWARF specification (a public document)     Revision 1.0.1 (April 8, 1992) developed by the UNIX International diff --git a/gcc/dwarf2.h b/gcc/dwarf2.h index 941256c723a..ae63acdbadb 100644 --- a/gcc/dwarf2.h +++ b/gcc/dwarf2.h @@ -5,22 +5,22 @@     Contributed by Gary Funck (gary@intrepid.com).  Derived from the     DWARF 1 implementation written by Ron Guilmette (rfg@monkeys.com). -This file is part of GNU CC. +This file is part of GCC. -GNU CC is free software; you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by -the Free Software Foundation; either version 2, or (at your option) -any later version. +GCC is free software; you can redistribute it and/or modify it under +the terms of the GNU General Public License as published by the Free +Software Foundation; either version 2, or (at your option) any later +version. -GNU CC is distributed in the hope that it will be useful, -but WITHOUT ANY WARRANTY; without even the implied warranty of -MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the -GNU General Public License for more details. +GCC is distributed in the hope that it will be useful, but WITHOUT ANY +WARRANTY; without even the implied warranty of MERCHANTABILITY or +FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License +for more details.  You should have received a copy of the GNU General Public License -along with GNU CC; see the file COPYING.  If not, write to -the Free Software Foundation, 59 Temple Place - Suite 330, -Boston, MA 02111-1307, USA.  */ +along with GCC; see the file COPYING.  If not, write to the Free +Software Foundation, 59 Temple Place - Suite 330, Boston, MA +02111-1307, USA.  */  /* This file is derived from the DWARF specification (a public document)     Revision 2.0.0 (July 27, 1993) developed by the UNIX International diff --git a/gcc/dwarf2asm.c b/gcc/dwarf2asm.c index b3ec1c3d470..affa965ca2e 100644 --- a/gcc/dwarf2asm.c +++ b/gcc/dwarf2asm.c @@ -1,22 +1,22 @@  /* Dwarf2 assembler output helper routines.     Copyright (C) 2001 Free Software Foundation, Inc. -This file is part of GNU CC. +This file is part of GCC. -GNU CC is free software; you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by -the Free Software Foundation; either version 2, or (at your option) -any later version. +GCC is free software; you can redistribute it and/or modify it under +the terms of the GNU General Public License as published by the Free +Software Foundation; either version 2, or (at your option) any later +version. -GNU CC is distributed in the hope that it will be useful, -but WITHOUT ANY WARRANTY; without even the implied warranty of -MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the -GNU General Public License for more details. +GCC is distributed in the hope that it will be useful, but WITHOUT ANY +WARRANTY; without even the implied warranty of MERCHANTABILITY or +FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License +for more details.  You should have received a copy of the GNU General Public License -along with GNU CC; see the file COPYING.  If not, write to -the Free Software Foundation, 59 Temple Place - Suite 330, -Boston, MA 02111-1307, USA.  */ +along with GCC; see the file COPYING.  If not, write to the Free +Software Foundation, 59 Temple Place - Suite 330, Boston, MA +02111-1307, USA.  */  #include "config.h" diff --git a/gcc/dwarf2asm.h b/gcc/dwarf2asm.h index fb548b2cb89..63d55e59ef4 100644 --- a/gcc/dwarf2asm.h +++ b/gcc/dwarf2asm.h @@ -1,22 +1,22 @@  /* Dwarf2 assembler output helper routines.     Copyright (C) 2001 Free Software Foundation, Inc. -This file is part of GNU CC. +This file is part of GCC. -GNU CC is free software; you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by -the Free Software Foundation; either version 2, or (at your option) -any later version. +GCC is free software; you can redistribute it and/or modify it under +the terms of the GNU General Public License as published by the Free +Software Foundation; either version 2, or (at your option) any later +version. -GNU CC is distributed in the hope that it will be useful, -but WITHOUT ANY WARRANTY; without even the implied warranty of -MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the -GNU General Public License for more details. +GCC is distributed in the hope that it will be useful, but WITHOUT ANY +WARRANTY; without even the implied warranty of MERCHANTABILITY or +FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License +for more details.  You should have received a copy of the GNU General Public License -along with GNU CC; see the file COPYING.  If not, write to -the Free Software Foundation, 59 Temple Place - Suite 330, -Boston, MA 02111-1307, USA.  */ +along with GCC; see the file COPYING.  If not, write to the Free +Software Foundation, 59 Temple Place - Suite 330, Boston, MA +02111-1307, USA.  */  /* ??? Format checking yields "null format string" warnings, which is diff --git a/gcc/dwarf2out.c b/gcc/dwarf2out.c index cc1de94fa3e..1db912abe3e 100644 --- a/gcc/dwarf2out.c +++ b/gcc/dwarf2out.c @@ -5,22 +5,22 @@     Derived from DWARF 1 implementation of Ron Guilmette (rfg@monkeys.com).     Extensively modified by Jason Merrill (jason@cygnus.com). -This file is part of GNU CC. +This file is part of GCC. -GNU CC is free software; you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by -the Free Software Foundation; either version 2, or (at your option) -any later version. +GCC is free software; you can redistribute it and/or modify it under +the terms of the GNU General Public License as published by the Free +Software Foundation; either version 2, or (at your option) any later +version. -GNU CC is distributed in the hope that it will be useful, -but WITHOUT ANY WARRANTY; without even the implied warranty of -MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the -GNU General Public License for more details. +GCC is distributed in the hope that it will be useful, but WITHOUT ANY +WARRANTY; without even the implied warranty of MERCHANTABILITY or +FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License +for more details.  You should have received a copy of the GNU General Public License -along with GNU CC; see the file COPYING.  If not, write to -the Free Software Foundation, 59 Temple Place - Suite 330, -Boston, MA 02111-1307, USA.  */ +along with GCC; see the file COPYING.  If not, write to the Free +Software Foundation, 59 Temple Place - Suite 330, Boston, MA +02111-1307, USA.  */  /* TODO: Implement .debug_str handling, and share entries somehow.  	 Emit .debug_line header even when there are no functions, since diff --git a/gcc/dwarf2out.h b/gcc/dwarf2out.h index 7c5ca308ccf..5c6200cc483 100644 --- a/gcc/dwarf2out.h +++ b/gcc/dwarf2out.h @@ -1,22 +1,22 @@  /* dwarf2out.h - Various declarations for functions found in dwarf2out.c     Copyright (C) 1998, 1999, 2000 Free Software Foundation, Inc. -This file is part of GNU CC. +This file is part of GCC. -GNU CC is free software; you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by -the Free Software Foundation; either version 2, or (at your option) -any later version. +GCC is free software; you can redistribute it and/or modify it under +the terms of the GNU General Public License as published by the Free +Software Foundation; either version 2, or (at your option) any later +version. -GNU CC is distributed in the hope that it will be useful, -but WITHOUT ANY WARRANTY; without even the implied warranty of -MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the -GNU General Public License for more details. +GCC is distributed in the hope that it will be useful, but WITHOUT ANY +WARRANTY; without even the implied warranty of MERCHANTABILITY or +FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License +for more details.  You should have received a copy of the GNU General Public License -along with GNU CC; see the file COPYING.  If not, write to -the Free Software Foundation, 59 Temple Place - Suite 330, -Boston, MA 02111-1307, USA.  */ +along with GCC; see the file COPYING.  If not, write to the Free +Software Foundation, 59 Temple Place - Suite 330, Boston, MA +02111-1307, USA.  */  extern void dwarf2out_decl		PARAMS ((tree));	  extern void dwarf2out_frame_debug	PARAMS ((rtx)); diff --git a/gcc/dwarfout.c b/gcc/dwarfout.c index b245f235e23..cdff11736b3 100644 --- a/gcc/dwarfout.c +++ b/gcc/dwarfout.c @@ -3,22 +3,22 @@     1999, 2000, 2001 Free Software Foundation, Inc.     Contributed by Ron Guilmette (rfg@monkeys.com) of Network Computing Devices. -This file is part of GNU CC. +This file is part of GCC. -GNU CC is free software; you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by -the Free Software Foundation; either version 2, or (at your option) -any later version. +GCC is free software; you can redistribute it and/or modify it under +the terms of the GNU General Public License as published by the Free +Software Foundation; either version 2, or (at your option) any later +version. -GNU CC is distributed in the hope that it will be useful, -but WITHOUT ANY WARRANTY; without even the implied warranty of -MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the -GNU General Public License for more details. +GCC is distributed in the hope that it will be useful, but WITHOUT ANY +WARRANTY; without even the implied warranty of MERCHANTABILITY or +FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License +for more details.  You should have received a copy of the GNU General Public License -along with GNU CC; see the file COPYING.  If not, write to -the Free Software Foundation, 59 Temple Place - Suite 330, -Boston, MA 02111-1307, USA.  */ +along with GCC; see the file COPYING.  If not, write to the Free +Software Foundation, 59 Temple Place - Suite 330, Boston, MA +02111-1307, USA.  */  /* diff --git a/gcc/emit-rtl.c b/gcc/emit-rtl.c index c3ba4525a3e..b41de83ddad 100644 --- a/gcc/emit-rtl.c +++ b/gcc/emit-rtl.c @@ -2,22 +2,22 @@     Copyright (C) 1987, 1988, 1992, 1993, 1994, 1995, 1996, 1997, 1998,     1999, 2000, 2001 Free Software Foundation, Inc. -This file is part of GNU CC. +This file is part of GCC. -GNU CC is free software; you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by -the Free Software Foundation; either version 2, or (at your option) -any later version. +GCC is free software; you can redistribute it and/or modify it under +the terms of the GNU General Public License as published by the Free +Software Foundation; either version 2, or (at your option) any later +version. -GNU CC is distributed in the hope that it will be useful, -but WITHOUT ANY WARRANTY; without even the implied warranty of -MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the -GNU General Public License for more details. +GCC is distributed in the hope that it will be useful, but WITHOUT ANY +WARRANTY; without even the implied warranty of MERCHANTABILITY or +FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License +for more details.  You should have received a copy of the GNU General Public License -along with GNU CC; see the file COPYING.  If not, write to -the Free Software Foundation, 59 Temple Place - Suite 330, -Boston, MA 02111-1307, USA.  */ +along with GCC; see the file COPYING.  If not, write to the Free +Software Foundation, 59 Temple Place - Suite 330, Boston, MA +02111-1307, USA.  */  /* Middle-to-low level generation of rtx code and insns. diff --git a/gcc/errors.c b/gcc/errors.c index a61bb8801da..be59323e296 100644 --- a/gcc/errors.c +++ b/gcc/errors.c @@ -1,22 +1,22 @@  /* Basic error reporting routines.     Copyright (C) 1999, 2000, 2001 Free Software Foundation, Inc. -This file is part of GNU CC. +This file is part of GCC. -GNU CC is free software; you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by -the Free Software Foundation; either version 2, or (at your option) -any later version. +GCC is free software; you can redistribute it and/or modify it under +the terms of the GNU General Public License as published by the Free +Software Foundation; either version 2, or (at your option) any later +version. -GNU CC is distributed in the hope that it will be useful, -but WITHOUT ANY WARRANTY; without even the implied warranty of -MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the -GNU General Public License for more details. +GCC is distributed in the hope that it will be useful, but WITHOUT ANY +WARRANTY; without even the implied warranty of MERCHANTABILITY or +FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License +for more details.  You should have received a copy of the GNU General Public License -along with GNU CC; see the file COPYING.  If not, write to -the Free Software Foundation, 59 Temple Place - Suite 330, -Boston, MA 02111-1307, USA.  */ +along with GCC; see the file COPYING.  If not, write to the Free +Software Foundation, 59 Temple Place - Suite 330, Boston, MA +02111-1307, USA.  */  /* warning, error, and fatal.  These definitions are suitable for use     in the generator programs; eventually we would like to use them in diff --git a/gcc/errors.h b/gcc/errors.h index afb519a0930..3ac98a10dd1 100644 --- a/gcc/errors.h +++ b/gcc/errors.h @@ -1,22 +1,22 @@  /* Basic error reporting routines.     Copyright (C) 1999, 2000, 2001 Free Software Foundation, Inc. -This file is part of GNU CC. +This file is part of GCC. -GNU CC is free software; you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by -the Free Software Foundation; either version 2, or (at your option) -any later version. +GCC is free software; you can redistribute it and/or modify it under +the terms of the GNU General Public License as published by the Free +Software Foundation; either version 2, or (at your option) any later +version. -GNU CC is distributed in the hope that it will be useful, -but WITHOUT ANY WARRANTY; without even the implied warranty of -MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the -GNU General Public License for more details. +GCC is distributed in the hope that it will be useful, but WITHOUT ANY +WARRANTY; without even the implied warranty of MERCHANTABILITY or +FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License +for more details.  You should have received a copy of the GNU General Public License -along with GNU CC; see the file COPYING.  If not, write to -the Free Software Foundation, 59 Temple Place - Suite 330, -Boston, MA 02111-1307, USA.  */ +along with GCC; see the file COPYING.  If not, write to the Free +Software Foundation, 59 Temple Place - Suite 330, Boston, MA +02111-1307, USA.  */  /* warning, error, and fatal.  These definitions are suitable for use     in the generator programs; eventually we would like to use them in diff --git a/gcc/except.c b/gcc/except.c index 12e65e76035..25a08d5c737 100644 --- a/gcc/except.c +++ b/gcc/except.c @@ -3,22 +3,22 @@     1999, 2000, 2001 Free Software Foundation, Inc.     Contributed by Mike Stump <mrs@cygnus.com>. -This file is part of GNU CC. +This file is part of GCC. -GNU CC is free software; you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by -the Free Software Foundation; either version 2, or (at your option) -any later version. +GCC is free software; you can redistribute it and/or modify it under +the terms of the GNU General Public License as published by the Free +Software Foundation; either version 2, or (at your option) any later +version. -GNU CC is distributed in the hope that it will be useful, -but WITHOUT ANY WARRANTY; without even the implied warranty of -MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the -GNU General Public License for more details. +GCC is distributed in the hope that it will be useful, but WITHOUT ANY +WARRANTY; without even the implied warranty of MERCHANTABILITY or +FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License +for more details.  You should have received a copy of the GNU General Public License -along with GNU CC; see the file COPYING.  If not, write to -the Free Software Foundation, 59 Temple Place - Suite 330, -Boston, MA 02111-1307, USA.  */ +along with GCC; see the file COPYING.  If not, write to the Free +Software Foundation, 59 Temple Place - Suite 330, Boston, MA +02111-1307, USA.  */  /* An exception is an event that can be signaled from within a diff --git a/gcc/except.h b/gcc/except.h index 39500a030a7..1d613f83b2a 100644 --- a/gcc/except.h +++ b/gcc/except.h @@ -3,22 +3,22 @@     Free Software Foundation, Inc.     Contributed by Mike Stump <mrs@cygnus.com>. -This file is part of GNU CC. +This file is part of GCC. -GNU CC is free software; you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by -the Free Software Foundation; either version 2, or (at your option) -any later version. +GCC is free software; you can redistribute it and/or modify it under +the terms of the GNU General Public License as published by the Free +Software Foundation; either version 2, or (at your option) any later +version. -GNU CC is distributed in the hope that it will be useful, -but WITHOUT ANY WARRANTY; without even the implied warranty of -MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the -GNU General Public License for more details. +GCC is distributed in the hope that it will be useful, but WITHOUT ANY +WARRANTY; without even the implied warranty of MERCHANTABILITY or +FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License +for more details.  You should have received a copy of the GNU General Public License -along with GNU CC; see the file COPYING.  If not, write to -the Free Software Foundation, 59 Temple Place - Suite 330, -Boston, MA 02111-1307, USA.  */ +along with GCC; see the file COPYING.  If not, write to the Free +Software Foundation, 59 Temple Place - Suite 330, Boston, MA +02111-1307, USA.  */  #ifndef TREE_CODE diff --git a/gcc/exgettext b/gcc/exgettext index 3087d1df809..7b652de06c0 100755 --- a/gcc/exgettext +++ b/gcc/exgettext @@ -4,22 +4,22 @@  # Written by Paul Eggert <eggert@twinsun.com>. -# This file is part of GNU CC. +# This file is part of GCC. -# GNU CC is free software; you can redistribute it and/or modify -# it under the terms of the GNU General Public License as published by -# the Free Software Foundation; either version 2, or (at your option) -# any later version. +# GCC is free software; you can redistribute it and/or modify it under +# the terms of the GNU General Public License as published by the Free +# Software Foundation; either version 2, or (at your option) any later +# version. -# GNU CC is distributed in the hope that it will be useful, -# but WITHOUT ANY WARRANTY; without even the implied warranty of -# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the -# GNU General Public License for more details. +# GCC is distributed in the hope that it will be useful, but WITHOUT +# ANY WARRANTY; without even the implied warranty of MERCHANTABILITY +# or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public +# License for more details.  # You should have received a copy of the GNU General Public License -# along with GNU CC; see the file COPYING.  If not, write to -# the Free Software Foundation, 59 Temple Place - Suite 330, -# Boston, MA 02111-1307, USA. +# along with GCC; see the file COPYING.  If not, write to the Free +# Software Foundation, 59 Temple Place - Suite 330, Boston, MA +# 02111-1307, USA.  # Set environment to default value, if not already set.  : ${AWK=awk} diff --git a/gcc/explow.c b/gcc/explow.c index 0900a3f61dd..3a7716fd265 100644 --- a/gcc/explow.c +++ b/gcc/explow.c @@ -2,22 +2,22 @@     Copyright (C) 1987, 1991, 1994, 1995, 1996, 1997, 1998,     1999, 2000, 2001 Free Software Foundation, Inc. -This file is part of GNU CC. +This file is part of GCC. -GNU CC is free software; you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by -the Free Software Foundation; either version 2, or (at your option) -any later version. +GCC is free software; you can redistribute it and/or modify it under +the terms of the GNU General Public License as published by the Free +Software Foundation; either version 2, or (at your option) any later +version. -GNU CC is distributed in the hope that it will be useful, -but WITHOUT ANY WARRANTY; without even the implied warranty of -MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the -GNU General Public License for more details. +GCC is distributed in the hope that it will be useful, but WITHOUT ANY +WARRANTY; without even the implied warranty of MERCHANTABILITY or +FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License +for more details.  You should have received a copy of the GNU General Public License -along with GNU CC; see the file COPYING.  If not, write to -the Free Software Foundation, 59 Temple Place - Suite 330, -Boston, MA 02111-1307, USA.  */ +along with GCC; see the file COPYING.  If not, write to the Free +Software Foundation, 59 Temple Place - Suite 330, Boston, MA +02111-1307, USA.  */  #include "config.h" diff --git a/gcc/expmed.c b/gcc/expmed.c index bd72caeb86a..7c1e0f6a383 100644 --- a/gcc/expmed.c +++ b/gcc/expmed.c @@ -3,22 +3,22 @@     Copyright (C) 1987, 1988, 1989, 1992, 1993, 1994, 1995, 1996, 1997, 1998,     1999, 2000, 2001 Free Software Foundation, Inc. -This file is part of GNU CC. +This file is part of GCC. -GNU CC is free software; you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by -the Free Software Foundation; either version 2, or (at your option) -any later version. +GCC is free software; you can redistribute it and/or modify it under +the terms of the GNU General Public License as published by the Free +Software Foundation; either version 2, or (at your option) any later +version. -GNU CC is distributed in the hope that it will be useful, -but WITHOUT ANY WARRANTY; without even the implied warranty of -MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the -GNU General Public License for more details. +GCC is distributed in the hope that it will be useful, but WITHOUT ANY +WARRANTY; without even the implied warranty of MERCHANTABILITY or +FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License +for more details.  You should have received a copy of the GNU General Public License -along with GNU CC; see the file COPYING.  If not, write to -the Free Software Foundation, 59 Temple Place - Suite 330, -Boston, MA 02111-1307, USA.  */ +along with GCC; see the file COPYING.  If not, write to the Free +Software Foundation, 59 Temple Place - Suite 330, Boston, MA +02111-1307, USA.  */  #include "config.h" diff --git a/gcc/expr.c b/gcc/expr.c index ffb46cb59c1..222d7ec0f08 100644 --- a/gcc/expr.c +++ b/gcc/expr.c @@ -2,22 +2,22 @@     Copyright (C) 1988, 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999,     2000, 2001 Free Software Foundation, Inc. -This file is part of GNU CC. +This file is part of GCC. -GNU CC is free software; you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by -the Free Software Foundation; either version 2, or (at your option) -any later version. +GCC is free software; you can redistribute it and/or modify it under +the terms of the GNU General Public License as published by the Free +Software Foundation; either version 2, or (at your option) any later +version. -GNU CC is distributed in the hope that it will be useful, -but WITHOUT ANY WARRANTY; without even the implied warranty of -MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the -GNU General Public License for more details. +GCC is distributed in the hope that it will be useful, but WITHOUT ANY +WARRANTY; without even the implied warranty of MERCHANTABILITY or +FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License +for more details.  You should have received a copy of the GNU General Public License -along with GNU CC; see the file COPYING.  If not, write to -the Free Software Foundation, 59 Temple Place - Suite 330, -Boston, MA 02111-1307, USA.  */ +along with GCC; see the file COPYING.  If not, write to the Free +Software Foundation, 59 Temple Place - Suite 330, Boston, MA +02111-1307, USA.  */  #include "config.h"  #include "system.h" diff --git a/gcc/expr.h b/gcc/expr.h index 9bf2adb5a50..e340b8bf950 100644 --- a/gcc/expr.h +++ b/gcc/expr.h @@ -2,22 +2,22 @@     Copyright (C) 1987, 1991, 1992, 1993, 1994, 1995, 1996, 1997, 1998,     1999, 2000 Free Software Foundation, Inc. -This file is part of GNU CC. +This file is part of GCC. -GNU CC is free software; you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by -the Free Software Foundation; either version 2, or (at your option) -any later version. +GCC is free software; you can redistribute it and/or modify it under +the terms of the GNU General Public License as published by the Free +Software Foundation; either version 2, or (at your option) any later +version. -GNU CC is distributed in the hope that it will be useful, -but WITHOUT ANY WARRANTY; without even the implied warranty of -MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the -GNU General Public License for more details. +GCC is distributed in the hope that it will be useful, but WITHOUT ANY +WARRANTY; without even the implied warranty of MERCHANTABILITY or +FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License +for more details.  You should have received a copy of the GNU General Public License -along with GNU CC; see the file COPYING.  If not, write to -the Free Software Foundation, 59 Temple Place - Suite 330, -Boston, MA 02111-1307, USA.  */ +along with GCC; see the file COPYING.  If not, write to the Free +Software Foundation, 59 Temple Place - Suite 330, Boston, MA +02111-1307, USA.  */  /* The default branch cost is 1.  */  #ifndef BRANCH_COST diff --git a/gcc/final.c b/gcc/final.c index ca38b96f639..6e77d9b0c61 100644 --- a/gcc/final.c +++ b/gcc/final.c @@ -2,22 +2,22 @@     Copyright (C) 1987, 1988, 1989, 1992, 1993, 1994, 1995, 1996, 1997,     1998, 1999, 2000, 2001 Free Software Foundation, Inc. -This file is part of GNU CC. +This file is part of GCC. -GNU CC is free software; you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by -the Free Software Foundation; either version 2, or (at your option) -any later version. +GCC is free software; you can redistribute it and/or modify it under +the terms of the GNU General Public License as published by the Free +Software Foundation; either version 2, or (at your option) any later +version. -GNU CC is distributed in the hope that it will be useful, -but WITHOUT ANY WARRANTY; without even the implied warranty of -MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the -GNU General Public License for more details. +GCC is distributed in the hope that it will be useful, but WITHOUT ANY +WARRANTY; without even the implied warranty of MERCHANTABILITY or +FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License +for more details.  You should have received a copy of the GNU General Public License -along with GNU CC; see the file COPYING.  If not, write to -the Free Software Foundation, 59 Temple Place - Suite 330, -Boston, MA 02111-1307, USA.  */ +along with GCC; see the file COPYING.  If not, write to the Free +Software Foundation, 59 Temple Place - Suite 330, Boston, MA +02111-1307, USA.  */  /* This is the final pass of the compiler.     It looks at the rtl code for a function and outputs assembler code. diff --git a/gcc/fixproto b/gcc/fixproto index d4cfa67fc1a..3d65cbbe917 100755 --- a/gcc/fixproto +++ b/gcc/fixproto @@ -5,25 +5,25 @@  #  # COPYRIGHT  #	Copyright (C) 1993, 1994, 1997, 1998 Free Software Foundation, Inc. -#	This file is part of GNU CC. +#	This file is part of GCC.  # -#	GNU CC is free software; you can redistribute it and/or modify +#	GCC is free software; you can redistribute it and/or modify  #	it under the terms of the GNU General Public License as published by  #	the Free Software Foundation; either version 2, or (at your option)  #	any later version.  # -#	GNU CC is distributed in the hope that it will be useful, +#	GCC is distributed in the hope that it will be useful,  #	but WITHOUT ANY WARRANTY; without even the implied warranty of  #	MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the  #	GNU General Public License for more details.  #  #	You should have received a copy of the GNU General Public License -#	along with GNU CC; see the file COPYING.  If not, write to +#	along with GCC; see the file COPYING.  If not, write to  #	the Free Software Foundation, 59 Temple Place - Suite 330,  #	Boston, MA 02111-1307, USA.  #  # DESCRIPTION -#	Adjunct script for GNU CC to populate a directory with ANSI, +#	Adjunct script for GCC to populate a directory with ANSI,  #	Posix.1, and C++ compatible header files.  #  #	Each file found under SOURCE-DIR-ALL is analyzed and "fixed." diff --git a/gcc/flags.h b/gcc/flags.h index 38ae79a5c4f..89188c0283a 100644 --- a/gcc/flags.h +++ b/gcc/flags.h @@ -1,23 +1,23 @@ -/* Compilation switch flag definitions for GNU CC. +/* Compilation switch flag definitions for GCC.     Copyright (C) 1987, 1988, 1994, 1995, 1996, 1997, 1998, 1999, 2000     Free Software Foundation, Inc. -This file is part of GNU CC. +This file is part of GCC. -GNU CC is free software; you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by -the Free Software Foundation; either version 2, or (at your option) -any later version. +GCC is free software; you can redistribute it and/or modify it under +the terms of the GNU General Public License as published by the Free +Software Foundation; either version 2, or (at your option) any later +version. -GNU CC is distributed in the hope that it will be useful, -but WITHOUT ANY WARRANTY; without even the implied warranty of -MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the -GNU General Public License for more details. +GCC is distributed in the hope that it will be useful, but WITHOUT ANY +WARRANTY; without even the implied warranty of MERCHANTABILITY or +FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License +for more details.  You should have received a copy of the GNU General Public License -along with GNU CC; see the file COPYING.  If not, write to -the Free Software Foundation, 59 Temple Place - Suite 330, -Boston, MA 02111-1307, USA.  */ +along with GCC; see the file COPYING.  If not, write to the Free +Software Foundation, 59 Temple Place - Suite 330, Boston, MA +02111-1307, USA.  */  #ifndef GCC_FLAGS_H  #define GCC_FLAGS_H diff --git a/gcc/flow.c b/gcc/flow.c index 312bab75eba..39c70860ebf 100644 --- a/gcc/flow.c +++ b/gcc/flow.c @@ -2,22 +2,22 @@     Copyright (C) 1987, 1988, 1992, 1993, 1994, 1995, 1996, 1997, 1998,     1999, 2000, 2001 Free Software Foundation, Inc. -This file is part of GNU CC. +This file is part of GCC. -GNU CC is free software; you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by -the Free Software Foundation; either version 2, or (at your option) -any later version. +GCC is free software; you can redistribute it and/or modify it under +the terms of the GNU General Public License as published by the Free +Software Foundation; either version 2, or (at your option) any later +version. -GNU CC is distributed in the hope that it will be useful, -but WITHOUT ANY WARRANTY; without even the implied warranty of -MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the -GNU General Public License for more details. +GCC is distributed in the hope that it will be useful, but WITHOUT ANY +WARRANTY; without even the implied warranty of MERCHANTABILITY or +FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License +for more details.  You should have received a copy of the GNU General Public License -along with GNU CC; see the file COPYING.  If not, write to -the Free Software Foundation, 59 Temple Place - Suite 330, -Boston, MA 02111-1307, USA.  */ +along with GCC; see the file COPYING.  If not, write to the Free +Software Foundation, 59 Temple Place - Suite 330, Boston, MA +02111-1307, USA.  */  /* This file contains the data flow analysis pass of the compiler.  It     computes data flow information which tells combine_instructions diff --git a/gcc/fold-const.c b/gcc/fold-const.c index 00af527c380..9b99c8f6734 100644 --- a/gcc/fold-const.c +++ b/gcc/fold-const.c @@ -2,22 +2,22 @@     Copyright (C) 1987, 1988, 1992, 1993, 1994, 1995, 1996, 1997, 1998,     1999, 2000, 2001 Free Software Foundation, Inc. -This file is part of GNU CC. +This file is part of GCC. -GNU CC is free software; you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by -the Free Software Foundation; either version 2, or (at your option) -any later version. +GCC is free software; you can redistribute it and/or modify it under +the terms of the GNU General Public License as published by the Free +Software Foundation; either version 2, or (at your option) any later +version. -GNU CC is distributed in the hope that it will be useful, -but WITHOUT ANY WARRANTY; without even the implied warranty of -MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the -GNU General Public License for more details. +GCC is distributed in the hope that it will be useful, but WITHOUT ANY +WARRANTY; without even the implied warranty of MERCHANTABILITY or +FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License +for more details.  You should have received a copy of the GNU General Public License -along with GNU CC; see the file COPYING.  If not, write to -the Free Software Foundation, 59 Temple Place - Suite 330, -Boston, MA 02111-1307, USA.  */ +along with GCC; see the file COPYING.  If not, write to the Free +Software Foundation, 59 Temple Place - Suite 330, Boston, MA +02111-1307, USA.  */  /*@@ This file should be rewritten to use an arbitrary precision    @@ representation for "struct tree_int_cst" and "struct tree_real_cst". diff --git a/gcc/fp-test.c b/gcc/fp-test.c index d0712446262..c85bf21befa 100644 --- a/gcc/fp-test.c +++ b/gcc/fp-test.c @@ -2,22 +2,22 @@     Copyright (C) 1995, 2000 Free Software Foundation, Inc.     Contributed by Ronald F. Guilmette <rfg@monkeys.com>. -   This file is part of GNU CC. +   This file is part of GCC. -   GNU CC is free software; you can redistribute it and/or modify -   it under the terms of the GNU General Public License as published by +   GCC is free software; you can redistribute it and/or modify it +   under the terms of the GNU General Public License as published by     the Free Software Foundation; either version 2, or (at your option)     any later version. -   GNU CC is distributed in the hope that it will be useful, -   but WITHOUT ANY WARRANTY; without even the implied warranty of -   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the -   GNU General Public License for more details. +   GCC is distributed in the hope that it will be useful, but WITHOUT +   ANY WARRANTY; without even the implied warranty of MERCHANTABILITY +   or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public +   License for more details.     You should have received a copy of the GNU General Public License -   along with GNU CC; see the file COPYING.  If not, write to -   the Free Software Foundation, 59 Temple Place - Suite 330, -   Boston, MA 02111-1307, USA.  */ +   along with GCC; see the file COPYING.  If not, write to the Free +   Software Foundation, 59 Temple Place - Suite 330, Boston, MA +   02111-1307, USA.  */  /* This is a trivial test program which may be useful to people who are     porting the GCC or G++ compilers to a new system.  The intent here is diff --git a/gcc/function.c b/gcc/function.c index 93add2af83c..f934200f998 100644 --- a/gcc/function.c +++ b/gcc/function.c @@ -2,22 +2,22 @@     Copyright (C) 1987, 1988, 1989, 1991, 1992, 1993, 1994, 1995, 1996, 1997,     1998, 1999, 2000, 2001 Free Software Foundation, Inc. -This file is part of GNU CC. +This file is part of GCC. -GNU CC is free software; you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by -the Free Software Foundation; either version 2, or (at your option) -any later version. +GCC is free software; you can redistribute it and/or modify it under +the terms of the GNU General Public License as published by the Free +Software Foundation; either version 2, or (at your option) any later +version. -GNU CC is distributed in the hope that it will be useful, -but WITHOUT ANY WARRANTY; without even the implied warranty of -MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the -GNU General Public License for more details. +GCC is distributed in the hope that it will be useful, but WITHOUT ANY +WARRANTY; without even the implied warranty of MERCHANTABILITY or +FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License +for more details.  You should have received a copy of the GNU General Public License -along with GNU CC; see the file COPYING.  If not, write to -the Free Software Foundation, 59 Temple Place - Suite 330, -Boston, MA 02111-1307, USA.  */ +along with GCC; see the file COPYING.  If not, write to the Free +Software Foundation, 59 Temple Place - Suite 330, Boston, MA +02111-1307, USA.  */  /* This file handles the generation of rtl code from tree structure     at the level of the function as a whole. diff --git a/gcc/function.h b/gcc/function.h index 3322f43a593..b35f8590112 100644 --- a/gcc/function.h +++ b/gcc/function.h @@ -2,22 +2,22 @@     Copyright (C) 1989, 1992, 1993, 1994, 1995, 1996, 1997, 1998,     1999, 2000 Free Software Foundation, Inc. -This file is part of GNU CC. +This file is part of GCC. -GNU CC is free software; you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by -the Free Software Foundation; either version 2, or (at your option) -any later version. +GCC is free software; you can redistribute it and/or modify it under +the terms of the GNU General Public License as published by the Free +Software Foundation; either version 2, or (at your option) any later +version. -GNU CC is distributed in the hope that it will be useful, -but WITHOUT ANY WARRANTY; without even the implied warranty of -MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the -GNU General Public License for more details. +GCC is distributed in the hope that it will be useful, but WITHOUT ANY +WARRANTY; without even the implied warranty of MERCHANTABILITY or +FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License +for more details.  You should have received a copy of the GNU General Public License -along with GNU CC; see the file COPYING.  If not, write to -the Free Software Foundation, 59 Temple Place - Suite 330, -Boston, MA 02111-1307, USA.  */ +along with GCC; see the file COPYING.  If not, write to the Free +Software Foundation, 59 Temple Place - Suite 330, Boston, MA +02111-1307, USA.  */  #if !defined(NULL_TREE) && !defined(tree) diff --git a/gcc/gbl-ctors.h b/gcc/gbl-ctors.h index ad72b16f4b3..02e6835fa27 100644 --- a/gcc/gbl-ctors.h +++ b/gcc/gbl-ctors.h @@ -6,22 +6,22 @@     Free Software Foundation, Inc.     Contributed by Ron Guilmette (rfg@segfault.us.com) -This file is part of GNU CC. +This file is part of GCC. -GNU CC is free software; you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by -the Free Software Foundation; either version 2, or (at your option) -any later version. +GCC is free software; you can redistribute it and/or modify it under +the terms of the GNU General Public License as published by the Free +Software Foundation; either version 2, or (at your option) any later +version. -GNU CC is distributed in the hope that it will be useful, -but WITHOUT ANY WARRANTY; without even the implied warranty of -MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the -GNU General Public License for more details. +GCC is distributed in the hope that it will be useful, but WITHOUT ANY +WARRANTY; without even the implied warranty of MERCHANTABILITY or +FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License +for more details.  You should have received a copy of the GNU General Public License -along with GNU CC; see the file COPYING.  If not, write to -the Free Software Foundation, 59 Temple Place - Suite 330, -Boston, MA 02111-1307, USA.  */ +along with GCC; see the file COPYING.  If not, write to the Free +Software Foundation, 59 Temple Place - Suite 330, Boston, MA +02111-1307, USA.  */  /*	This file contains definitions and declarations of things  	relating to the normal start-up-time invocation of C++ diff --git a/gcc/gcc.c b/gcc/gcc.c index 99a5c3cd594..93d0aa5f71a 100644 --- a/gcc/gcc.c +++ b/gcc/gcc.c @@ -2,22 +2,22 @@     Copyright (C) 1987, 1989, 1992, 1993, 1994, 1995, 1996, 1997, 1998,     1999, 2000, 2001 Free Software Foundation, Inc. -This file is part of GNU CC. +This file is part of GCC. -GNU CC is free software; you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by -the Free Software Foundation; either version 2, or (at your option) -any later version. +GCC is free software; you can redistribute it and/or modify it under +the terms of the GNU General Public License as published by the Free +Software Foundation; either version 2, or (at your option) any later +version. -GNU CC is distributed in the hope that it will be useful, -but WITHOUT ANY WARRANTY; without even the implied warranty of -MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the -GNU General Public License for more details. +GCC is distributed in the hope that it will be useful, but WITHOUT ANY +WARRANTY; without even the implied warranty of MERCHANTABILITY or +FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License +for more details.  You should have received a copy of the GNU General Public License -along with GNU CC; see the file COPYING.  If not, write to -the Free Software Foundation, 59 Temple Place - Suite 330, -Boston, MA 02111-1307, USA. +along with GCC; see the file COPYING.  If not, write to the Free +Software Foundation, 59 Temple Place - Suite 330, Boston, MA +02111-1307, USA.  This paragraph is here to try to keep Sun CC from dying.  The number of chars here seems crucial!!!!  */ diff --git a/gcc/gcc.h b/gcc/gcc.h index 62526769d86..8d650525754 100644 --- a/gcc/gcc.h +++ b/gcc/gcc.h @@ -1,22 +1,22 @@  /* Header file for modules that link with gcc.c     Copyright (C) 1999 Free Software Foundation, Inc. -This file is part of GNU CC. +This file is part of GCC. -GNU CC is free software; you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by -the Free Software Foundation; either version 2, or (at your option) -any later version. +GCC is free software; you can redistribute it and/or modify it under +the terms of the GNU General Public License as published by the Free +Software Foundation; either version 2, or (at your option) any later +version. -GNU CC is distributed in the hope that it will be useful, -but WITHOUT ANY WARRANTY; without even the implied warranty of -MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the -GNU General Public License for more details. +GCC is distributed in the hope that it will be useful, but WITHOUT ANY +WARRANTY; without even the implied warranty of MERCHANTABILITY or +FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License +for more details.  You should have received a copy of the GNU General Public License -along with GNU CC; see the file COPYING.  If not, write to -the Free Software Foundation, 59 Temple Place - Suite 330, -Boston, MA 02111-1307, USA.  */ +along with GCC; see the file COPYING.  If not, write to the Free +Software Foundation, 59 Temple Place - Suite 330, Boston, MA +02111-1307, USA.  */  #ifndef GCC_GCC_H  #define GCC_GCC_H diff --git a/gcc/gcc.hlp b/gcc/gcc.hlp index 26e22faba29..6d8723b82a4 100644 --- a/gcc/gcc.hlp +++ b/gcc/gcc.hlp @@ -354,8 +354,8 @@   When this qualifier is present, warnings about usage that  should  be   avoided  are given by the compiler.  For more information, see "Using - and Porting GNU CC", in the section on command  line  options,  under - "-Wall". + and Porting the GNU Compiler Collection (GCC)", in the section on + command line options, under "-Wall".   Warnings are also generated by the preprocessor when  this  qualifier   is given. @@ -364,8 +364,8 @@   There are several known incompatibilities between  GNU-C  and  VAX-C.   Some  common  ones  will  be  briefly  described  here.   A  complete - description can be found in "Using and Porting GNU CC" in the chapter - entitled "Using GNU CC on VMS". + description can be found in "Using and Porting the GNU Compiler + Collection (GCC)" in the chapter entitled "Using GCC on VMS".       GNU-C provides case hacking as a means of giving case sensitivity   to  symbol  names.  The case hack is a hexadecimal number appended to diff --git a/gcc/gccspec.c b/gcc/gccspec.c index 88072eada54..867cbd52e05 100644 --- a/gcc/gccspec.c +++ b/gcc/gccspec.c @@ -1,22 +1,22 @@  /* Specific flags and argument handling of the C front-end.     Copyright (C) 1999, 2001 Free Software Foundation, Inc. -This file is part of GNU CC. +This file is part of GCC. -GNU CC is free software; you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by -the Free Software Foundation; either version 2, or (at your option) -any later version. +GCC is free software; you can redistribute it and/or modify it under +the terms of the GNU General Public License as published by the Free +Software Foundation; either version 2, or (at your option) any later +version. -GNU CC is distributed in the hope that it will be useful, -but WITHOUT ANY WARRANTY; without even the implied warranty of -MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the -GNU General Public License for more details. +GCC is distributed in the hope that it will be useful, but WITHOUT ANY +WARRANTY; without even the implied warranty of MERCHANTABILITY or +FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License +for more details.  You should have received a copy of the GNU General Public License -along with GNU CC; see the file COPYING.  If not, write to -the Free Software Foundation, 59 Temple Place - Suite 330, -Boston, MA 02111-1307, USA.  */ +along with GCC; see the file COPYING.  If not, write to the Free +Software Foundation, 59 Temple Place - Suite 330, Boston, MA +02111-1307, USA.  */  #include "config.h"  #include "system.h" diff --git a/gcc/gcov-io.h b/gcc/gcov-io.h index 8e360225718..be83ad9b511 100644 --- a/gcc/gcov-io.h +++ b/gcc/gcov-io.h @@ -2,22 +2,22 @@     Copyright (C) 1996, 1997, 1998, 2000 Free Software Foundation, Inc.     Contributed by Bob Manson <manson@cygnus.com>. -This file is part of GNU CC. +This file is part of GCC. -GNU CC is free software; you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by -the Free Software Foundation; either version 2, or (at your option) -any later version. +GCC is free software; you can redistribute it and/or modify it under +the terms of the GNU General Public License as published by the Free +Software Foundation; either version 2, or (at your option) any later +version. -GNU CC is distributed in the hope that it will be useful, -but WITHOUT ANY WARRANTY; without even the implied warranty of -MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the -GNU General Public License for more details. +GCC is distributed in the hope that it will be useful, but WITHOUT ANY +WARRANTY; without even the implied warranty of MERCHANTABILITY or +FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License +for more details.  You should have received a copy of the GNU General Public License -along with GNU CC; see the file COPYING.  If not, write to -the Free Software Foundation, 59 Temple Place - Suite 330, -Boston, MA 02111-1307, USA.  */ +along with GCC; see the file COPYING.  If not, write to the Free +Software Foundation, 59 Temple Place - Suite 330, Boston, MA +02111-1307, USA.  */  #ifndef GCC_GCOV_IO_H  #define GCC_GCOV_IO_H diff --git a/gcc/gcse.c b/gcc/gcse.c index 8164ee3e2c1..84e41a7436c 100644 --- a/gcc/gcse.c +++ b/gcc/gcse.c @@ -2,22 +2,22 @@     and global constant/copy propagation for GNU compiler.     Copyright (C) 1997, 1998, 1999, 2000, 2001 Free Software Foundation, Inc. -This file is part of GNU CC. +This file is part of GCC. -GNU CC is free software; you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by -the Free Software Foundation; either version 2, or (at your option) -any later version. +GCC is free software; you can redistribute it and/or modify it under +the terms of the GNU General Public License as published by the Free +Software Foundation; either version 2, or (at your option) any later +version. -GNU CC is distributed in the hope that it will be useful, -but WITHOUT ANY WARRANTY; without even the implied warranty of -MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the -GNU General Public License for more details. +GCC is distributed in the hope that it will be useful, but WITHOUT ANY +WARRANTY; without even the implied warranty of MERCHANTABILITY or +FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License +for more details.  You should have received a copy of the GNU General Public License -along with GNU CC; see the file COPYING.  If not, write to -the Free Software Foundation, 59 Temple Place - Suite 330, -Boston, MA 02111-1307, USA.  */ +along with GCC; see the file COPYING.  If not, write to the Free +Software Foundation, 59 Temple Place - Suite 330, Boston, MA +02111-1307, USA.  */  /* TODO     - reordering of memory allocation and freeing to be more space efficient diff --git a/gcc/genattr.c b/gcc/genattr.c index 4fff3a100f8..cbb1175ceee 100644 --- a/gcc/genattr.c +++ b/gcc/genattr.c @@ -2,22 +2,22 @@     Copyright (C) 1991, 1994, 1996, 1998, 1999, 2000 Free Software Foundation, Inc.     Contributed by Richard Kenner (kenner@vlsi1.ultra.nyu.edu) -This file is part of GNU CC. +This file is part of GCC. -GNU CC is free software; you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by -the Free Software Foundation; either version 2, or (at your option) -any later version. +GCC is free software; you can redistribute it and/or modify it under +the terms of the GNU General Public License as published by the Free +Software Foundation; either version 2, or (at your option) any later +version. -GNU CC is distributed in the hope that it will be useful, -but WITHOUT ANY WARRANTY; without even the implied warranty of -MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the -GNU General Public License for more details. +GCC is distributed in the hope that it will be useful, but WITHOUT ANY +WARRANTY; without even the implied warranty of MERCHANTABILITY or +FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License +for more details.  You should have received a copy of the GNU General Public License -along with GNU CC; see the file COPYING.  If not, write to -the Free Software Foundation, 59 Temple Place - Suite 330, -Boston, MA 02111-1307, USA.  */ +along with GCC; see the file COPYING.  If not, write to the Free +Software Foundation, 59 Temple Place - Suite 330, Boston, MA +02111-1307, USA.  */  #include "hconfig.h" diff --git a/gcc/genattrtab.c b/gcc/genattrtab.c index 2894e686113..94f18e390e2 100644 --- a/gcc/genattrtab.c +++ b/gcc/genattrtab.c @@ -3,22 +3,22 @@     1999, 2000 Free Software Foundation, Inc.     Contributed by Richard Kenner (kenner@vlsi1.ultra.nyu.edu) -This file is part of GNU CC. +This file is part of GCC. -GNU CC is free software; you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by -the Free Software Foundation; either version 2, or (at your option) -any later version. +GCC is free software; you can redistribute it and/or modify it under +the terms of the GNU General Public License as published by the Free +Software Foundation; either version 2, or (at your option) any later +version. -GNU CC is distributed in the hope that it will be useful, -but WITHOUT ANY WARRANTY; without even the implied warranty of -MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the -GNU General Public License for more details. +GCC is distributed in the hope that it will be useful, but WITHOUT ANY +WARRANTY; without even the implied warranty of MERCHANTABILITY or +FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License +for more details.  You should have received a copy of the GNU General Public License -along with GNU CC; see the file COPYING.  If not, write to -the Free Software Foundation, 59 Temple Place - Suite 330, -Boston, MA 02111-1307, USA.  */ +along with GCC; see the file COPYING.  If not, write to the Free +Software Foundation, 59 Temple Place - Suite 330, Boston, MA +02111-1307, USA.  */  /* This program handles insn attributes and the DEFINE_DELAY and     DEFINE_FUNCTION_UNIT definitions. diff --git a/gcc/gencheck.c b/gcc/gencheck.c index c55048aa6f8..7eae8ec9324 100644 --- a/gcc/gencheck.c +++ b/gcc/gencheck.c @@ -1,22 +1,22 @@  /* Generate check macros for tree codes.     Copyright (C) 1998, 1999, 2000 Free Software Foundation, Inc. -This file is part of GNU CC. +This file is part of GCC. -GNU CC is free software; you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by -the Free Software Foundation; either version 2, or (at your option) -any later version. +GCC is free software; you can redistribute it and/or modify it under +the terms of the GNU General Public License as published by the Free +Software Foundation; either version 2, or (at your option) any later +version. -GNU CC is distributed in the hope that it will be useful, -but WITHOUT ANY WARRANTY; without even the implied warranty of -MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the -GNU General Public License for more details. +GCC is distributed in the hope that it will be useful, but WITHOUT ANY +WARRANTY; without even the implied warranty of MERCHANTABILITY or +FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License +for more details.  You should have received a copy of the GNU General Public License -along with GNU CC; see the file COPYING.  If not, write to -the Free Software Foundation, 59 Temple Place - Suite 330, -Boston, MA 02111-1307, USA.  */ +along with GCC; see the file COPYING.  If not, write to the Free +Software Foundation, 59 Temple Place - Suite 330, Boston, MA +02111-1307, USA.  */  #include "hconfig.h"  #include "system.h" diff --git a/gcc/gencodes.c b/gcc/gencodes.c index ffcd1876215..735570a6d20 100644 --- a/gcc/gencodes.c +++ b/gcc/gencodes.c @@ -4,22 +4,22 @@     Copyright (C) 1987, 1991, 1995, 1998,     1999, 2000, 2001 Free Software Foundation, Inc. -This file is part of GNU CC. +This file is part of GCC. -GNU CC is free software; you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by -the Free Software Foundation; either version 2, or (at your option) -any later version. +GCC is free software; you can redistribute it and/or modify it under +the terms of the GNU General Public License as published by the Free +Software Foundation; either version 2, or (at your option) any later +version. -GNU CC is distributed in the hope that it will be useful, -but WITHOUT ANY WARRANTY; without even the implied warranty of -MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the -GNU General Public License for more details. +GCC is distributed in the hope that it will be useful, but WITHOUT ANY +WARRANTY; without even the implied warranty of MERCHANTABILITY or +FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License +for more details.  You should have received a copy of the GNU General Public License -along with GNU CC; see the file COPYING.  If not, write to -the Free Software Foundation, 59 Temple Place - Suite 330, -Boston, MA 02111-1307, USA.  */ +along with GCC; see the file COPYING.  If not, write to the Free +Software Foundation, 59 Temple Place - Suite 330, Boston, MA +02111-1307, USA.  */  #include "hconfig.h" diff --git a/gcc/genconfig.c b/gcc/genconfig.c index bd61827d163..701b19c54b0 100644 --- a/gcc/genconfig.c +++ b/gcc/genconfig.c @@ -3,22 +3,22 @@     Copyright (C) 1987, 1991, 1997, 1998,     1999, 2000 Free Software Foundation, Inc. -This file is part of GNU CC. +This file is part of GCC. -GNU CC is free software; you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by -the Free Software Foundation; either version 2, or (at your option) -any later version. +GCC is free software; you can redistribute it and/or modify it under +the terms of the GNU General Public License as published by the Free +Software Foundation; either version 2, or (at your option) any later +version. -GNU CC is distributed in the hope that it will be useful, -but WITHOUT ANY WARRANTY; without even the implied warranty of -MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the -GNU General Public License for more details. +GCC is distributed in the hope that it will be useful, but WITHOUT ANY +WARRANTY; without even the implied warranty of MERCHANTABILITY or +FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License +for more details.  You should have received a copy of the GNU General Public License -along with GNU CC; see the file COPYING.  If not, write to -the Free Software Foundation, 59 Temple Place - Suite 330, -Boston, MA 02111-1307, USA.  */ +along with GCC; see the file COPYING.  If not, write to the Free +Software Foundation, 59 Temple Place - Suite 330, Boston, MA +02111-1307, USA.  */  #include "hconfig.h" diff --git a/gcc/genemit.c b/gcc/genemit.c index 45a102ebf22..644fe3892fc 100644 --- a/gcc/genemit.c +++ b/gcc/genemit.c @@ -2,22 +2,22 @@     Copyright (C) 1987, 1988, 1991, 1994, 1995, 1997, 1998, 1999, 2000, 2001     Free Software Foundation, Inc. -This file is part of GNU CC. +This file is part of GCC. -GNU CC is free software; you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by -the Free Software Foundation; either version 2, or (at your option) -any later version. +GCC is free software; you can redistribute it and/or modify it under +the terms of the GNU General Public License as published by the Free +Software Foundation; either version 2, or (at your option) any later +version. -GNU CC is distributed in the hope that it will be useful, -but WITHOUT ANY WARRANTY; without even the implied warranty of -MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the -GNU General Public License for more details. +GCC is distributed in the hope that it will be useful, but WITHOUT ANY +WARRANTY; without even the implied warranty of MERCHANTABILITY or +FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License +for more details.  You should have received a copy of the GNU General Public License -along with GNU CC; see the file COPYING.  If not, write to -the Free Software Foundation, 59 Temple Place - Suite 330, -Boston, MA 02111-1307, USA.  */ +along with GCC; see the file COPYING.  If not, write to the Free +Software Foundation, 59 Temple Place - Suite 330, Boston, MA +02111-1307, USA.  */  #include "hconfig.h" diff --git a/gcc/genextract.c b/gcc/genextract.c index 7c8ecfe877c..b835a01bf9d 100644 --- a/gcc/genextract.c +++ b/gcc/genextract.c @@ -2,22 +2,22 @@     Copyright (C) 1987, 1991, 1992, 1993, 1997, 1998,     1999, 2000 Free Software Foundation, Inc. -This file is part of GNU CC. +This file is part of GCC. -GNU CC is free software; you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by -the Free Software Foundation; either version 2, or (at your option) -any later version. +GCC is free software; you can redistribute it and/or modify it under +the terms of the GNU General Public License as published by the Free +Software Foundation; either version 2, or (at your option) any later +version. -GNU CC is distributed in the hope that it will be useful, -but WITHOUT ANY WARRANTY; without even the implied warranty of -MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the -GNU General Public License for more details. +GCC is distributed in the hope that it will be useful, but WITHOUT ANY +WARRANTY; without even the implied warranty of MERCHANTABILITY or +FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License +for more details.  You should have received a copy of the GNU General Public License -along with GNU CC; see the file COPYING.  If not, write to -the Free Software Foundation, 59 Temple Place - Suite 330, -Boston, MA 02111-1307, USA.  */ +along with GCC; see the file COPYING.  If not, write to the Free +Software Foundation, 59 Temple Place - Suite 330, Boston, MA +02111-1307, USA.  */  #include "hconfig.h" diff --git a/gcc/genflags.c b/gcc/genflags.c index 0ff0377d6a5..680429f7293 100644 --- a/gcc/genflags.c +++ b/gcc/genflags.c @@ -4,22 +4,22 @@     Copyright (C) 1987, 1991, 1995, 1998,     1999, 2000 Free Software Foundation, Inc. -This file is part of GNU CC. +This file is part of GCC. -GNU CC is free software; you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by -the Free Software Foundation; either version 2, or (at your option) -any later version. +GCC is free software; you can redistribute it and/or modify it under +the terms of the GNU General Public License as published by the Free +Software Foundation; either version 2, or (at your option) any later +version. -GNU CC is distributed in the hope that it will be useful, -but WITHOUT ANY WARRANTY; without even the implied warranty of -MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the -GNU General Public License for more details. +GCC is distributed in the hope that it will be useful, but WITHOUT ANY +WARRANTY; without even the implied warranty of MERCHANTABILITY or +FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License +for more details.  You should have received a copy of the GNU General Public License -along with GNU CC; see the file COPYING.  If not, write to -the Free Software Foundation, 59 Temple Place - Suite 330, -Boston, MA 02111-1307, USA.  */ +along with GCC; see the file COPYING.  If not, write to the Free +Software Foundation, 59 Temple Place - Suite 330, Boston, MA +02111-1307, USA.  */  #include "hconfig.h" diff --git a/gcc/gengenrtl.c b/gcc/gengenrtl.c index 73615a860ce..da2b8831356 100644 --- a/gcc/gengenrtl.c +++ b/gcc/gengenrtl.c @@ -1,22 +1,22 @@  /* Generate code to allocate RTL structures.     Copyright (C) 1997, 1998, 1999, 2000 Free Software Foundation, Inc. -This file is part of GNU CC. +This file is part of GCC. -GNU CC is free software; you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by -the Free Software Foundation; either version 2, or (at your option) -any later version. +GCC is free software; you can redistribute it and/or modify it under +the terms of the GNU General Public License as published by the Free +Software Foundation; either version 2, or (at your option) any later +version. -GNU CC is distributed in the hope that it will be useful, -but WITHOUT ANY WARRANTY; without even the implied warranty of -MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the -GNU General Public License for more details. +GCC is distributed in the hope that it will be useful, but WITHOUT ANY +WARRANTY; without even the implied warranty of MERCHANTABILITY or +FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License +for more details.  You should have received a copy of the GNU General Public License -along with GNU CC; see the file COPYING.  If not, write to -the Free Software Foundation, 59 Temple Place - Suite 330, -Boston, MA 02111-1307, USA.  */ +along with GCC; see the file COPYING.  If not, write to the Free +Software Foundation, 59 Temple Place - Suite 330, Boston, MA +02111-1307, USA.  */  #include "hconfig.h" diff --git a/gcc/genmultilib b/gcc/genmultilib index 4ff64bb2809..d02bb9223b7 100644 --- a/gcc/genmultilib +++ b/gcc/genmultilib @@ -2,22 +2,22 @@  # Generates multilib.h.  #   Copyright (C) 1994, 1995, 1996, 1997, 1999 Free Software Foundation, Inc. -#This file is part of GNU CC. +#This file is part of GCC. -#GNU CC is free software; you can redistribute it and/or modify -#it under the terms of the GNU General Public License as published by -#the Free Software Foundation; either version 2, or (at your option) -#any later version. +#GCC is free software; you can redistribute it and/or modify it under +#the terms of the GNU General Public License as published by the Free +#Software Foundation; either version 2, or (at your option) any later +#version. -#GNU CC is distributed in the hope that it will be useful, -#but WITHOUT ANY WARRANTY; without even the implied warranty of -#MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the -#GNU General Public License for more details. +#GCC is distributed in the hope that it will be useful, but WITHOUT +#ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or +#FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License +#for more details.  #You should have received a copy of the GNU General Public License -#along with GNU CC; see the file COPYING.  If not, write to -#the Free Software Foundation, 59 Temple Place - Suite 330, -#Boston, MA 02111-1307, USA. +#along with GCC; see the file COPYING.  If not, write to the Free +#Software Foundation, 59 Temple Place - Suite 330, Boston, MA +#02111-1307, USA.  # This shell script produces a header file which the gcc driver  # program uses to pick which library to use based on the machine diff --git a/gcc/genopinit.c b/gcc/genopinit.c index 43355611008..ad17d1003d2 100644 --- a/gcc/genopinit.c +++ b/gcc/genopinit.c @@ -2,22 +2,22 @@     Copyright (C) 1993, 1994, 1995, 1996, 1997, 1998,     1999, 2000 Free Software Foundation, Inc. -This file is part of GNU CC. +This file is part of GCC. -GNU CC is free software; you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by -the Free Software Foundation; either version 2, or (at your option) -any later version. +GCC is free software; you can redistribute it and/or modify it under +the terms of the GNU General Public License as published by the Free +Software Foundation; either version 2, or (at your option) any later +version. -GNU CC is distributed in the hope that it will be useful, -but WITHOUT ANY WARRANTY; without even the implied warranty of -MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the -GNU General Public License for more details. +GCC is distributed in the hope that it will be useful, but WITHOUT ANY +WARRANTY; without even the implied warranty of MERCHANTABILITY or +FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License +for more details.  You should have received a copy of the GNU General Public License -along with GNU CC; see the file COPYING.  If not, write to -the Free Software Foundation, 59 Temple Place - Suite 330, -Boston, MA 02111-1307, USA.  */ +along with GCC; see the file COPYING.  If not, write to the Free +Software Foundation, 59 Temple Place - Suite 330, Boston, MA +02111-1307, USA.  */  #include "hconfig.h" diff --git a/gcc/genoutput.c b/gcc/genoutput.c index f44360514ed..1339c0afbd5 100644 --- a/gcc/genoutput.c +++ b/gcc/genoutput.c @@ -2,22 +2,22 @@     Copyright (C) 1987, 1988, 1992, 1994, 1995, 1997, 1998, 1999, 2000     Free Software Foundation, Inc. -This file is part of GNU CC. +This file is part of GCC. -GNU CC is free software; you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by -the Free Software Foundation; either version 2, or (at your option) -any later version. +GCC is free software; you can redistribute it and/or modify it under +the terms of the GNU General Public License as published by the Free +Software Foundation; either version 2, or (at your option) any later +version. -GNU CC is distributed in the hope that it will be useful, -but WITHOUT ANY WARRANTY; without even the implied warranty of -MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the -GNU General Public License for more details. +GCC is distributed in the hope that it will be useful, but WITHOUT ANY +WARRANTY; without even the implied warranty of MERCHANTABILITY or +FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License +for more details.  You should have received a copy of the GNU General Public License -along with GNU CC; see the file COPYING.  If not, write to -the Free Software Foundation, 59 Temple Place - Suite 330, -Boston, MA 02111-1307, USA.  */ +along with GCC; see the file COPYING.  If not, write to the Free +Software Foundation, 59 Temple Place - Suite 330, Boston, MA +02111-1307, USA.  */  /* This program reads the machine description for the compiler target machine diff --git a/gcc/genpeep.c b/gcc/genpeep.c index 0249856e611..72119929af0 100644 --- a/gcc/genpeep.c +++ b/gcc/genpeep.c @@ -2,22 +2,22 @@     Copyright (C) 1987, 1989, 1992, 1997, 1998,     1999, 2000 Free Software Foundation, Inc. -This file is part of GNU CC. +This file is part of GCC. -GNU CC is free software; you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by -the Free Software Foundation; either version 2, or (at your option) -any later version. +GCC is free software; you can redistribute it and/or modify it under +the terms of the GNU General Public License as published by the Free +Software Foundation; either version 2, or (at your option) any later +version. -GNU CC is distributed in the hope that it will be useful, -but WITHOUT ANY WARRANTY; without even the implied warranty of -MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the -GNU General Public License for more details. +GCC is distributed in the hope that it will be useful, but WITHOUT ANY +WARRANTY; without even the implied warranty of MERCHANTABILITY or +FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License +for more details.  You should have received a copy of the GNU General Public License -along with GNU CC; see the file COPYING.  If not, write to -the Free Software Foundation, 59 Temple Place - Suite 330, -Boston, MA 02111-1307, USA.  */ +along with GCC; see the file COPYING.  If not, write to the Free +Software Foundation, 59 Temple Place - Suite 330, Boston, MA +02111-1307, USA.  */  #include "hconfig.h" diff --git a/gcc/genrecog.c b/gcc/genrecog.c index 0a02977e8ae..448f40a8a3d 100644 --- a/gcc/genrecog.c +++ b/gcc/genrecog.c @@ -2,22 +2,22 @@     Copyright (C) 1987, 1988, 1992, 1993, 1994, 1995, 1997, 1998,     1999, 2000, 2001 Free Software Foundation, Inc. -   This file is part of GNU CC. +   This file is part of GCC. -   GNU CC is free software; you can redistribute it and/or modify -   it under the terms of the GNU General Public License as published by +   GCC is free software; you can redistribute it and/or modify it +   under the terms of the GNU General Public License as published by     the Free Software Foundation; either version 2, or (at your option)     any later version. -   GNU CC is distributed in the hope that it will be useful, -   but WITHOUT ANY WARRANTY; without even the implied warranty of -   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the -   GNU General Public License for more details. +   GCC is distributed in the hope that it will be useful, but WITHOUT +   ANY WARRANTY; without even the implied warranty of MERCHANTABILITY +   or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public +   License for more details.     You should have received a copy of the GNU General Public License -   along with GNU CC; see the file COPYING.  If not, write to -   the Free Software Foundation, 59 Temple Place - Suite 330, -   Boston, MA 02111-1307, USA.  */ +   along with GCC; see the file COPYING.  If not, write to the Free +   Software Foundation, 59 Temple Place - Suite 330, Boston, MA +   02111-1307, USA.  */  /* This program is used to produce insn-recog.c, which contains a diff --git a/gcc/gensupport.c b/gcc/gensupport.c index 73521d9f8c2..fe69e05b339 100644 --- a/gcc/gensupport.c +++ b/gcc/gensupport.c @@ -1,22 +1,22 @@  /* Support routines for the various generation passes.     Copyright (C) 2000, 2001 Free Software Foundation, Inc. -   This file is part of GNU CC. +   This file is part of GCC. -   GNU CC is free software; you can redistribute it and/or modify -   it under the terms of the GNU General Public License as published by +   GCC is free software; you can redistribute it and/or modify it +   under the terms of the GNU General Public License as published by     the Free Software Foundation; either version 2, or (at your option)     any later version. -   GNU CC is distributed in the hope that it will be useful, -   but WITHOUT ANY WARRANTY; without even the implied warranty of -   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the -   GNU General Public License for more details. +   GCC is distributed in the hope that it will be useful, but WITHOUT +   ANY WARRANTY; without even the implied warranty of MERCHANTABILITY +   or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public +   License for more details.     You should have received a copy of the GNU General Public License -   along with GNU CC; see the file COPYING.  If not, write to -   the Free Software Foundation, 59 Temple Place - Suite 330, -   Boston, MA 02111-1307, USA.  */ +   along with GCC; see the file COPYING.  If not, write to the Free +   Software Foundation, 59 Temple Place - Suite 330, Boston, MA +   02111-1307, USA.  */  #include "hconfig.h"  #include "system.h" diff --git a/gcc/gensupport.h b/gcc/gensupport.h index 6202f524a24..13a9253d6a3 100644 --- a/gcc/gensupport.h +++ b/gcc/gensupport.h @@ -1,22 +1,22 @@  /* Declarations for rtx-reader support for gen* routines.     Copyright (C) 2000 Free Software Foundation, Inc. -This file is part of GNU CC. +This file is part of GCC. -GNU CC is free software; you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by -the Free Software Foundation; either version 2, or (at your option) -any later version. +GCC is free software; you can redistribute it and/or modify it under +the terms of the GNU General Public License as published by the Free +Software Foundation; either version 2, or (at your option) any later +version. -GNU CC is distributed in the hope that it will be useful, -but WITHOUT ANY WARRANTY; without even the implied warranty of -MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the -GNU General Public License for more details. +GCC is distributed in the hope that it will be useful, but WITHOUT ANY +WARRANTY; without even the implied warranty of MERCHANTABILITY or +FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License +for more details.  You should have received a copy of the GNU General Public License -along with GNU CC; see the file COPYING.  If not, write to -the Free Software Foundation, 59 Temple Place - Suite 330, -Boston, MA 02111-1307, USA.  */ +along with GCC; see the file COPYING.  If not, write to the Free +Software Foundation, 59 Temple Place - Suite 330, Boston, MA +02111-1307, USA.  */  struct obstack;  extern struct obstack *rtl_obstack; diff --git a/gcc/ggc-callbacks.c b/gcc/ggc-callbacks.c index f637581ca94..f831923ee58 100644 --- a/gcc/ggc-callbacks.c +++ b/gcc/ggc-callbacks.c @@ -1,22 +1,22 @@  /* Empty GC callbacks to be used by languages that don't support GC.     Copyright (C) 1999, 2000 Free Software Foundation, Inc. -   This file is part of GNU CC. +   This file is part of GCC. -   GNU CC is free software; you can redistribute it and/or modify -   it under the terms of the GNU General Public License as published by +   GCC is free software; you can redistribute it and/or modify it +   under the terms of the GNU General Public License as published by     the Free Software Foundation; either version 2, or (at your option)     any later version. -   GNU CC is distributed in the hope that it will be useful, -   but WITHOUT ANY WARRANTY; without even the implied warranty of -   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the -   GNU General Public License for more details. +   GCC is distributed in the hope that it will be useful, but WITHOUT +   ANY WARRANTY; without even the implied warranty of MERCHANTABILITY +   or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public +   License for more details.     You should have received a copy of the GNU General Public License -   along with GNU CC; see the file COPYING.  If not, write to -   the Free Software Foundation, 59 Temple Place - Suite 330, -   Boston, MA 02111-1307, USA.  */ +   along with GCC; see the file COPYING.  If not, write to the Free +   Software Foundation, 59 Temple Place - Suite 330, Boston, MA +   02111-1307, USA.  */  #include "config.h"  #include "system.h" diff --git a/gcc/ggc-common.c b/gcc/ggc-common.c index b82eb5b8df6..049785de751 100644 --- a/gcc/ggc-common.c +++ b/gcc/ggc-common.c @@ -1,20 +1,20 @@  /* Simple garbage collection for the GNU compiler.     Copyright (C) 1999, 2000, 2001 Free Software Foundation, Inc. -This file is part of GNU CC. +This file is part of GCC. -GNU CC is free software; you can redistribute it and/or modify it -under the terms of the GNU General Public License as published by the -Free Software Foundation; either version 2, or (at your option) any -later version. +GCC is free software; you can redistribute it and/or modify it under +the terms of the GNU General Public License as published by the Free +Software Foundation; either version 2, or (at your option) any later +version. -GNU CC is distributed in the hope that it will be useful, but WITHOUT -ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or +GCC is distributed in the hope that it will be useful, but WITHOUT ANY +WARRANTY; without even the implied warranty of MERCHANTABILITY or  FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License  for more details.  You should have received a copy of the GNU General Public License -along with GNU CC; see the file COPYING.  If not, write to the Free +along with GCC; see the file COPYING.  If not, write to the Free  Software Foundation, 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.  */ diff --git a/gcc/ggc-none.c b/gcc/ggc-none.c index 01399d26d20..ae3f6e9a971 100644 --- a/gcc/ggc-none.c +++ b/gcc/ggc-none.c @@ -1,22 +1,22 @@  /* Null garbage collection for the GNU compiler.     Copyright (C) 1998, 1999, 2000 Free Software Foundation, Inc. -   This file is part of GNU CC. +   This file is part of GCC. -   GNU CC is free software; you can redistribute it and/or modify -   it under the terms of the GNU General Public License as published by +   GCC is free software; you can redistribute it and/or modify it +   under the terms of the GNU General Public License as published by     the Free Software Foundation; either version 2, or (at your option)     any later version. -   GNU CC is distributed in the hope that it will be useful, -   but WITHOUT ANY WARRANTY; without even the implied warranty of -   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the -   GNU General Public License for more details. +   GCC is distributed in the hope that it will be useful, but WITHOUT +   ANY WARRANTY; without even the implied warranty of MERCHANTABILITY +   or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public +   License for more details.     You should have received a copy of the GNU General Public License -   along with GNU CC; see the file COPYING.  If not, write to -   the Free Software Foundation, 59 Temple Place - Suite 330, -   Boston, MA 02111-1307, USA.  */ +   along with GCC; see the file COPYING.  If not, write to the Free +   Software Foundation, 59 Temple Place - Suite 330, Boston, MA +   02111-1307, USA.  */  /* This version is used by the gen* programs, where we don't really     need GC at all.  This prevents problems with pulling in all the diff --git a/gcc/ggc-page.c b/gcc/ggc-page.c index 09a4ff99ec7..b731b296071 100644 --- a/gcc/ggc-page.c +++ b/gcc/ggc-page.c @@ -1,22 +1,22 @@  /* "Bag-of-pages" garbage collector for the GNU compiler.     Copyright (C) 1999, 2000, 2001 Free Software Foundation, Inc. -This file is part of GNU CC. +This file is part of GCC. -GNU CC is free software; you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by -the Free Software Foundation; either version 2, or (at your option) -any later version. +GCC is free software; you can redistribute it and/or modify it under +the terms of the GNU General Public License as published by the Free +Software Foundation; either version 2, or (at your option) any later +version. -GNU CC is distributed in the hope that it will be useful, -but WITHOUT ANY WARRANTY; without even the implied warranty of -MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the -GNU General Public License for more details. +GCC is distributed in the hope that it will be useful, but WITHOUT ANY +WARRANTY; without even the implied warranty of MERCHANTABILITY or +FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License +for more details.  You should have received a copy of the GNU General Public License -along with GNU CC; see the file COPYING.  If not, write to -the Free Software Foundation, 59 Temple Place - Suite 330, -Boston, MA 02111-1307, USA.  */ +along with GCC; see the file COPYING.  If not, write to the Free +Software Foundation, 59 Temple Place - Suite 330, Boston, MA +02111-1307, USA.  */  #include "config.h"  #include "system.h" diff --git a/gcc/ggc-simple.c b/gcc/ggc-simple.c index 457b420f260..496508aa2fa 100644 --- a/gcc/ggc-simple.c +++ b/gcc/ggc-simple.c @@ -1,22 +1,22 @@  /* Simple garbage collection for the GNU compiler.     Copyright (C) 1998, 1999, 2000, 2001 Free Software Foundation, Inc. -   This file is part of GNU CC. +   This file is part of GCC. -   GNU CC is free software; you can redistribute it and/or modify -   it under the terms of the GNU General Public License as published by +   GCC is free software; you can redistribute it and/or modify it +   under the terms of the GNU General Public License as published by     the Free Software Foundation; either version 2, or (at your option)     any later version. -   GNU CC is distributed in the hope that it will be useful, -   but WITHOUT ANY WARRANTY; without even the implied warranty of -   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the -   GNU General Public License for more details. +   GCC is distributed in the hope that it will be useful, but WITHOUT +   ANY WARRANTY; without even the implied warranty of MERCHANTABILITY +   or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public +   License for more details.     You should have received a copy of the GNU General Public License -   along with GNU CC; see the file COPYING.  If not, write to -   the Free Software Foundation, 59 Temple Place - Suite 330, -   Boston, MA 02111-1307, USA.  */ +   along with GCC; see the file COPYING.  If not, write to the Free +   Software Foundation, 59 Temple Place - Suite 330, Boston, MA +   02111-1307, USA.  */  #include "config.h"  #include "system.h" diff --git a/gcc/ggc.h b/gcc/ggc.h index 2d214a90e85..be137e791b9 100644 --- a/gcc/ggc.h +++ b/gcc/ggc.h @@ -1,20 +1,20 @@  /* Garbage collection for the GNU compiler.     Copyright (C) 1998, 1999, 2000, 2001 Free Software Foundation, Inc. -This file is part of GNU CC. +This file is part of GCC. -GNU CC is free software; you can redistribute it and/or modify it -under the terms of the GNU General Public License as published by the -Free Software Foundation; either version 2, or (at your option) any -later version. +GCC is free software; you can redistribute it and/or modify it under +the terms of the GNU General Public License as published by the Free +Software Foundation; either version 2, or (at your option) any later +version. -GNU CC is distributed in the hope that it will be useful, but WITHOUT -ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or +GCC is distributed in the hope that it will be useful, but WITHOUT ANY +WARRANTY; without even the implied warranty of MERCHANTABILITY or  FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License  for more details.  You should have received a copy of the GNU General Public License -along with GNU CC; see the file COPYING.  If not, write to the Free +along with GCC; see the file COPYING.  If not, write to the Free  Software Foundation, 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.  */ diff --git a/gcc/global.c b/gcc/global.c index a5900bb6c83..8cc8729b789 100644 --- a/gcc/global.c +++ b/gcc/global.c @@ -2,22 +2,22 @@     Copyright (C) 1987, 1988, 1991, 1994, 1996, 1997, 1998,     1999, 2000 Free Software Foundation, Inc. -This file is part of GNU CC. +This file is part of GCC. -GNU CC is free software; you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by -the Free Software Foundation; either version 2, or (at your option) -any later version. +GCC is free software; you can redistribute it and/or modify it under +the terms of the GNU General Public License as published by the Free +Software Foundation; either version 2, or (at your option) any later +version. -GNU CC is distributed in the hope that it will be useful, -but WITHOUT ANY WARRANTY; without even the implied warranty of -MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the -GNU General Public License for more details. +GCC is distributed in the hope that it will be useful, but WITHOUT ANY +WARRANTY; without even the implied warranty of MERCHANTABILITY or +FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License +for more details.  You should have received a copy of the GNU General Public License -along with GNU CC; see the file COPYING.  If not, write to -the Free Software Foundation, 59 Temple Place - Suite 330, -Boston, MA 02111-1307, USA.  */ +along with GCC; see the file COPYING.  If not, write to the Free +Software Foundation, 59 Temple Place - Suite 330, Boston, MA +02111-1307, USA.  */  #include "config.h" diff --git a/gcc/graph.c b/gcc/graph.c index c6af98ad45e..462b6ab6a0f 100644 --- a/gcc/graph.c +++ b/gcc/graph.c @@ -2,22 +2,22 @@     Copyright (C) 1998, 1999, 2000, 2001 Free Software Foundation, Inc.     Contributed by Ulrich Drepper <drepper@cygnus.com>, 1998. -This file is part of GNU CC. +This file is part of GCC. -GNU CC is free software; you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by -the Free Software Foundation; either version 2, or (at your option) -any later version. +GCC is free software; you can redistribute it and/or modify it under +the terms of the GNU General Public License as published by the Free +Software Foundation; either version 2, or (at your option) any later +version. -GNU CC is distributed in the hope that it will be useful, -but WITHOUT ANY WARRANTY; without even the implied warranty of -MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the -GNU General Public License for more details. +GCC is distributed in the hope that it will be useful, but WITHOUT ANY +WARRANTY; without even the implied warranty of MERCHANTABILITY or +FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License +for more details.  You should have received a copy of the GNU General Public License -along with GNU CC; see the file COPYING.  If not, write to -the Free Software Foundation, 59 Temple Place - Suite 330, -Boston, MA 02111-1307, USA.  */ +along with GCC; see the file COPYING.  If not, write to the Free +Software Foundation, 59 Temple Place - Suite 330, Boston, MA +02111-1307, USA.  */  #include <config.h>  #include "system.h" diff --git a/gcc/graph.h b/gcc/graph.h index 2bbbb154d15..9df45553f39 100644 --- a/gcc/graph.h +++ b/gcc/graph.h @@ -1,22 +1,22 @@  /* Header file for graph routines.       Copyright (C) 1999 Free Software Foundation, Inc. -This file is part of GNU CC. +This file is part of GCC. -GNU CC is free software; you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by -the Free Software Foundation; either version 2, or (at your option) -any later version. +GCC is free software; you can redistribute it and/or modify it under +the terms of the GNU General Public License as published by the Free +Software Foundation; either version 2, or (at your option) any later +version. -GNU CC is distributed in the hope that it will be useful, -but WITHOUT ANY WARRANTY; without even the implied warranty of -MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the -GNU General Public License for more details. +GCC is distributed in the hope that it will be useful, but WITHOUT ANY +WARRANTY; without even the implied warranty of MERCHANTABILITY or +FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License +for more details.  You should have received a copy of the GNU General Public License -along with GNU CC; see the file COPYING.  If not, write to -the Free Software Foundation, 59 Temple Place - Suite 330, -Boston, MA 02111-1307, USA.  */ +along with GCC; see the file COPYING.  If not, write to the Free +Software Foundation, 59 Temple Place - Suite 330, Boston, MA +02111-1307, USA.  */  #ifndef GCC_GRAPH_H  #define GCC_GRAPH_H diff --git a/gcc/gthr-aix.h b/gcc/gthr-aix.h index 57f04210b9a..45cdf4c77ff 100644 --- a/gcc/gthr-aix.h +++ b/gcc/gthr-aix.h @@ -2,22 +2,22 @@  /* Compile this one with gcc.  */  /* Copyright (C) 2000 Free Software Foundation, Inc. -This file is part of GNU CC. +This file is part of GCC. -GNU CC is free software; you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by -the Free Software Foundation; either version 2, or (at your option) -any later version. +GCC is free software; you can redistribute it and/or modify it under +the terms of the GNU General Public License as published by the Free +Software Foundation; either version 2, or (at your option) any later +version. -GNU CC is distributed in the hope that it will be useful, -but WITHOUT ANY WARRANTY; without even the implied warranty of -MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the -GNU General Public License for more details. +GCC is distributed in the hope that it will be useful, but WITHOUT ANY +WARRANTY; without even the implied warranty of MERCHANTABILITY or +FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License +for more details.  You should have received a copy of the GNU General Public License -along with GNU CC; see the file COPYING.  If not, write to -the Free Software Foundation, 59 Temple Place - Suite 330, -Boston, MA 02111-1307, USA.  */ +along with GCC; see the file COPYING.  If not, write to the Free +Software Foundation, 59 Temple Place - Suite 330, Boston, MA +02111-1307, USA.  */  /* As a special exception, if you link this library with other files,     some of which are compiled with GCC, to produce an executable, diff --git a/gcc/gthr-dce.h b/gcc/gthr-dce.h index 916aefd12c3..5f960b5175c 100644 --- a/gcc/gthr-dce.h +++ b/gcc/gthr-dce.h @@ -2,22 +2,22 @@  /* Compile this one with gcc.  */  /* Copyright (C) 1997, 1999, 2000, 2001 Free Software Foundation, Inc. -This file is part of GNU CC. +This file is part of GCC. -GNU CC is free software; you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by -the Free Software Foundation; either version 2, or (at your option) -any later version. +GCC is free software; you can redistribute it and/or modify it under +the terms of the GNU General Public License as published by the Free +Software Foundation; either version 2, or (at your option) any later +version. -GNU CC is distributed in the hope that it will be useful, -but WITHOUT ANY WARRANTY; without even the implied warranty of -MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the -GNU General Public License for more details. +GCC is distributed in the hope that it will be useful, but WITHOUT ANY +WARRANTY; without even the implied warranty of MERCHANTABILITY or +FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License +for more details.  You should have received a copy of the GNU General Public License -along with GNU CC; see the file COPYING.  If not, write to -the Free Software Foundation, 59 Temple Place - Suite 330, -Boston, MA 02111-1307, USA.  */ +along with GCC; see the file COPYING.  If not, write to the Free +Software Foundation, 59 Temple Place - Suite 330, Boston, MA +02111-1307, USA.  */  /* As a special exception, if you link this library with other files,     some of which are compiled with GCC, to produce an executable, diff --git a/gcc/gthr-posix.h b/gcc/gthr-posix.h index c047e559823..1cd82896c5e 100644 --- a/gcc/gthr-posix.h +++ b/gcc/gthr-posix.h @@ -2,22 +2,22 @@  /* Compile this one with gcc.  */  /* Copyright (C) 1997, 1999, 2000, 2001 Free Software Foundation, Inc. -This file is part of GNU CC. +This file is part of GCC. -GNU CC is free software; you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by -the Free Software Foundation; either version 2, or (at your option) -any later version. +GCC is free software; you can redistribute it and/or modify it under +the terms of the GNU General Public License as published by the Free +Software Foundation; either version 2, or (at your option) any later +version. -GNU CC is distributed in the hope that it will be useful, -but WITHOUT ANY WARRANTY; without even the implied warranty of -MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the -GNU General Public License for more details. +GCC is distributed in the hope that it will be useful, but WITHOUT ANY +WARRANTY; without even the implied warranty of MERCHANTABILITY or +FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License +for more details.  You should have received a copy of the GNU General Public License -along with GNU CC; see the file COPYING.  If not, write to -the Free Software Foundation, 59 Temple Place - Suite 330, -Boston, MA 02111-1307, USA.  */ +along with GCC; see the file COPYING.  If not, write to the Free +Software Foundation, 59 Temple Place - Suite 330, Boston, MA +02111-1307, USA.  */  /* As a special exception, if you link this library with other files,     some of which are compiled with GCC, to produce an executable, diff --git a/gcc/gthr-rtems.h b/gcc/gthr-rtems.h index d207db1dd54..eca281ef2f0 100644 --- a/gcc/gthr-rtems.h +++ b/gcc/gthr-rtems.h @@ -3,22 +3,22 @@  /* Compile this one with gcc.  */  /* Copyright (C) 1997, 1999, 2000 Free Software Foundation, Inc. -This file is part of GNU CC. +This file is part of GCC. -GNU CC is free software; you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by -the Free Software Foundation; either version 2, or (at your option) -any later version. +GCC is free software; you can redistribute it and/or modify it under +the terms of the GNU General Public License as published by the Free +Software Foundation; either version 2, or (at your option) any later +version. -GNU CC is distributed in the hope that it will be useful, -but WITHOUT ANY WARRANTY; without even the implied warranty of -MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the -GNU General Public License for more details. +GCC is distributed in the hope that it will be useful, but WITHOUT ANY +WARRANTY; without even the implied warranty of MERCHANTABILITY or +FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License +for more details.  You should have received a copy of the GNU General Public License -along with GNU CC; see the file COPYING.  If not, write to -the Free Software Foundation, 59 Temple Place - Suite 330, -Boston, MA 02111-1307, USA.  */ +along with GCC; see the file COPYING.  If not, write to the Free +Software Foundation, 59 Temple Place - Suite 330, Boston, MA +02111-1307, USA.  */  /* As a special exception, if you link this library with other files,     some of which are compiled with GCC, to produce an executable, diff --git a/gcc/gthr-single.h b/gcc/gthr-single.h index 3d173b5c66e..a706f5d39f7 100644 --- a/gcc/gthr-single.h +++ b/gcc/gthr-single.h @@ -2,22 +2,22 @@  /* Compile this one with gcc.  */  /* Copyright (C) 1997, 1999, 2000 Free Software Foundation, Inc. -This file is part of GNU CC. +This file is part of GCC. -GNU CC is free software; you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by -the Free Software Foundation; either version 2, or (at your option) -any later version. +GCC is free software; you can redistribute it and/or modify it under +the terms of the GNU General Public License as published by the Free +Software Foundation; either version 2, or (at your option) any later +version. -GNU CC is distributed in the hope that it will be useful, -but WITHOUT ANY WARRANTY; without even the implied warranty of -MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the -GNU General Public License for more details. +GCC is distributed in the hope that it will be useful, but WITHOUT ANY +WARRANTY; without even the implied warranty of MERCHANTABILITY or +FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License +for more details.  You should have received a copy of the GNU General Public License -along with GNU CC; see the file COPYING.  If not, write to -the Free Software Foundation, 59 Temple Place - Suite 330, -Boston, MA 02111-1307, USA.  */ +along with GCC; see the file COPYING.  If not, write to the Free +Software Foundation, 59 Temple Place - Suite 330, Boston, MA +02111-1307, USA.  */  /* As a special exception, if you link this library with other files,     some of which are compiled with GCC, to produce an executable, diff --git a/gcc/gthr-solaris.h b/gcc/gthr-solaris.h index 6955753d782..78d03e78601 100644 --- a/gcc/gthr-solaris.h +++ b/gcc/gthr-solaris.h @@ -2,22 +2,22 @@  /* Compile this one with gcc.  */  /* Copyright (C) 1997, 1999, 2000 Free Software Foundation, Inc. -This file is part of GNU CC. +This file is part of GCC. -GNU CC is free software; you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by -the Free Software Foundation; either version 2, or (at your option) -any later version. +GCC is free software; you can redistribute it and/or modify it under +the terms of the GNU General Public License as published by the Free +Software Foundation; either version 2, or (at your option) any later +version. -GNU CC is distributed in the hope that it will be useful, -but WITHOUT ANY WARRANTY; without even the implied warranty of -MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the -GNU General Public License for more details. +GCC is distributed in the hope that it will be useful, but WITHOUT ANY +WARRANTY; without even the implied warranty of MERCHANTABILITY or +FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License +for more details.  You should have received a copy of the GNU General Public License -along with GNU CC; see the file COPYING.  If not, write to -the Free Software Foundation, 59 Temple Place - Suite 330, -Boston, MA 02111-1307, USA.  */ +along with GCC; see the file COPYING.  If not, write to the Free +Software Foundation, 59 Temple Place - Suite 330, Boston, MA +02111-1307, USA.  */  /* As a special exception, if you link this library with other files,     some of which are compiled with GCC, to produce an executable, diff --git a/gcc/gthr-vxworks.h b/gcc/gthr-vxworks.h index ce04552ac12..8e63102780f 100644 --- a/gcc/gthr-vxworks.h +++ b/gcc/gthr-vxworks.h @@ -3,22 +3,22 @@  /* Copyright (C) 1997, 1999, 2000 Free Software Foundation, Inc.     Contributed by Mike Stump <mrs@wrs.com>. -This file is part of GNU CC. +This file is part of GCC. -GNU CC is free software; you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by -the Free Software Foundation; either version 2, or (at your option) -any later version. +GCC is free software; you can redistribute it and/or modify it under +the terms of the GNU General Public License as published by the Free +Software Foundation; either version 2, or (at your option) any later +version. -GNU CC is distributed in the hope that it will be useful, -but WITHOUT ANY WARRANTY; without even the implied warranty of -MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the -GNU General Public License for more details. +GCC is distributed in the hope that it will be useful, but WITHOUT ANY +WARRANTY; without even the implied warranty of MERCHANTABILITY or +FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License +for more details.  You should have received a copy of the GNU General Public License -along with GNU CC; see the file COPYING.  If not, write to -the Free Software Foundation, 59 Temple Place - Suite 330, -Boston, MA 02111-1307, USA.  */ +along with GCC; see the file COPYING.  If not, write to the Free +Software Foundation, 59 Temple Place - Suite 330, Boston, MA +02111-1307, USA.  */  /* As a special exception, if you link this library with other files,     some of which are compiled with GCC, to produce an executable, diff --git a/gcc/gthr-win32.h b/gcc/gthr-win32.h index f1feb5708ee..63d8b83e87e 100644 --- a/gcc/gthr-win32.h +++ b/gcc/gthr-win32.h @@ -3,22 +3,22 @@  /* Copyright (C) 1999, 2000 Free Software Foundation, Inc.     Contributed by Mumit Khan <khan@xraylith.wisc.edu>. -This file is part of GNU CC. +This file is part of GCC. -GNU CC is free software; you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by -the Free Software Foundation; either version 2, or (at your option) -any later version. +GCC is free software; you can redistribute it and/or modify it under +the terms of the GNU General Public License as published by the Free +Software Foundation; either version 2, or (at your option) any later +version. -GNU CC is distributed in the hope that it will be useful, -but WITHOUT ANY WARRANTY; without even the implied warranty of -MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the -GNU General Public License for more details. +GCC is distributed in the hope that it will be useful, but WITHOUT ANY +WARRANTY; without even the implied warranty of MERCHANTABILITY or +FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License +for more details.  You should have received a copy of the GNU General Public License -along with GNU CC; see the file COPYING.  If not, write to -the Free Software Foundation, 59 Temple Place - Suite 330, -Boston, MA 02111-1307, USA.  */ +along with GCC; see the file COPYING.  If not, write to the Free +Software Foundation, 59 Temple Place - Suite 330, Boston, MA +02111-1307, USA.  */  /* As a special exception, if you link this library with other files,     some of which are compiled with GCC, to produce an executable, diff --git a/gcc/gthr.h b/gcc/gthr.h index 7cfa8eda279..f2a56683508 100644 --- a/gcc/gthr.h +++ b/gcc/gthr.h @@ -2,22 +2,22 @@  /* Compile this one with gcc.  */  /* Copyright (C) 1997, 1998 Free Software Foundation, Inc. -This file is part of GNU CC. +This file is part of GCC. -GNU CC is free software; you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by -the Free Software Foundation; either version 2, or (at your option) -any later version. +GCC is free software; you can redistribute it and/or modify it under +the terms of the GNU General Public License as published by the Free +Software Foundation; either version 2, or (at your option) any later +version. -GNU CC is distributed in the hope that it will be useful, -but WITHOUT ANY WARRANTY; without even the implied warranty of -MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the -GNU General Public License for more details. +GCC is distributed in the hope that it will be useful, but WITHOUT ANY +WARRANTY; without even the implied warranty of MERCHANTABILITY or +FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License +for more details.  You should have received a copy of the GNU General Public License -along with GNU CC; see the file COPYING.  If not, write to -the Free Software Foundation, 59 Temple Place - Suite 330, -Boston, MA 02111-1307, USA.  */ +along with GCC; see the file COPYING.  If not, write to the Free +Software Foundation, 59 Temple Place - Suite 330, Boston, MA +02111-1307, USA.  */  /* As a special exception, if you link this library with other files,     some of which are compiled with GCC, to produce an executable, diff --git a/gcc/haifa-sched.c b/gcc/haifa-sched.c index 9e32034cf48..3fea98c5e68 100644 --- a/gcc/haifa-sched.c +++ b/gcc/haifa-sched.c @@ -4,21 +4,21 @@     Contributed by Michael Tiemann (tiemann@cygnus.com) Enhanced by,     and currently maintained by, Jim Wilson (wilson@cygnus.com) -This file is part of GNU CC. +This file is part of GCC. -GNU CC is free software; you can redistribute it and/or modify it -under the terms of the GNU General Public License as published by the -Free Software Foundation; either version 2, or (at your option) any -later version. +GCC is free software; you can redistribute it and/or modify it under +the terms of the GNU General Public License as published by the Free +Software Foundation; either version 2, or (at your option) any later +version. -GNU CC is distributed in the hope that it will be useful, but WITHOUT -ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or +GCC is distributed in the hope that it will be useful, but WITHOUT ANY +WARRANTY; without even the implied warranty of MERCHANTABILITY or  FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License  for more details.  You should have received a copy of the GNU General Public License -along with GNU CC; see the file COPYING.  If not, write to the Free -the Free Software Foundation, 59 Temple Place - Suite 330, Boston, MA +along with GCC; see the file COPYING.  If not, write to the Free the +Free Software Foundation, 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.  */  /* Instruction scheduling pass.  This file, along with sched-deps.c, diff --git a/gcc/halfpic.c b/gcc/halfpic.c index fabc73b0046..fbe8f08ac73 100644 --- a/gcc/halfpic.c +++ b/gcc/halfpic.c @@ -1,22 +1,22 @@  /* OSF/rose half-pic support functions.     Copyright (C) 1992, 1997, 1998, 1999 Free Software Foundation, Inc. -This file is part of GNU CC. +This file is part of GCC. -GNU CC is free software; you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by -the Free Software Foundation; either version 2, or (at your option) -any later version. +GCC is free software; you can redistribute it and/or modify it under +the terms of the GNU General Public License as published by the Free +Software Foundation; either version 2, or (at your option) any later +version. -GNU CC is distributed in the hope that it will be useful, -but WITHOUT ANY WARRANTY; without even the implied warranty of -MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the -GNU General Public License for more details. +GCC is distributed in the hope that it will be useful, but WITHOUT ANY +WARRANTY; without even the implied warranty of MERCHANTABILITY or +FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License +for more details.  You should have received a copy of the GNU General Public License -along with GNU CC; see the file COPYING.  If not, write to -the Free Software Foundation, 59 Temple Place - Suite 330, -Boston, MA 02111-1307, USA.  */ +along with GCC; see the file COPYING.  If not, write to the Free +Software Foundation, 59 Temple Place - Suite 330, Boston, MA +02111-1307, USA.  */  /* The OSF/rose half-pic model assumes that the non-library code does     not need to have full PIC (position independent code), but rather, diff --git a/gcc/halfpic.h b/gcc/halfpic.h index 0f0d9001681..99367f7f661 100644 --- a/gcc/halfpic.h +++ b/gcc/halfpic.h @@ -1,22 +1,22 @@  /* OSF/rose half-pic support definitions.     Copyright (C) 1992, 1996, 1997, 1998, 2000 Free Software Foundation, Inc. -This file is part of GNU CC. +This file is part of GCC. -GNU CC is free software; you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by -the Free Software Foundation; either version 2, or (at your option) -any later version. +GCC is free software; you can redistribute it and/or modify it under +the terms of the GNU General Public License as published by the Free +Software Foundation; either version 2, or (at your option) any later +version. -GNU CC is distributed in the hope that it will be useful, -but WITHOUT ANY WARRANTY; without even the implied warranty of -MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the -GNU General Public License for more details. +GCC is distributed in the hope that it will be useful, but WITHOUT ANY +WARRANTY; without even the implied warranty of MERCHANTABILITY or +FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License +for more details.  You should have received a copy of the GNU General Public License -along with GNU CC; see the file COPYING.  If not, write to -the Free Software Foundation, 59 Temple Place - Suite 330, -Boston, MA 02111-1307, USA.  */ +along with GCC; see the file COPYING.  If not, write to the Free +Software Foundation, 59 Temple Place - Suite 330, Boston, MA +02111-1307, USA.  */  #ifndef NO_HALF_PIC diff --git a/gcc/hard-reg-set.h b/gcc/hard-reg-set.h index c3a2305711f..dd080364878 100644 --- a/gcc/hard-reg-set.h +++ b/gcc/hard-reg-set.h @@ -1,22 +1,22 @@  /* Sets (bit vectors) of hard registers, and operations on them.     Copyright (C) 1987, 1992, 1994, 2000 Free Software Foundation, Inc. -This file is part of GNU CC +This file is part of GCC -GNU CC is free software; you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by -the Free Software Foundation; either version 2, or (at your option) -any later version. +GCC is free software; you can redistribute it and/or modify it under +the terms of the GNU General Public License as published by the Free +Software Foundation; either version 2, or (at your option) any later +version. -GNU CC is distributed in the hope that it will be useful, -but WITHOUT ANY WARRANTY; without even the implied warranty of -MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the -GNU General Public License for more details. +GCC is distributed in the hope that it will be useful, but WITHOUT ANY +WARRANTY; without even the implied warranty of MERCHANTABILITY or +FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License +for more details.  You should have received a copy of the GNU General Public License -along with GNU CC; see the file COPYING.  If not, write to -the Free Software Foundation, 59 Temple Place - Suite 330, -Boston, MA 02111-1307, USA.  */ +along with GCC; see the file COPYING.  If not, write to the Free +Software Foundation, 59 Temple Place - Suite 330, Boston, MA +02111-1307, USA.  */  #ifndef GCC_HARD_REG_SET_H  #define GCC_HARD_REG_SET_H  diff --git a/gcc/hwint.h b/gcc/hwint.h index b624caf944c..dc9b71d02bc 100644 --- a/gcc/hwint.h +++ b/gcc/hwint.h @@ -1,7 +1,7 @@  /* HOST_WIDE_INT definitions for the GNU compiler.     Copyright (C) 1998 Free Software Foundation, Inc. -   This file is part of GNU CC. +   This file is part of GCC.     Provide definitions for macros which depend on HOST_BITS_PER_INT     and HOST_BITS_PER_LONG. */ diff --git a/gcc/ifcvt.c b/gcc/ifcvt.c index dc78672a54f..2d86424db21 100644 --- a/gcc/ifcvt.c +++ b/gcc/ifcvt.c @@ -1,22 +1,22 @@  /* If-conversion support.     Copyright (C) 2000, 2001 Free Software Foundation, Inc. -   This file is part of GNU CC. +   This file is part of GCC. -   GNU CC is free software; you can redistribute it and/or modify -   it under the terms of the GNU General Public License as published by +   GCC is free software; you can redistribute it and/or modify it +   under the terms of the GNU General Public License as published by     the Free Software Foundation; either version 2, or (at your option)     any later version. -   GNU CC is distributed in the hope that it will be useful, -   but WITHOUT ANY WARRANTY; without even the implied warranty of -   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the -   GNU General Public License for more details. +   GCC is distributed in the hope that it will be useful, but WITHOUT +   ANY WARRANTY; without even the implied warranty of MERCHANTABILITY +   or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public +   License for more details.     You should have received a copy of the GNU General Public License -   along with GNU CC; see the file COPYING.  If not, write to -   the Free Software Foundation, 59 Temple Place - Suite 330, -   Boston, MA 02111-1307, USA.  */ +   along with GCC; see the file COPYING.  If not, write to the Free +   Software Foundation, 59 Temple Place - Suite 330, Boston, MA +   02111-1307, USA.  */  #include "config.h"  #include "system.h" diff --git a/gcc/input.h b/gcc/input.h index 32d49b9ae8e..7ef5d941dcb 100644 --- a/gcc/input.h +++ b/gcc/input.h @@ -2,22 +2,22 @@     Used by parsers, lexical analyzers, and error message routines.     Copyright (C) 1993, 1997, 1998, 2000 Free Software Foundation, Inc. -This file is part of GNU CC. +This file is part of GCC. -GNU CC is free software; you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by -the Free Software Foundation; either version 2, or (at your option) -any later version. +GCC is free software; you can redistribute it and/or modify it under +the terms of the GNU General Public License as published by the Free +Software Foundation; either version 2, or (at your option) any later +version. -GNU CC is distributed in the hope that it will be useful, -but WITHOUT ANY WARRANTY; without even the implied warranty of -MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the -GNU General Public License for more details. +GCC is distributed in the hope that it will be useful, but WITHOUT ANY +WARRANTY; without even the implied warranty of MERCHANTABILITY or +FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License +for more details.  You should have received a copy of the GNU General Public License -along with GNU CC; see the file COPYING.  If not, write to -the Free Software Foundation, 59 Temple Place - Suite 330, -Boston, MA 02111-1307, USA.  */ +along with GCC; see the file COPYING.  If not, write to the Free +Software Foundation, 59 Temple Place - Suite 330, Boston, MA +02111-1307, USA.  */  /* Source file current line is coming from.  */  extern const char *input_filename; diff --git a/gcc/insn-addr.h b/gcc/insn-addr.h index e0045c5963c..c3690aa79bf 100644 --- a/gcc/insn-addr.h +++ b/gcc/insn-addr.h @@ -1,22 +1,22 @@  /* Macros to support INSN_ADDRESSES     Copyright (C) 2000 Free Software Foundation, Inc. -This file is part of GNU CC. +This file is part of GCC. -GNU CC is free software; you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by -the Free Software Foundation; either version 2, or (at your option) -any later version. +GCC is free software; you can redistribute it and/or modify it under +the terms of the GNU General Public License as published by the Free +Software Foundation; either version 2, or (at your option) any later +version. -GNU CC is distributed in the hope that it will be useful, -but WITHOUT ANY WARRANTY; without even the implied warranty of -MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the -GNU General Public License for more details. +GCC is distributed in the hope that it will be useful, but WITHOUT ANY +WARRANTY; without even the implied warranty of MERCHANTABILITY or +FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License +for more details.  You should have received a copy of the GNU General Public License -along with GNU CC; see the file COPYING.  If not, write to -the Free Software Foundation, 59 Temple Place - Suite 330, -Boston, MA 02111-1307, USA.  */ +along with GCC; see the file COPYING.  If not, write to the Free +Software Foundation, 59 Temple Place - Suite 330, Boston, MA +02111-1307, USA.  */  #ifndef GCC_INSN_ADDR_H  #define GCC_INSN_ADDR_H  diff --git a/gcc/integrate.c b/gcc/integrate.c index e0d5a6fc937..ca8ae0e1ed4 100644 --- a/gcc/integrate.c +++ b/gcc/integrate.c @@ -1,24 +1,24 @@ -/* Procedure integration for GNU CC. +/* Procedure integration for GCC.     Copyright (C) 1988, 1991, 1993, 1994, 1995, 1996, 1997, 1998,     1999, 2000, 2001 Free Software Foundation, Inc.     Contributed by Michael Tiemann (tiemann@cygnus.com) -This file is part of GNU CC. +This file is part of GCC. -GNU CC is free software; you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by -the Free Software Foundation; either version 2, or (at your option) -any later version. +GCC is free software; you can redistribute it and/or modify it under +the terms of the GNU General Public License as published by the Free +Software Foundation; either version 2, or (at your option) any later +version. -GNU CC is distributed in the hope that it will be useful, -but WITHOUT ANY WARRANTY; without even the implied warranty of -MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the -GNU General Public License for more details. +GCC is distributed in the hope that it will be useful, but WITHOUT ANY +WARRANTY; without even the implied warranty of MERCHANTABILITY or +FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License +for more details.  You should have received a copy of the GNU General Public License -along with GNU CC; see the file COPYING.  If not, write to -the Free Software Foundation, 59 Temple Place - Suite 330, -Boston, MA 02111-1307, USA.  */ +along with GCC; see the file COPYING.  If not, write to the Free +Software Foundation, 59 Temple Place - Suite 330, Boston, MA +02111-1307, USA.  */  #include "config.h"  #include "system.h" diff --git a/gcc/integrate.h b/gcc/integrate.h index 04d5bd22e03..66281e81ec7 100644 --- a/gcc/integrate.h +++ b/gcc/integrate.h @@ -1,22 +1,22 @@  /* Function integration definitions for GNU C-Compiler     Copyright (C) 1990, 1995, 1998, 1999, 2000, 2001 Free Software Foundation, Inc. -This file is part of GNU CC. +This file is part of GCC. -GNU CC is free software; you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by -the Free Software Foundation; either version 2, or (at your option) -any later version. +GCC is free software; you can redistribute it and/or modify it under +the terms of the GNU General Public License as published by the Free +Software Foundation; either version 2, or (at your option) any later +version. -GNU CC is distributed in the hope that it will be useful, -but WITHOUT ANY WARRANTY; without even the implied warranty of -MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the -GNU General Public License for more details. +GCC is distributed in the hope that it will be useful, but WITHOUT ANY +WARRANTY; without even the implied warranty of MERCHANTABILITY or +FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License +for more details.  You should have received a copy of the GNU General Public License -along with GNU CC; see the file COPYING.  If not, write to -the Free Software Foundation, 59 Temple Place - Suite 330, -Boston, MA 02111-1307, USA.  */ +along with GCC; see the file COPYING.  If not, write to the Free +Software Foundation, 59 Temple Place - Suite 330, Boston, MA +02111-1307, USA.  */  #include "varray.h" diff --git a/gcc/jump.c b/gcc/jump.c index 806e190822d..7ca135ef035 100644 --- a/gcc/jump.c +++ b/gcc/jump.c @@ -2,22 +2,22 @@     Copyright (C) 1987, 1988, 1989, 1991, 1992, 1993, 1994, 1995, 1996, 1997     1998, 1999, 2000, 2001 Free Software Foundation, Inc. -This file is part of GNU CC. +This file is part of GCC. -GNU CC is free software; you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by -the Free Software Foundation; either version 2, or (at your option) -any later version. +GCC is free software; you can redistribute it and/or modify it under +the terms of the GNU General Public License as published by the Free +Software Foundation; either version 2, or (at your option) any later +version. -GNU CC is distributed in the hope that it will be useful, -but WITHOUT ANY WARRANTY; without even the implied warranty of -MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the -GNU General Public License for more details. +GCC is distributed in the hope that it will be useful, but WITHOUT ANY +WARRANTY; without even the implied warranty of MERCHANTABILITY or +FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License +for more details.  You should have received a copy of the GNU General Public License -along with GNU CC; see the file COPYING.  If not, write to -the Free Software Foundation, 59 Temple Place - Suite 330, -Boston, MA 02111-1307, USA.  */ +along with GCC; see the file COPYING.  If not, write to the Free +Software Foundation, 59 Temple Place - Suite 330, Boston, MA +02111-1307, USA.  */  /* This is the pathetic reminder of old fame of the jump-optimization pass     of the compiler.  Now it contains basically set of utility function to diff --git a/gcc/lcm.c b/gcc/lcm.c index 0f48d6c4483..c69dee05cc5 100644 --- a/gcc/lcm.c +++ b/gcc/lcm.c @@ -1,22 +1,22 @@  /* Generic partial redundancy elimination with lazy code motion support.     Copyright (C) 1998, 1999, 2000, 2001 Free Software Foundation, Inc. -This file is part of GNU CC. +This file is part of GCC. -GNU CC is free software; you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by -the Free Software Foundation; either version 2, or (at your option) -any later version. +GCC is free software; you can redistribute it and/or modify it under +the terms of the GNU General Public License as published by the Free +Software Foundation; either version 2, or (at your option) any later +version. -GNU CC is distributed in the hope that it will be useful, -but WITHOUT ANY WARRANTY; without even the implied warranty of -MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the -GNU General Public License for more details. +GCC is distributed in the hope that it will be useful, but WITHOUT ANY +WARRANTY; without even the implied warranty of MERCHANTABILITY or +FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License +for more details.  You should have received a copy of the GNU General Public License -along with GNU CC; see the file COPYING.  If not, write to -the Free Software Foundation, 59 Temple Place - Suite 330, -Boston, MA 02111-1307, USA.  */ +along with GCC; see the file COPYING.  If not, write to the Free +Software Foundation, 59 Temple Place - Suite 330, Boston, MA +02111-1307, USA.  */  /* These routines are meant to be used by various optimization     passes which can be modeled as lazy code motion problems. diff --git a/gcc/libgcc2.c b/gcc/libgcc2.c index 81114db3ff2..0f007ec64fa 100644 --- a/gcc/libgcc2.c +++ b/gcc/libgcc2.c @@ -3,12 +3,12 @@  /* Copyright (C) 1989, 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999,     2000, 2001  Free Software Foundation, Inc. -This file is part of GNU CC. +This file is part of GCC. -GNU CC is free software; you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by -the Free Software Foundation; either version 2, or (at your option) -any later version. +GCC is free software; you can redistribute it and/or modify it under +the terms of the GNU General Public License as published by the Free +Software Foundation; either version 2, or (at your option) any later +version.  In addition to the permissions in the GNU General Public License, the  Free Software Foundation gives you unlimited permission to link the @@ -19,15 +19,15 @@ do apply in other respects; for example, they cover modification of  the file, and distribution when not linked into a combine  executable.) -GNU CC is distributed in the hope that it will be useful, -but WITHOUT ANY WARRANTY; without even the implied warranty of -MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the -GNU General Public License for more details. +GCC is distributed in the hope that it will be useful, but WITHOUT ANY +WARRANTY; without even the implied warranty of MERCHANTABILITY or +FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License +for more details.  You should have received a copy of the GNU General Public License -along with GNU CC; see the file COPYING.  If not, write to -the Free Software Foundation, 59 Temple Place - Suite 330, -Boston, MA 02111-1307, USA.  */ +along with GCC; see the file COPYING.  If not, write to the Free +Software Foundation, 59 Temple Place - Suite 330, Boston, MA +02111-1307, USA.  */  /* It is incorrect to include config.h here, because this file is being     compiled for the target, and hence definitions concerning only the host diff --git a/gcc/libgcc2.h b/gcc/libgcc2.h index f85a6588854..715ccfc610b 100644 --- a/gcc/libgcc2.h +++ b/gcc/libgcc2.h @@ -2,22 +2,22 @@  /* Copyright (C) 2000, 2001     Free Software Foundation, Inc. -This file is part of GNU CC. +This file is part of GCC. -GNU CC is free software; you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by -the Free Software Foundation; either version 2, or (at your option) -any later version. +GCC is free software; you can redistribute it and/or modify it under +the terms of the GNU General Public License as published by the Free +Software Foundation; either version 2, or (at your option) any later +version. -GNU CC is distributed in the hope that it will be useful, -but WITHOUT ANY WARRANTY; without even the implied warranty of -MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the -GNU General Public License for more details. +GCC is distributed in the hope that it will be useful, but WITHOUT ANY +WARRANTY; without even the implied warranty of MERCHANTABILITY or +FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License +for more details.  You should have received a copy of the GNU General Public License -along with GNU CC; see the file COPYING.  If not, write to -the Free Software Foundation, 59 Temple Place - Suite 330, -Boston, MA 02111-1307, USA.  */ +along with GCC; see the file COPYING.  If not, write to the Free +Software Foundation, 59 Temple Place - Suite 330, Boston, MA +02111-1307, USA.  */  #ifndef GCC_LIBGCC2_H  #define GCC_LIBGCC2_H diff --git a/gcc/lists.c b/gcc/lists.c index efba26f88b4..2a58ea2e163 100644 --- a/gcc/lists.c +++ b/gcc/lists.c @@ -2,22 +2,22 @@     Copyright (C) 1987, 1988, 1992, 1993, 1994, 1995, 1996, 1997, 1998,     1999 Free Software Foundation, Inc. -This file is part of GNU CC. +This file is part of GCC. -GNU CC is free software; you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by -the Free Software Foundation; either version 2, or (at your option) -any later version. +GCC is free software; you can redistribute it and/or modify it under +the terms of the GNU General Public License as published by the Free +Software Foundation; either version 2, or (at your option) any later +version. -GNU CC is distributed in the hope that it will be useful, -but WITHOUT ANY WARRANTY; without even the implied warranty of -MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the -GNU General Public License for more details. +GCC is distributed in the hope that it will be useful, but WITHOUT ANY +WARRANTY; without even the implied warranty of MERCHANTABILITY or +FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License +for more details.  You should have received a copy of the GNU General Public License -along with GNU CC; see the file COPYING.  If not, write to -the Free Software Foundation, 59 Temple Place - Suite 330, -Boston, MA 02111-1307, USA.  */ +along with GCC; see the file COPYING.  If not, write to the Free +Software Foundation, 59 Temple Place - Suite 330, Boston, MA +02111-1307, USA.  */  #include "config.h"  #include "system.h" diff --git a/gcc/local-alloc.c b/gcc/local-alloc.c index 8dd3174c83d..eaa4450dad8 100644 --- a/gcc/local-alloc.c +++ b/gcc/local-alloc.c @@ -2,22 +2,22 @@     Copyright (C) 1987, 1988, 1991, 1993, 1994, 1995, 1996, 1997, 1998,     1999, 2000, 2001 Free Software Foundation, Inc. -This file is part of GNU CC. +This file is part of GCC. -GNU CC is free software; you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by -the Free Software Foundation; either version 2, or (at your option) -any later version. +GCC is free software; you can redistribute it and/or modify it under +the terms of the GNU General Public License as published by the Free +Software Foundation; either version 2, or (at your option) any later +version. -GNU CC is distributed in the hope that it will be useful, -but WITHOUT ANY WARRANTY; without even the implied warranty of -MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the -GNU General Public License for more details. +GCC is distributed in the hope that it will be useful, but WITHOUT ANY +WARRANTY; without even the implied warranty of MERCHANTABILITY or +FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License +for more details.  You should have received a copy of the GNU General Public License -along with GNU CC; see the file COPYING.  If not, write to -the Free Software Foundation, 59 Temple Place - Suite 330, -Boston, MA 02111-1307, USA.  */ +along with GCC; see the file COPYING.  If not, write to the Free +Software Foundation, 59 Temple Place - Suite 330, Boston, MA +02111-1307, USA.  */  /* Allocation of hard register numbers to pseudo registers is done in     two passes.  In this pass we consider only regs that are born and diff --git a/gcc/loop.c b/gcc/loop.c index a8bf9c7cbd0..1960ac2d4cc 100644 --- a/gcc/loop.c +++ b/gcc/loop.c @@ -2,22 +2,22 @@     Copyright (C) 1987, 1988, 1989, 1991, 1992, 1993, 1994, 1995, 1996, 1997,     1998, 1999, 2000, 2001 Free Software Foundation, Inc. -This file is part of GNU CC. +This file is part of GCC. -GNU CC is free software; you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by -the Free Software Foundation; either version 2, or (at your option) -any later version. +GCC is free software; you can redistribute it and/or modify it under +the terms of the GNU General Public License as published by the Free +Software Foundation; either version 2, or (at your option) any later +version. -GNU CC is distributed in the hope that it will be useful, -but WITHOUT ANY WARRANTY; without even the implied warranty of -MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the -GNU General Public License for more details. +GCC is distributed in the hope that it will be useful, but WITHOUT ANY +WARRANTY; without even the implied warranty of MERCHANTABILITY or +FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License +for more details.  You should have received a copy of the GNU General Public License -along with GNU CC; see the file COPYING.  If not, write to -the Free Software Foundation, 59 Temple Place - Suite 330, -Boston, MA 02111-1307, USA.  */ +along with GCC; see the file COPYING.  If not, write to the Free +Software Foundation, 59 Temple Place - Suite 330, Boston, MA +02111-1307, USA.  */  /* This is the loop optimization pass of the compiler.     It finds invariant computations within loops and moves them diff --git a/gcc/loop.h b/gcc/loop.h index 1794730307d..5ead92efccf 100644 --- a/gcc/loop.h +++ b/gcc/loop.h @@ -2,22 +2,22 @@     Copyright (C) 1991, 1995, 1998, 1999, 2000, 2001     Free Software Foundation, Inc. -This file is part of GNU CC. +This file is part of GCC. -GNU CC is free software; you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by -the Free Software Foundation; either version 2, or (at your option) -any later version. +GCC is free software; you can redistribute it and/or modify it under +the terms of the GNU General Public License as published by the Free +Software Foundation; either version 2, or (at your option) any later +version. -GNU CC is distributed in the hope that it will be useful, -but WITHOUT ANY WARRANTY; without even the implied warranty of -MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the -GNU General Public License for more details. +GCC is distributed in the hope that it will be useful, but WITHOUT ANY +WARRANTY; without even the implied warranty of MERCHANTABILITY or +FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License +for more details.  You should have received a copy of the GNU General Public License -along with GNU CC; see the file COPYING.  If not, write to -the Free Software Foundation, 59 Temple Place - Suite 330, -Boston, MA 02111-1307, USA.  */ +along with GCC; see the file COPYING.  If not, write to the Free +Software Foundation, 59 Temple Place - Suite 330, Boston, MA +02111-1307, USA.  */  #include "bitmap.h"  #include "sbitmap.h" diff --git a/gcc/machmode.def b/gcc/machmode.def index 1c93c0498bf..7b042aa6506 100644 --- a/gcc/machmode.def +++ b/gcc/machmode.def @@ -2,25 +2,25 @@     machine modes used in the GNU compiler.     Copyright (C) 1987, 1992, 1994, 1997, 1998, 2000 Free Software Foundation, Inc. -This file is part of GNU CC. +This file is part of GCC. -GNU CC is free software; you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by -the Free Software Foundation; either version 2, or (at your option) -any later version. +GCC is free software; you can redistribute it and/or modify it under +the terms of the GNU General Public License as published by the Free +Software Foundation; either version 2, or (at your option) any later +version. -GNU CC is distributed in the hope that it will be useful, -but WITHOUT ANY WARRANTY; without even the implied warranty of -MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the -GNU General Public License for more details. +GCC is distributed in the hope that it will be useful, but WITHOUT ANY +WARRANTY; without even the implied warranty of MERCHANTABILITY or +FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License +for more details.  You should have received a copy of the GNU General Public License -along with GNU CC; see the file COPYING.  If not, write to -the Free Software Foundation, 59 Temple Place - Suite 330, -Boston, MA 02111-1307, USA.  */ +along with GCC; see the file COPYING.  If not, write to the Free +Software Foundation, 59 Temple Place - Suite 330, Boston, MA +02111-1307, USA.  */ -/* This file defines all the MACHINE MODES used by GNU CC. +/* This file defines all the MACHINE MODES used by GCC.     A machine mode specifies a size and format of data     at the machine level. diff --git a/gcc/machmode.h b/gcc/machmode.h index 230d8b0596a..f0363bdeb66 100644 --- a/gcc/machmode.h +++ b/gcc/machmode.h @@ -2,22 +2,22 @@     Copyright (C) 1991, 1993, 1994, 1996, 1998, 1999, 2000, 2001     Free Software Foundation, Inc. -This file is part of GNU CC. +This file is part of GCC. -GNU CC is free software; you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by -the Free Software Foundation; either version 2, or (at your option) -any later version. +GCC is free software; you can redistribute it and/or modify it under +the terms of the GNU General Public License as published by the Free +Software Foundation; either version 2, or (at your option) any later +version. -GNU CC is distributed in the hope that it will be useful, -but WITHOUT ANY WARRANTY; without even the implied warranty of -MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the -GNU General Public License for more details. +GCC is distributed in the hope that it will be useful, but WITHOUT ANY +WARRANTY; without even the implied warranty of MERCHANTABILITY or +FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License +for more details.  You should have received a copy of the GNU General Public License -along with GNU CC; see the file COPYING.  If not, write to -the Free Software Foundation, 59 Temple Place - Suite 330, -Boston, MA 02111-1307, USA.  */ +along with GCC; see the file COPYING.  If not, write to the Free +Software Foundation, 59 Temple Place - Suite 330, Boston, MA +02111-1307, USA.  */  #ifndef HAVE_MACHINE_MODES  #define HAVE_MACHINE_MODES diff --git a/gcc/main.c b/gcc/main.c index 5fc382b915c..1513712d629 100644 --- a/gcc/main.c +++ b/gcc/main.c @@ -1,21 +1,21 @@  /* main.c: defines main() for cc1, cc1plus, etc. -This file is part of GNU CC. +This file is part of GCC. -GNU CC is free software; you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by -the Free Software Foundation; either version 2, or (at your option) -any later version. +GCC is free software; you can redistribute it and/or modify it under +the terms of the GNU General Public License as published by the Free +Software Foundation; either version 2, or (at your option) any later +version. -GNU CC is distributed in the hope that it will be useful, -but WITHOUT ANY WARRANTY; without even the implied warranty of -MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the -GNU General Public License for more details. +GCC is distributed in the hope that it will be useful, but WITHOUT ANY +WARRANTY; without even the implied warranty of MERCHANTABILITY or +FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License +for more details.  You should have received a copy of the GNU General Public License -along with GNU CC; see the file COPYING.  If not, write to -the Free Software Foundation, 59 Temple Place - Suite 330, -Boston, MA 02111-1307, USA.  */ +along with GCC; see the file COPYING.  If not, write to the Free +Software Foundation, 59 Temple Place - Suite 330, Boston, MA +02111-1307, USA.  */  #include "ansidecl.h"  #include "toplev.h" diff --git a/gcc/mbchar.c b/gcc/mbchar.c index 58422988ecc..5c86dbf8698 100644 --- a/gcc/mbchar.c +++ b/gcc/mbchar.c @@ -1,22 +1,22 @@  /* Multibyte Character Functions.     Copyright (C) 1998 Free Software Foundation, Inc. -This file is part of GNU CC. +This file is part of GCC. -GNU CC is free software; you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by -the Free Software Foundation; either version 2, or (at your option) -any later version. +GCC is free software; you can redistribute it and/or modify it under +the terms of the GNU General Public License as published by the Free +Software Foundation; either version 2, or (at your option) any later +version. -GNU CC is distributed in the hope that it will be useful, -but WITHOUT ANY WARRANTY; without even the implied warranty of -MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the -GNU General Public License for more details. +GCC is distributed in the hope that it will be useful, but WITHOUT ANY +WARRANTY; without even the implied warranty of MERCHANTABILITY or +FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License +for more details.  You should have received a copy of the GNU General Public License -along with GNU CC; see the file COPYING.  If not, write to -the Free Software Foundation, 59 Temple Place - Suite 330, -Boston, MA 02111-1307, USA.  */ +along with GCC; see the file COPYING.  If not, write to the Free +Software Foundation, 59 Temple Place - Suite 330, Boston, MA +02111-1307, USA.  */  /* Note regarding cross compilation: diff --git a/gcc/mbchar.h b/gcc/mbchar.h index ab58cbbbdfa..44f83982d12 100644 --- a/gcc/mbchar.h +++ b/gcc/mbchar.h @@ -1,22 +1,22 @@  /* Various declarations for functions found in mbchar.c     Copyright (C) 1998, 1999, 2000 Free Software Foundation, Inc. -This file is part of GNU CC. +This file is part of GCC. -GNU CC is free software; you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by -the Free Software Foundation; either version 2, or (at your option) -any later version. +GCC is free software; you can redistribute it and/or modify it under +the terms of the GNU General Public License as published by the Free +Software Foundation; either version 2, or (at your option) any later +version. -GNU CC is distributed in the hope that it will be useful, -but WITHOUT ANY WARRANTY; without even the implied warranty of -MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the -GNU General Public License for more details. +GCC is distributed in the hope that it will be useful, but WITHOUT ANY +WARRANTY; without even the implied warranty of MERCHANTABILITY or +FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License +for more details.  You should have received a copy of the GNU General Public License -along with GNU CC; see the file COPYING.  If not, write to -the Free Software Foundation, 59 Temple Place - Suite 330, -Boston, MA 02111-1307, USA.  */ +along with GCC; see the file COPYING.  If not, write to the Free +Software Foundation, 59 Temple Place - Suite 330, Boston, MA +02111-1307, USA.  */  #ifndef GCC_MBCHAR_H  #define GCC_MBCHAR_H diff --git a/gcc/mips-tdump.c b/gcc/mips-tdump.c index f4cb9a3b6b7..e133c0f8ac0 100644 --- a/gcc/mips-tdump.c +++ b/gcc/mips-tdump.c @@ -4,22 +4,22 @@     Contributed by hartzell@boulder.colorado.edu,     Rewritten by meissner@osf.org. -This file is part of GNU CC. +This file is part of GCC. -GNU CC is free software; you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by -the Free Software Foundation; either version 2, or (at your option) -any later version. +GCC is free software; you can redistribute it and/or modify it under +the terms of the GNU General Public License as published by the Free +Software Foundation; either version 2, or (at your option) any later +version. -GNU CC is distributed in the hope that it will be useful, -but WITHOUT ANY WARRANTY; without even the implied warranty of -MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the -GNU General Public License for more details. +GCC is distributed in the hope that it will be useful, but WITHOUT ANY +WARRANTY; without even the implied warranty of MERCHANTABILITY or +FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License +for more details.  You should have received a copy of the GNU General Public License -along with GNU CC; see the file COPYING.  If not, write to -the Free Software Foundation, 59 Temple Place - Suite 330, -Boston, MA 02111-1307, USA.  */ +along with GCC; see the file COPYING.  If not, write to the Free +Software Foundation, 59 Temple Place - Suite 330, Boston, MA +02111-1307, USA.  */  #include "config.h"  #include "system.h" diff --git a/gcc/mips-tfile.c b/gcc/mips-tfile.c index 5de540a03bd..61db2c7c8be 100644 --- a/gcc/mips-tfile.c +++ b/gcc/mips-tfile.c @@ -6,22 +6,22 @@     Free Software Foundation, Inc.     Contributed by Michael Meissner (meissner@cygnus.com). -This file is part of GNU CC. +This file is part of GCC. -GNU CC is free software; you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by -the Free Software Foundation; either version 2, or (at your option) -any later version. +GCC is free software; you can redistribute it and/or modify it under +the terms of the GNU General Public License as published by the Free +Software Foundation; either version 2, or (at your option) any later +version. -GNU CC is distributed in the hope that it will be useful, -but WITHOUT ANY WARRANTY; without even the implied warranty of -MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the -GNU General Public License for more details. +GCC is distributed in the hope that it will be useful, but WITHOUT ANY +WARRANTY; without even the implied warranty of MERCHANTABILITY or +FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License +for more details.  You should have received a copy of the GNU General Public License -along with GNU CC; see the file COPYING.  If not, write to -the Free Software Foundation, 59 Temple Place - Suite 330, -Boston, MA 02111-1307, USA.  */ +along with GCC; see the file COPYING.  If not, write to the Free +Software Foundation, 59 Temple Place - Suite 330, Boston, MA +02111-1307, USA.  */  /* Here is a brief description of the MIPS ECOFF symbol table.  The diff --git a/gcc/mklibgcc.in b/gcc/mklibgcc.in index c12fe763ef4..43aa21e9d2e 100644 --- a/gcc/mklibgcc.in +++ b/gcc/mklibgcc.in @@ -2,7 +2,7 @@  # Construct makefile for libgcc.  #   Copyright (C) 2000 Free Software Foundation, Inc.  # -# This file is part of GNU CC. +# This file is part of GCC.  # Arguments, taken from the environment, since there are a lot  # of them, and positional args becomes quite ugly. diff --git a/gcc/mkmap-flat.awk b/gcc/mkmap-flat.awk index de22d7c33e1..4ff5bf5f05d 100644 --- a/gcc/mkmap-flat.awk +++ b/gcc/mkmap-flat.awk @@ -1,22 +1,22 @@  # Generate a flat list of symbols to export.  #	Contributed by Richard Henderson <rth@cygnus.com>  # -# This file is part of GNU CC. +# This file is part of GCC.  # -# GNU CC is free software; you can redistribute it and/or modify -# it under the terms of the GNU General Public License as published by -# the Free Software Foundation; either version 2, or (at your option) -# any later version. +# GCC is free software; you can redistribute it and/or modify it under +# the terms of the GNU General Public License as published by the Free +# Software Foundation; either version 2, or (at your option) any later +# version.  # -# GNU CC is distributed in the hope that it will be useful, -# but WITHOUT ANY WARRANTY; without even the implied warranty of -# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the -# GNU General Public License for more details. +# GCC is distributed in the hope that it will be useful, but WITHOUT +# ANY WARRANTY; without even the implied warranty of MERCHANTABILITY +# or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public +# License for more details.  #  # You should have received a copy of the GNU General Public License -# along with GNU CC; see the file COPYING.  If not, write to -# the Free Software Foundation, 59 Temple Place - Suite 330, -# Boston MA 02111-1307, USA. +# along with GCC; see the file COPYING.  If not, write to the Free +# Software Foundation, 59 Temple Place - Suite 330, Boston MA +# 02111-1307, USA.  BEGIN {    state = "nm"; diff --git a/gcc/mkmap-symver.awk b/gcc/mkmap-symver.awk index 5ea676923fe..c6e3533f531 100644 --- a/gcc/mkmap-symver.awk +++ b/gcc/mkmap-symver.awk @@ -1,22 +1,22 @@  # Generate an ELF symbol version map a-la Solaris and GNU ld.  #	Contributed by Richard Henderson <rth@cygnus.com>  # -# This file is part of GNU CC. +# This file is part of GCC.  # -# GNU CC is free software; you can redistribute it and/or modify -# it under the terms of the GNU General Public License as published by -# the Free Software Foundation; either version 2, or (at your option) -# any later version. +# GCC is free software; you can redistribute it and/or modify it under +# the terms of the GNU General Public License as published by the Free +# Software Foundation; either version 2, or (at your option) any later +# version.  # -# GNU CC is distributed in the hope that it will be useful, -# but WITHOUT ANY WARRANTY; without even the implied warranty of -# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the -# GNU General Public License for more details. +# GCC is distributed in the hope that it will be useful, but WITHOUT +# ANY WARRANTY; without even the implied warranty of MERCHANTABILITY +# or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public +# License for more details.  #  # You should have received a copy of the GNU General Public License -# along with GNU CC; see the file COPYING.  If not, write to -# the Free Software Foundation, 59 Temple Place - Suite 330, -# Boston MA 02111-1307, USA. +# along with GCC; see the file COPYING.  If not, write to the Free +# Software Foundation, 59 Temple Place - Suite 330, Boston MA +# 02111-1307, USA.  BEGIN {    state = "nm"; diff --git a/gcc/optabs.c b/gcc/optabs.c index 1afff42c51f..dfea0802ddf 100644 --- a/gcc/optabs.c +++ b/gcc/optabs.c @@ -2,22 +2,22 @@     Copyright (C) 1987, 1988, 1992, 1993, 1994, 1995, 1996, 1997, 1998,     1999, 2000, 2001 Free Software Foundation, Inc. -This file is part of GNU CC. +This file is part of GCC. -GNU CC is free software; you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by -the Free Software Foundation; either version 2, or (at your option) -any later version. +GCC is free software; you can redistribute it and/or modify it under +the terms of the GNU General Public License as published by the Free +Software Foundation; either version 2, or (at your option) any later +version. -GNU CC is distributed in the hope that it will be useful, -but WITHOUT ANY WARRANTY; without even the implied warranty of -MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the -GNU General Public License for more details. +GCC is distributed in the hope that it will be useful, but WITHOUT ANY +WARRANTY; without even the implied warranty of MERCHANTABILITY or +FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License +for more details.  You should have received a copy of the GNU General Public License -along with GNU CC; see the file COPYING.  If not, write to -the Free Software Foundation, 59 Temple Place - Suite 330, -Boston, MA 02111-1307, USA.  */ +along with GCC; see the file COPYING.  If not, write to the Free +Software Foundation, 59 Temple Place - Suite 330, Boston, MA +02111-1307, USA.  */  #include "config.h" diff --git a/gcc/output.h b/gcc/output.h index f1426ec26dd..0e05799198e 100644 --- a/gcc/output.h +++ b/gcc/output.h @@ -3,22 +3,22 @@     Copyright (C) 1987, 1991, 1994, 1997, 1998,     1999, 2000, 2001 Free Software Foundation, Inc. -This file is part of GNU CC. +This file is part of GCC. -GNU CC is free software; you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by -the Free Software Foundation; either version 2, or (at your option) -any later version. +GCC is free software; you can redistribute it and/or modify it under +the terms of the GNU General Public License as published by the Free +Software Foundation; either version 2, or (at your option) any later +version. -GNU CC is distributed in the hope that it will be useful, -but WITHOUT ANY WARRANTY; without even the implied warranty of -MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the -GNU General Public License for more details. +GCC is distributed in the hope that it will be useful, but WITHOUT ANY +WARRANTY; without even the implied warranty of MERCHANTABILITY or +FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License +for more details.  You should have received a copy of the GNU General Public License -along with GNU CC; see the file COPYING.  If not, write to -the Free Software Foundation, 59 Temple Place - Suite 330, -Boston, MA 02111-1307, USA.  */ +along with GCC; see the file COPYING.  If not, write to the Free +Software Foundation, 59 Temple Place - Suite 330, Boston, MA +02111-1307, USA.  */  /* Compute branch alignments based on frequency information in the CFG.  */  extern void compute_alignments  PARAMS ((void)); diff --git a/gcc/params.c b/gcc/params.c index 9b1b09ccc42..b32f9b625d0 100644 --- a/gcc/params.c +++ b/gcc/params.c @@ -2,22 +2,22 @@     Copyright (C) 2001 Free Software Foundation, Inc.     Written by Mark Mitchell <mark@codesourcery.com>. -This file is part of GNU CC. +This file is part of GCC. -GNU CC is free software; you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by -the Free Software Foundation; either version 2, or (at your option) -any later version. +GCC is free software; you can redistribute it and/or modify it under +the terms of the GNU General Public License as published by the Free +Software Foundation; either version 2, or (at your option) any later +version. -GNU CC is distributed in the hope that it will be useful, -but WITHOUT ANY WARRANTY; without even the implied warranty of -MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the -GNU General Public License for more details. +GCC is distributed in the hope that it will be useful, but WITHOUT ANY +WARRANTY; without even the implied warranty of MERCHANTABILITY or +FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License +for more details.  You should have received a copy of the GNU General Public License -along with GNU CC; see the file COPYING.  If not, write to -the Free Software Foundation, 59 Temple Place - Suite 330, -Boston, MA 02111-1307, USA.   +along with GCC; see the file COPYING.  If not, write to the Free +Software Foundation, 59 Temple Place - Suite 330, Boston, MA +02111-1307, USA.  */ diff --git a/gcc/params.def b/gcc/params.def index e8809b6f0bd..ace89160c4f 100644 --- a/gcc/params.def +++ b/gcc/params.def @@ -2,22 +2,22 @@     Copyright (C) 2001 Free Software Foundation, Inc.     Written by Mark Mitchell <mark@codesourcery.com>. -This file is part of GNU CC. +This file is part of GCC. -GNU CC is free software; you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by -the Free Software Foundation; either version 2, or (at your option) -any later version. +GCC is free software; you can redistribute it and/or modify it under +the terms of the GNU General Public License as published by the Free +Software Foundation; either version 2, or (at your option) any later +version. -GNU CC is distributed in the hope that it will be useful, -but WITHOUT ANY WARRANTY; without even the implied warranty of -MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the -GNU General Public License for more details. +GCC is distributed in the hope that it will be useful, but WITHOUT ANY +WARRANTY; without even the implied warranty of MERCHANTABILITY or +FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License +for more details.  You should have received a copy of the GNU General Public License -along with GNU CC; see the file COPYING.  If not, write to -the Free Software Foundation, 59 Temple Place - Suite 330, -Boston, MA 02111-1307, USA.   +along with GCC; see the file COPYING.  If not, write to the Free +Software Foundation, 59 Temple Place - Suite 330, Boston, MA +02111-1307, USA.  */ diff --git a/gcc/params.h b/gcc/params.h index e8eb285275c..31455184e58 100644 --- a/gcc/params.h +++ b/gcc/params.h @@ -2,22 +2,22 @@     Copyright (C) 2001 Free Software Foundation, Inc.     Written by Mark Mitchell <mark@codesourcery.com>. -This file is part of GNU CC. +This file is part of GCC. -GNU CC is free software; you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by -the Free Software Foundation; either version 2, or (at your option) -any later version. +GCC is free software; you can redistribute it and/or modify it under +the terms of the GNU General Public License as published by the Free +Software Foundation; either version 2, or (at your option) any later +version. -GNU CC is distributed in the hope that it will be useful, -but WITHOUT ANY WARRANTY; without even the implied warranty of -MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the -GNU General Public License for more details. +GCC is distributed in the hope that it will be useful, but WITHOUT ANY +WARRANTY; without even the implied warranty of MERCHANTABILITY or +FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License +for more details.  You should have received a copy of the GNU General Public License -along with GNU CC; see the file COPYING.  If not, write to -the Free Software Foundation, 59 Temple Place - Suite 330, -Boston, MA 02111-1307, USA.   +along with GCC; see the file COPYING.  If not, write to the Free +Software Foundation, 59 Temple Place - Suite 330, Boston, MA +02111-1307, USA.  */ diff --git a/gcc/predict.c b/gcc/predict.c index 14dfc7dc8bf..f7e8b6d77a4 100644 --- a/gcc/predict.c +++ b/gcc/predict.c @@ -1,22 +1,22 @@  /* Branch prediction routines for the GNU compiler.     Copyright (C) 2000, 2001 Free Software Foundation, Inc. -   This file is part of GNU CC. +   This file is part of GCC. -   GNU CC is free software; you can redistribute it and/or modify -   it under the terms of the GNU General Public License as published by +   GCC is free software; you can redistribute it and/or modify it +   under the terms of the GNU General Public License as published by     the Free Software Foundation; either version 2, or (at your option)     any later version. -   GNU CC is distributed in the hope that it will be useful, -   but WITHOUT ANY WARRANTY; without even the implied warranty of -   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the -   GNU General Public License for more details. +   GCC is distributed in the hope that it will be useful, but WITHOUT +   ANY WARRANTY; without even the implied warranty of MERCHANTABILITY +   or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public +   License for more details.     You should have received a copy of the GNU General Public License -   along with GNU CC; see the file COPYING.  If not, write to -   the Free Software Foundation, 59 Temple Place - Suite 330, -   Boston, MA 02111-1307, USA.  */ +   along with GCC; see the file COPYING.  If not, write to the Free +   Software Foundation, 59 Temple Place - Suite 330, Boston, MA +   02111-1307, USA.  */  /* References: diff --git a/gcc/predict.def b/gcc/predict.def index 6496ef02d87..54832009c16 100644 --- a/gcc/predict.def +++ b/gcc/predict.def @@ -2,22 +2,22 @@     builtins used in the GNU compiler.     Copyright (C) 2001 Free Software Foundation, Inc. -This file is part of GNU CC. +This file is part of GCC. -GNU CC is free software; you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by -the Free Software Foundation; either version 2, or (at your option) -any later version. +GCC is free software; you can redistribute it and/or modify it under +the terms of the GNU General Public License as published by the Free +Software Foundation; either version 2, or (at your option) any later +version. -GNU CC is distributed in the hope that it will be useful, -but WITHOUT ANY WARRANTY; without even the implied warranty of -MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the -GNU General Public License for more details. +GCC is distributed in the hope that it will be useful, but WITHOUT ANY +WARRANTY; without even the implied warranty of MERCHANTABILITY or +FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License +for more details.  You should have received a copy of the GNU General Public License -along with GNU CC; see the file COPYING.  If not, write to -the Free Software Foundation, 59 Temple Place - Suite 330, -Boston, MA 02111-1307, USA.  */ +along with GCC; see the file COPYING.  If not, write to the Free +Software Foundation, 59 Temple Place - Suite 330, Boston, MA +02111-1307, USA.  */  /* Before including this file, you should define a macro: diff --git a/gcc/predict.h b/gcc/predict.h index 21702183884..97174db1010 100644 --- a/gcc/predict.h +++ b/gcc/predict.h @@ -2,22 +2,22 @@     builtins used in the GNU compiler.     Copyright (C) 2001 Free Software Foundation, Inc. -This file is part of GNU CC. +This file is part of GCC. -GNU CC is free software; you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by -the Free Software Foundation; either version 2, or (at your option) -any later version. +GCC is free software; you can redistribute it and/or modify it under +the terms of the GNU General Public License as published by the Free +Software Foundation; either version 2, or (at your option) any later +version. -GNU CC is distributed in the hope that it will be useful, -but WITHOUT ANY WARRANTY; without even the implied warranty of -MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the -GNU General Public License for more details. +GCC is distributed in the hope that it will be useful, but WITHOUT ANY +WARRANTY; without even the implied warranty of MERCHANTABILITY or +FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License +for more details.  You should have received a copy of the GNU General Public License -along with GNU CC; see the file COPYING.  If not, write to -the Free Software Foundation, 59 Temple Place - Suite 330, -Boston, MA 02111-1307, USA.  */ +along with GCC; see the file COPYING.  If not, write to the Free +Software Foundation, 59 Temple Place - Suite 330, Boston, MA +02111-1307, USA.  */  #define DEF_PREDICTOR(ENUM, NAME, HITRATE, FLAGS) ENUM,  enum br_predictor diff --git a/gcc/prefix.c b/gcc/prefix.c index 1ad88cfe8ec..526754819f4 100644 --- a/gcc/prefix.c +++ b/gcc/prefix.c @@ -1,12 +1,12 @@  /* Utility to update paths from internal to external forms.     Copyright (C) 1997, 1998, 1999, 2000 Free Software Foundation, Inc. -This file is part of GNU CC. +This file is part of GCC. -GNU CC is free software; you can redistribute it and/or -modify it under the terms of the GNU Library General Public -License as published by the Free Software Foundation; either -version 2 of the License, or (at your option) any later version. +GCC is free software; you can redistribute it and/or modify it under +the terms of the GNU Library General Public License as published by +the Free Software Foundation; either version 2 of the License, or (at +your option) any later version.  GCC is distributed in the hope that it will be useful,  but WITHOUT ANY WARRANTY; without even the implied warranty of diff --git a/gcc/prefix.h b/gcc/prefix.h index b712900cd82..ca8ee19dc3e 100644 --- a/gcc/prefix.h +++ b/gcc/prefix.h @@ -1,12 +1,12 @@  /* Provide prototypes for functions exported from prefix.c.     Copyright (C) 1999 Free Software Foundation, Inc. -This file is part of GNU CC. +This file is part of GCC. -GNU CC is free software; you can redistribute it and/or -modify it under the terms of the GNU Library General Public -License as published by the Free Software Foundation; either -version 2 of the License, or (at your option) any later version. +GCC is free software; you can redistribute it and/or modify it under +the terms of the GNU Library General Public License as published by +the Free Software Foundation; either version 2 of the License, or (at +your option) any later version.  GCC is distributed in the hope that it will be useful,  but WITHOUT ANY WARRANTY; without even the implied warranty of diff --git a/gcc/print-rtl.c b/gcc/print-rtl.c index aca67008502..9d4fbbfaba2 100644 --- a/gcc/print-rtl.c +++ b/gcc/print-rtl.c @@ -2,22 +2,22 @@     Copyright (C) 1987, 1988, 1992, 1997, 1998, 1999, 2000     Free Software Foundation, Inc. -This file is part of GNU CC. +This file is part of GCC. -GNU CC is free software; you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by -the Free Software Foundation; either version 2, or (at your option) -any later version. +GCC is free software; you can redistribute it and/or modify it under +the terms of the GNU General Public License as published by the Free +Software Foundation; either version 2, or (at your option) any later +version. -GNU CC is distributed in the hope that it will be useful, -but WITHOUT ANY WARRANTY; without even the implied warranty of -MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the -GNU General Public License for more details. +GCC is distributed in the hope that it will be useful, but WITHOUT ANY +WARRANTY; without even the implied warranty of MERCHANTABILITY or +FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License +for more details.  You should have received a copy of the GNU General Public License -along with GNU CC; see the file COPYING.  If not, write to -the Free Software Foundation, 59 Temple Place - Suite 330, -Boston, MA 02111-1307, USA.  */ +along with GCC; see the file COPYING.  If not, write to the Free +Software Foundation, 59 Temple Place - Suite 330, Boston, MA +02111-1307, USA.  */  #include "config.h" diff --git a/gcc/print-tree.c b/gcc/print-tree.c index c1f492d8585..517cc0d637c 100644 --- a/gcc/print-tree.c +++ b/gcc/print-tree.c @@ -2,22 +2,22 @@     Copyright (C) 1990, 1991, 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2000     Free Software Foundation, Inc. -This file is part of GNU CC. +This file is part of GCC. -GNU CC is free software; you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by -the Free Software Foundation; either version 2, or (at your option) -any later version. +GCC is free software; you can redistribute it and/or modify it under +the terms of the GNU General Public License as published by the Free +Software Foundation; either version 2, or (at your option) any later +version. -GNU CC is distributed in the hope that it will be useful, -but WITHOUT ANY WARRANTY; without even the implied warranty of -MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the -GNU General Public License for more details. +GCC is distributed in the hope that it will be useful, but WITHOUT ANY +WARRANTY; without even the implied warranty of MERCHANTABILITY or +FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License +for more details.  You should have received a copy of the GNU General Public License -along with GNU CC; see the file COPYING.  If not, write to -the Free Software Foundation, 59 Temple Place - Suite 330, -Boston, MA 02111-1307, USA.  */ +along with GCC; see the file COPYING.  If not, write to the Free +Software Foundation, 59 Temple Place - Suite 330, Boston, MA +02111-1307, USA.  */  #include "config.h" diff --git a/gcc/profile.c b/gcc/profile.c index 941e16e76b6..9d43f94fe3a 100644 --- a/gcc/profile.c +++ b/gcc/profile.c @@ -5,22 +5,22 @@     based on some ideas from Dain Samples of UC Berkeley.     Further mangling by Bob Manson, Cygnus Support. -This file is part of GNU CC. +This file is part of GCC. -GNU CC is free software; you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by -the Free Software Foundation; either version 2, or (at your option) -any later version. +GCC is free software; you can redistribute it and/or modify it under +the terms of the GNU General Public License as published by the Free +Software Foundation; either version 2, or (at your option) any later +version. -GNU CC is distributed in the hope that it will be useful, -but WITHOUT ANY WARRANTY; without even the implied warranty of -MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the -GNU General Public License for more details. +GCC is distributed in the hope that it will be useful, but WITHOUT ANY +WARRANTY; without even the implied warranty of MERCHANTABILITY or +FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License +for more details.  You should have received a copy of the GNU General Public License -along with GNU CC; see the file COPYING.  If not, write to -the Free Software Foundation, 59 Temple Place - Suite 330, -Boston, MA 02111-1307, USA.  */ +along with GCC; see the file COPYING.  If not, write to the Free +Software Foundation, 59 Temple Place - Suite 330, Boston, MA +02111-1307, USA.  */  /* ??? Register allocation should use basic block execution counts to     give preference to the most commonly executed blocks.  */ diff --git a/gcc/protoize.c b/gcc/protoize.c index 818b6db1cdd..92b4b513388 100644 --- a/gcc/protoize.c +++ b/gcc/protoize.c @@ -2,22 +2,22 @@     Copyright (C) 1989, 1992, 1993, 1994, 1995, 1996, 1997, 1998,     1999, 2000 Free Software Foundation, Inc. -This file is part of GNU CC. +This file is part of GCC. -GNU CC is free software; you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by -the Free Software Foundation; either version 2, or (at your option) -any later version. +GCC is free software; you can redistribute it and/or modify it under +the terms of the GNU General Public License as published by the Free +Software Foundation; either version 2, or (at your option) any later +version. -GNU CC is distributed in the hope that it will be useful, -but WITHOUT ANY WARRANTY; without even the implied warranty of -MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the -GNU General Public License for more details. +GCC is distributed in the hope that it will be useful, but WITHOUT ANY +WARRANTY; without even the implied warranty of MERCHANTABILITY or +FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License +for more details.  You should have received a copy of the GNU General Public License -along with GNU CC; see the file COPYING.  If not, write to -the Free Software Foundation, 59 Temple Place - Suite 330, -Boston, MA 02111-1307, USA.  */ +along with GCC; see the file COPYING.  If not, write to the Free +Software Foundation, 59 Temple Place - Suite 330, Boston, MA +02111-1307, USA.  */  #include "config.h"  #include "system.h" diff --git a/gcc/read-rtl.c b/gcc/read-rtl.c index 945d9416764..959a6f342df 100644 --- a/gcc/read-rtl.c +++ b/gcc/read-rtl.c @@ -2,22 +2,22 @@     Copyright (C) 1987, 1988, 1991, 1994, 1997, 1998, 1999, 2000, 2001     Free Software Foundation, Inc. -This file is part of GNU CC. +This file is part of GCC. -GNU CC is free software; you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by -the Free Software Foundation; either version 2, or (at your option) -any later version. +GCC is free software; you can redistribute it and/or modify it under +the terms of the GNU General Public License as published by the Free +Software Foundation; either version 2, or (at your option) any later +version. -GNU CC is distributed in the hope that it will be useful, -but WITHOUT ANY WARRANTY; without even the implied warranty of -MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the -GNU General Public License for more details. +GCC is distributed in the hope that it will be useful, but WITHOUT ANY +WARRANTY; without even the implied warranty of MERCHANTABILITY or +FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License +for more details.  You should have received a copy of the GNU General Public License -along with GNU CC; see the file COPYING.  If not, write to -the Free Software Foundation, 59 Temple Place - Suite 330, -Boston, MA 02111-1307, USA.  */ +along with GCC; see the file COPYING.  If not, write to the Free +Software Foundation, 59 Temple Place - Suite 330, Boston, MA +02111-1307, USA.  */  #include "hconfig.h"  #include "system.h" diff --git a/gcc/real.c b/gcc/real.c index 424f0efd2dd..3978ec2861c 100644 --- a/gcc/real.c +++ b/gcc/real.c @@ -4,22 +4,22 @@     1999, 2000 Free Software Foundation, Inc.     Contributed by Stephen L. Moshier (moshier@world.std.com). -This file is part of GNU CC. +This file is part of GCC. -GNU CC is free software; you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by -the Free Software Foundation; either version 2, or (at your option) -any later version. +GCC is free software; you can redistribute it and/or modify it under +the terms of the GNU General Public License as published by the Free +Software Foundation; either version 2, or (at your option) any later +version. -GNU CC is distributed in the hope that it will be useful, -but WITHOUT ANY WARRANTY; without even the implied warranty of -MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the -GNU General Public License for more details. +GCC is distributed in the hope that it will be useful, but WITHOUT ANY +WARRANTY; without even the implied warranty of MERCHANTABILITY or +FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License +for more details.  You should have received a copy of the GNU General Public License -along with GNU CC; see the file COPYING.  If not, write to -the Free Software Foundation, 59 Temple Place - Suite 330, -Boston, MA 02111-1307, USA.  */ +along with GCC; see the file COPYING.  If not, write to the Free +Software Foundation, 59 Temple Place - Suite 330, Boston, MA +02111-1307, USA.  */  #include "config.h"  #include "system.h" diff --git a/gcc/real.h b/gcc/real.h index 3a19864979c..7df19ceffa9 100644 --- a/gcc/real.h +++ b/gcc/real.h @@ -2,22 +2,22 @@     Copyright (C) 1989, 1991, 1994, 1996, 1997, 1998,     1999, 2000 Free Software Foundation, Inc. -This file is part of GNU CC. +This file is part of GCC. -GNU CC is free software; you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by -the Free Software Foundation; either version 2, or (at your option) -any later version. +GCC is free software; you can redistribute it and/or modify it under +the terms of the GNU General Public License as published by the Free +Software Foundation; either version 2, or (at your option) any later +version. -GNU CC is distributed in the hope that it will be useful, -but WITHOUT ANY WARRANTY; without even the implied warranty of -MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the -GNU General Public License for more details. +GCC is distributed in the hope that it will be useful, but WITHOUT ANY +WARRANTY; without even the implied warranty of MERCHANTABILITY or +FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License +for more details.  You should have received a copy of the GNU General Public License -along with GNU CC; see the file COPYING.  If not, write to -the Free Software Foundation, 59 Temple Place - Suite 330, -Boston, MA 02111-1307, USA.  */ +along with GCC; see the file COPYING.  If not, write to the Free +Software Foundation, 59 Temple Place - Suite 330, Boston, MA +02111-1307, USA.  */  #ifndef GCC_REAL_H  #define GCC_REAL_H diff --git a/gcc/recog.c b/gcc/recog.c index 3ec2eeba0dd..c7d1dd7d34a 100644 --- a/gcc/recog.c +++ b/gcc/recog.c @@ -2,22 +2,22 @@     Copyright (C) 1987, 1988, 1991, 1992, 1993, 1994, 1995, 1996, 1997, 1998     1999, 2000, 2001 Free Software Foundation, Inc. -This file is part of GNU CC. +This file is part of GCC. -GNU CC is free software; you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by -the Free Software Foundation; either version 2, or (at your option) -any later version. +GCC is free software; you can redistribute it and/or modify it under +the terms of the GNU General Public License as published by the Free +Software Foundation; either version 2, or (at your option) any later +version. -GNU CC is distributed in the hope that it will be useful, -but WITHOUT ANY WARRANTY; without even the implied warranty of -MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the -GNU General Public License for more details. +GCC is distributed in the hope that it will be useful, but WITHOUT ANY +WARRANTY; without even the implied warranty of MERCHANTABILITY or +FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License +for more details.  You should have received a copy of the GNU General Public License -along with GNU CC; see the file COPYING.  If not, write to -the Free Software Foundation, 59 Temple Place - Suite 330, -Boston, MA 02111-1307, USA.  */ +along with GCC; see the file COPYING.  If not, write to the Free +Software Foundation, 59 Temple Place - Suite 330, Boston, MA +02111-1307, USA.  */  #include "config.h" diff --git a/gcc/recog.h b/gcc/recog.h index 6b4c90a093c..71b344ae549 100644 --- a/gcc/recog.h +++ b/gcc/recog.h @@ -2,22 +2,22 @@     Copyright (C) 1987, 1996, 1997, 1998, 1999, 2000, 2001     Free Software Foundation, Inc. -This file is part of GNU CC. +This file is part of GCC. -GNU CC is free software; you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by -the Free Software Foundation; either version 2, or (at your option) -any later version. +GCC is free software; you can redistribute it and/or modify it under +the terms of the GNU General Public License as published by the Free +Software Foundation; either version 2, or (at your option) any later +version. -GNU CC is distributed in the hope that it will be useful, -but WITHOUT ANY WARRANTY; without even the implied warranty of -MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the -GNU General Public License for more details. +GCC is distributed in the hope that it will be useful, but WITHOUT ANY +WARRANTY; without even the implied warranty of MERCHANTABILITY or +FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License +for more details.  You should have received a copy of the GNU General Public License -along with GNU CC; see the file COPYING.  If not, write to -the Free Software Foundation, 59 Temple Place - Suite 330, -Boston, MA 02111-1307, USA.  */ +along with GCC; see the file COPYING.  If not, write to the Free +Software Foundation, 59 Temple Place - Suite 330, Boston, MA +02111-1307, USA.  */  /* Random number that should be large enough for all purposes.  */  #define MAX_RECOG_ALTERNATIVES 30 diff --git a/gcc/reg-stack.c b/gcc/reg-stack.c index b859cd71195..558735fc2fa 100644 --- a/gcc/reg-stack.c +++ b/gcc/reg-stack.c @@ -2,22 +2,22 @@     Copyright (C) 1992, 1993, 1994, 1995, 1996, 1997, 1998,     1999, 2000, 2001 Free Software Foundation, Inc. -   This file is part of GNU CC. +   This file is part of GCC. -   GNU CC is free software; you can redistribute it and/or modify -   it under the terms of the GNU General Public License as published by +   GCC is free software; you can redistribute it and/or modify it +   under the terms of the GNU General Public License as published by     the Free Software Foundation; either version 2, or (at your option)     any later version. -   GNU CC is distributed in the hope that it will be useful, -   but WITHOUT ANY WARRANTY; without even the implied warranty of -   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the -   GNU General Public License for more details. +   GCC is distributed in the hope that it will be useful, but WITHOUT +   ANY WARRANTY; without even the implied warranty of MERCHANTABILITY +   or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public +   License for more details.     You should have received a copy of the GNU General Public License -   along with GNU CC; see the file COPYING.  If not, write to -   the Free Software Foundation, 59 Temple Place - Suite 330, -   Boston, MA 02111-1307, USA.  */ +   along with GCC; see the file COPYING.  If not, write to the Free +   Software Foundation, 59 Temple Place - Suite 330, Boston, MA +   02111-1307, USA.  */  /* This pass converts stack-like registers from the "flat register     file" model that gcc uses, to a stack convention that the 387 uses. diff --git a/gcc/regclass.c b/gcc/regclass.c index d5cc42cbe27..579a1ea7415 100644 --- a/gcc/regclass.c +++ b/gcc/regclass.c @@ -2,22 +2,22 @@     Copyright (C) 1987, 1988, 1991, 1992, 1993, 1994, 1995, 1996     1997, 1998, 1999, 2000, 2001 Free Software Foundation, Inc. -This file is part of GNU CC. +This file is part of GCC. -GNU CC is free software; you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by -the Free Software Foundation; either version 2, or (at your option) -any later version. +GCC is free software; you can redistribute it and/or modify it under +the terms of the GNU General Public License as published by the Free +Software Foundation; either version 2, or (at your option) any later +version. -GNU CC is distributed in the hope that it will be useful, -but WITHOUT ANY WARRANTY; without even the implied warranty of -MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the -GNU General Public License for more details. +GCC is distributed in the hope that it will be useful, but WITHOUT ANY +WARRANTY; without even the implied warranty of MERCHANTABILITY or +FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License +for more details.  You should have received a copy of the GNU General Public License -along with GNU CC; see the file COPYING.  If not, write to -the Free Software Foundation, 59 Temple Place - Suite 330, -Boston, MA 02111-1307, USA.  */ +along with GCC; see the file COPYING.  If not, write to the Free +Software Foundation, 59 Temple Place - Suite 330, Boston, MA +02111-1307, USA.  */  /* This file contains two passes of the compiler: reg_scan and reg_class. diff --git a/gcc/regmove.c b/gcc/regmove.c index de8e3e4380e..d26430a3057 100644 --- a/gcc/regmove.c +++ b/gcc/regmove.c @@ -2,22 +2,22 @@     Copyright (C) 1987, 1988, 1989, 1992, 1993, 1994, 1995, 1996, 1997, 1998,     1999, 2000, 2001 Free Software Foundation, Inc. -This file is part of GNU CC. +This file is part of GCC. -GNU CC is free software; you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by -the Free Software Foundation; either version 2, or (at your option) -any later version. +GCC is free software; you can redistribute it and/or modify it under +the terms of the GNU General Public License as published by the Free +Software Foundation; either version 2, or (at your option) any later +version. -GNU CC is distributed in the hope that it will be useful, -but WITHOUT ANY WARRANTY; without even the implied warranty of -MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the -GNU General Public License for more details. +GCC is distributed in the hope that it will be useful, but WITHOUT ANY +WARRANTY; without even the implied warranty of MERCHANTABILITY or +FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License +for more details.  You should have received a copy of the GNU General Public License -along with GNU CC; see the file COPYING.  If not, write to -the Free Software Foundation, 59 Temple Place - Suite 330, -Boston, MA 02111-1307, USA.  */ +along with GCC; see the file COPYING.  If not, write to the Free +Software Foundation, 59 Temple Place - Suite 330, Boston, MA +02111-1307, USA.  */  /* This module looks for cases where matching constraints would force diff --git a/gcc/regrename.c b/gcc/regrename.c index d24a6955923..afee0d79ec9 100644 --- a/gcc/regrename.c +++ b/gcc/regrename.c @@ -1,22 +1,22 @@  /* Register renaming for the GNU compiler.     Copyright (C) 2000, 2001 Free Software Foundation, Inc. -   This file is part of GNU CC. +   This file is part of GCC. -   GNU CC is free software; you can redistribute it and/or modify -   it under the terms of the GNU General Public License as published by +   GCC is free software; you can redistribute it and/or modify it +   under the terms of the GNU General Public License as published by     the Free Software Foundation; either version 2, or (at your option)     any later version. -   GNU CC is distributed in the hope that it will be useful, -   but WITHOUT ANY WARRANTY; without even the implied warranty of -   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the -   GNU General Public License for more details. +   GCC is distributed in the hope that it will be useful, but WITHOUT +   ANY WARRANTY; without even the implied warranty of MERCHANTABILITY +   or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public +   License for more details.     You should have received a copy of the GNU General Public License -   along with GNU CC; see the file COPYING.  If not, write to -   the Free Software Foundation, 59 Temple Place - Suite 330, -   Boston, MA 02111-1307, USA.  */ +   along with GCC; see the file COPYING.  If not, write to the Free +   Software Foundation, 59 Temple Place - Suite 330, Boston, MA +   02111-1307, USA.  */  #define REG_OK_STRICT diff --git a/gcc/regs.h b/gcc/regs.h index e852d6d3212..e55c807fb68 100644 --- a/gcc/regs.h +++ b/gcc/regs.h @@ -2,22 +2,22 @@     Copyright (C) 1987, 1993, 1994, 1995, 1996, 1997, 1998,     1999, 2000 Free Software Foundation, Inc. -This file is part of GNU CC. +This file is part of GCC. -GNU CC is free software; you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by -the Free Software Foundation; either version 2, or (at your option) -any later version. +GCC is free software; you can redistribute it and/or modify it under +the terms of the GNU General Public License as published by the Free +Software Foundation; either version 2, or (at your option) any later +version. -GNU CC is distributed in the hope that it will be useful, -but WITHOUT ANY WARRANTY; without even the implied warranty of -MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the -GNU General Public License for more details. +GCC is distributed in the hope that it will be useful, but WITHOUT ANY +WARRANTY; without even the implied warranty of MERCHANTABILITY or +FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License +for more details.  You should have received a copy of the GNU General Public License -along with GNU CC; see the file COPYING.  If not, write to -the Free Software Foundation, 59 Temple Place - Suite 330, -Boston, MA 02111-1307, USA.  */ +along with GCC; see the file COPYING.  If not, write to the Free +Software Foundation, 59 Temple Place - Suite 330, Boston, MA +02111-1307, USA.  */  #include "varray.h" diff --git a/gcc/reload.c b/gcc/reload.c index 989c224d280..73f8b2185ec 100644 --- a/gcc/reload.c +++ b/gcc/reload.c @@ -2,22 +2,22 @@     Copyright (C) 1987, 1988, 1989, 1992, 1993, 1994, 1995, 1996, 1997, 1998,     1999, 2000, 2001 Free Software Foundation, Inc. -This file is part of GNU CC. +This file is part of GCC. -GNU CC is free software; you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by -the Free Software Foundation; either version 2, or (at your option) -any later version. +GCC is free software; you can redistribute it and/or modify it under +the terms of the GNU General Public License as published by the Free +Software Foundation; either version 2, or (at your option) any later +version. -GNU CC is distributed in the hope that it will be useful, -but WITHOUT ANY WARRANTY; without even the implied warranty of -MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the -GNU General Public License for more details. +GCC is distributed in the hope that it will be useful, but WITHOUT ANY +WARRANTY; without even the implied warranty of MERCHANTABILITY or +FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License +for more details.  You should have received a copy of the GNU General Public License -along with GNU CC; see the file COPYING.  If not, write to -the Free Software Foundation, 59 Temple Place - Suite 330, -Boston, MA 02111-1307, USA.  */ +along with GCC; see the file COPYING.  If not, write to the Free +Software Foundation, 59 Temple Place - Suite 330, Boston, MA +02111-1307, USA.  */  /* This file contains subroutines used only from the file reload1.c.     It knows how to scan one insn for operands and values diff --git a/gcc/reload.h b/gcc/reload.h index 32ddfe5d564..d9f73e11ac6 100644 --- a/gcc/reload.h +++ b/gcc/reload.h @@ -2,22 +2,22 @@     Copyright (C) 1987, 1991, 1992, 1993, 1994, 1995, 1997, 1998,     1999, 2000, 2001 Free Software Foundation, Inc. -This file is part of GNU CC. +This file is part of GCC. -GNU CC is free software; you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by -the Free Software Foundation; either version 2, or (at your option) -any later version. +GCC is free software; you can redistribute it and/or modify it under +the terms of the GNU General Public License as published by the Free +Software Foundation; either version 2, or (at your option) any later +version. -GNU CC is distributed in the hope that it will be useful, -but WITHOUT ANY WARRANTY; without even the implied warranty of -MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the -GNU General Public License for more details. +GCC is distributed in the hope that it will be useful, but WITHOUT ANY +WARRANTY; without even the implied warranty of MERCHANTABILITY or +FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License +for more details.  You should have received a copy of the GNU General Public License -along with GNU CC; see the file COPYING.  If not, write to -the Free Software Foundation, 59 Temple Place - Suite 330, -Boston, MA 02111-1307, USA.  */ +along with GCC; see the file COPYING.  If not, write to the Free +Software Foundation, 59 Temple Place - Suite 330, Boston, MA +02111-1307, USA.  */  /* If secondary reloads are the same for inputs and outputs, define those diff --git a/gcc/reload1.c b/gcc/reload1.c index 02f4aa51803..f9fc5287a1f 100644 --- a/gcc/reload1.c +++ b/gcc/reload1.c @@ -2,22 +2,22 @@     Copyright (C) 1987, 1988, 1989, 1992, 1993, 1994, 1995, 1996, 1997, 1998,     1999, 2000, 2001 Free Software Foundation, Inc. -This file is part of GNU CC. +This file is part of GCC. -GNU CC is free software; you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by -the Free Software Foundation; either version 2, or (at your option) -any later version. +GCC is free software; you can redistribute it and/or modify it under +the terms of the GNU General Public License as published by the Free +Software Foundation; either version 2, or (at your option) any later +version. -GNU CC is distributed in the hope that it will be useful, -but WITHOUT ANY WARRANTY; without even the implied warranty of -MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the -GNU General Public License for more details. +GCC is distributed in the hope that it will be useful, but WITHOUT ANY +WARRANTY; without even the implied warranty of MERCHANTABILITY or +FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License +for more details.  You should have received a copy of the GNU General Public License -along with GNU CC; see the file COPYING.  If not, write to -the Free Software Foundation, 59 Temple Place - Suite 330, -Boston, MA 02111-1307, USA.  */ +along with GCC; see the file COPYING.  If not, write to the Free +Software Foundation, 59 Temple Place - Suite 330, Boston, MA +02111-1307, USA.  */  #include "config.h"  #include "system.h" diff --git a/gcc/reorg.c b/gcc/reorg.c index 3177e7117dd..879841e2ffb 100644 --- a/gcc/reorg.c +++ b/gcc/reorg.c @@ -4,22 +4,22 @@     Contributed by Richard Kenner (kenner@vlsi1.ultra.nyu.edu).     Hacked by Michael Tiemann (tiemann@cygnus.com). -This file is part of GNU CC. +This file is part of GCC. -GNU CC is free software; you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by -the Free Software Foundation; either version 2, or (at your option) -any later version. +GCC is free software; you can redistribute it and/or modify it under +the terms of the GNU General Public License as published by the Free +Software Foundation; either version 2, or (at your option) any later +version. -GNU CC is distributed in the hope that it will be useful, -but WITHOUT ANY WARRANTY; without even the implied warranty of -MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the -GNU General Public License for more details. +GCC is distributed in the hope that it will be useful, but WITHOUT ANY +WARRANTY; without even the implied warranty of MERCHANTABILITY or +FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License +for more details.  You should have received a copy of the GNU General Public License -along with GNU CC; see the file COPYING.  If not, write to -the Free Software Foundation, 59 Temple Place - Suite 330, -Boston, MA 02111-1307, USA.  */ +along with GCC; see the file COPYING.  If not, write to the Free +Software Foundation, 59 Temple Place - Suite 330, Boston, MA +02111-1307, USA.  */  /* Instruction reorganization pass. diff --git a/gcc/resource.c b/gcc/resource.c index af701b95d7a..5fec0534ad7 100644 --- a/gcc/resource.c +++ b/gcc/resource.c @@ -1,22 +1,22 @@  /* Definitions for computing resource usage of specific insns.     Copyright (C) 1999, 2000, 2001 Free Software Foundation, Inc. -This file is part of GNU CC. +This file is part of GCC. -GNU CC is free software; you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by -the Free Software Foundation; either version 2, or (at your option) -any later version. +GCC is free software; you can redistribute it and/or modify it under +the terms of the GNU General Public License as published by the Free +Software Foundation; either version 2, or (at your option) any later +version. -GNU CC is distributed in the hope that it will be useful, -but WITHOUT ANY WARRANTY; without even the implied warranty of -MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the -GNU General Public License for more details. +GCC is distributed in the hope that it will be useful, but WITHOUT ANY +WARRANTY; without even the implied warranty of MERCHANTABILITY or +FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License +for more details.  You should have received a copy of the GNU General Public License -along with GNU CC; see the file COPYING.  If not, write to -the Free Software Foundation, 59 Temple Place - Suite 330, -Boston, MA 02111-1307, USA.  */ +along with GCC; see the file COPYING.  If not, write to the Free +Software Foundation, 59 Temple Place - Suite 330, Boston, MA +02111-1307, USA.  */  #include "config.h"  #include "system.h" diff --git a/gcc/resource.h b/gcc/resource.h index 4f0173102aa..f746dbd50f4 100644 --- a/gcc/resource.h +++ b/gcc/resource.h @@ -1,22 +1,22 @@  /* Definitions for computing resource usage of specific insns.     Copyright (C) 1999 Free Software Foundation, Inc. -This file is part of GNU CC. +This file is part of GCC. -GNU CC is free software; you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by -the Free Software Foundation; either version 2, or (at your option) -any later version. +GCC is free software; you can redistribute it and/or modify it under +the terms of the GNU General Public License as published by the Free +Software Foundation; either version 2, or (at your option) any later +version. -GNU CC is distributed in the hope that it will be useful, -but WITHOUT ANY WARRANTY; without even the implied warranty of -MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the -GNU General Public License for more details. +GCC is distributed in the hope that it will be useful, but WITHOUT ANY +WARRANTY; without even the implied warranty of MERCHANTABILITY or +FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License +for more details.  You should have received a copy of the GNU General Public License -along with GNU CC; see the file COPYING.  If not, write to -the Free Software Foundation, 59 Temple Place - Suite 330, -Boston, MA 02111-1307, USA.  */ +along with GCC; see the file COPYING.  If not, write to the Free +Software Foundation, 59 Temple Place - Suite 330, Boston, MA +02111-1307, USA.  */  /* Macro to clear all resources.  */  #define CLEAR_RESOURCE(RES)	\ diff --git a/gcc/rtl.c b/gcc/rtl.c index 49ae05b877b..bd4d6fad682 100644 --- a/gcc/rtl.c +++ b/gcc/rtl.c @@ -2,22 +2,22 @@     Copyright (C) 1987, 1988, 1991, 1994, 1997, 1998, 1999, 2000, 2001     Free Software Foundation, Inc. -This file is part of GNU CC. +This file is part of GCC. -GNU CC is free software; you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by -the Free Software Foundation; either version 2, or (at your option) -any later version. +GCC is free software; you can redistribute it and/or modify it under +the terms of the GNU General Public License as published by the Free +Software Foundation; either version 2, or (at your option) any later +version. -GNU CC is distributed in the hope that it will be useful, -but WITHOUT ANY WARRANTY; without even the implied warranty of -MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the -GNU General Public License for more details. +GCC is distributed in the hope that it will be useful, but WITHOUT ANY +WARRANTY; without even the implied warranty of MERCHANTABILITY or +FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License +for more details.  You should have received a copy of the GNU General Public License -along with GNU CC; see the file COPYING.  If not, write to -the Free Software Foundation, 59 Temple Place - Suite 330, -Boston, MA 02111-1307, USA.  */ +along with GCC; see the file COPYING.  If not, write to the Free +Software Foundation, 59 Temple Place - Suite 330, Boston, MA +02111-1307, USA.  */  #include "config.h"  #include "system.h" diff --git a/gcc/rtl.def b/gcc/rtl.def index 500301a334c..80f8e5c3388 100644 --- a/gcc/rtl.def +++ b/gcc/rtl.def @@ -4,22 +4,22 @@     Copyright (C) 1987, 88, 92, 94, 95, 97, 98, 1999, 2000     Free Software Foundation, Inc. -This file is part of GNU CC. +This file is part of GCC. -GNU CC is free software; you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by -the Free Software Foundation; either version 2, or (at your option) -any later version. +GCC is free software; you can redistribute it and/or modify it under +the terms of the GNU General Public License as published by the Free +Software Foundation; either version 2, or (at your option) any later +version. -GNU CC is distributed in the hope that it will be useful, -but WITHOUT ANY WARRANTY; without even the implied warranty of -MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the -GNU General Public License for more details. +GCC is distributed in the hope that it will be useful, but WITHOUT ANY +WARRANTY; without even the implied warranty of MERCHANTABILITY or +FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License +for more details.  You should have received a copy of the GNU General Public License -along with GNU CC; see the file COPYING.  If not, write to -the Free Software Foundation, 59 Temple Place - Suite 330, -Boston, MA 02111-1307, USA.  */ +along with GCC; see the file COPYING.  If not, write to the Free +Software Foundation, 59 Temple Place - Suite 330, Boston, MA +02111-1307, USA.  */  /* Expression definitions and descriptions for all targets are in this file. diff --git a/gcc/rtl.h b/gcc/rtl.h index 3450ef37b59..b6066207724 100644 --- a/gcc/rtl.h +++ b/gcc/rtl.h @@ -2,22 +2,22 @@     Copyright (C) 1987, 1991, 1992, 1993, 1994, 1995, 1996, 1997, 1998,     1999, 2000, 2001 Free Software Foundation, Inc. -This file is part of GNU CC. +This file is part of GCC. -GNU CC is free software; you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by -the Free Software Foundation; either version 2, or (at your option) -any later version. +GCC is free software; you can redistribute it and/or modify it under +the terms of the GNU General Public License as published by the Free +Software Foundation; either version 2, or (at your option) any later +version. -GNU CC is distributed in the hope that it will be useful, -but WITHOUT ANY WARRANTY; without even the implied warranty of -MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the -GNU General Public License for more details. +GCC is distributed in the hope that it will be useful, but WITHOUT ANY +WARRANTY; without even the implied warranty of MERCHANTABILITY or +FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License +for more details.  You should have received a copy of the GNU General Public License -along with GNU CC; see the file COPYING.  If not, write to -the Free Software Foundation, 59 Temple Place - Suite 330, -Boston, MA 02111-1307, USA.  */ +along with GCC; see the file COPYING.  If not, write to the Free +Software Foundation, 59 Temple Place - Suite 330, Boston, MA +02111-1307, USA.  */  #ifndef GCC_RTL_H  #define GCC_RTL_H diff --git a/gcc/rtlanal.c b/gcc/rtlanal.c index 8fe3a4b5f79..5ac2c74d73d 100644 --- a/gcc/rtlanal.c +++ b/gcc/rtlanal.c @@ -2,22 +2,22 @@     Copyright (C) 1987, 1988, 1992, 1993, 1994, 1995, 1996, 1997, 1998,     1999, 2000, 2001 Free Software Foundation, Inc. -This file is part of GNU CC. +This file is part of GCC. -GNU CC is free software; you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by -the Free Software Foundation; either version 2, or (at your option) -any later version. +GCC is free software; you can redistribute it and/or modify it under +the terms of the GNU General Public License as published by the Free +Software Foundation; either version 2, or (at your option) any later +version. -GNU CC is distributed in the hope that it will be useful, -but WITHOUT ANY WARRANTY; without even the implied warranty of -MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the -GNU General Public License for more details. +GCC is distributed in the hope that it will be useful, but WITHOUT ANY +WARRANTY; without even the implied warranty of MERCHANTABILITY or +FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License +for more details.  You should have received a copy of the GNU General Public License -along with GNU CC; see the file COPYING.  If not, write to -the Free Software Foundation, 59 Temple Place - Suite 330, -Boston, MA 02111-1307, USA.  */ +along with GCC; see the file COPYING.  If not, write to the Free +Software Foundation, 59 Temple Place - Suite 330, Boston, MA +02111-1307, USA.  */  #include "config.h" diff --git a/gcc/sbitmap.c b/gcc/sbitmap.c index ef9fcd1e7ae..cd9deba0354 100644 --- a/gcc/sbitmap.c +++ b/gcc/sbitmap.c @@ -1,22 +1,22 @@  /* Simple bitmaps.     Copyright (C) 1999, 2000 Free Software Foundation, Inc. -This file is part of GNU CC. +This file is part of GCC. -GNU CC is free software; you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by -the Free Software Foundation; either version 2, or (at your option) -any later version. +GCC is free software; you can redistribute it and/or modify it under +the terms of the GNU General Public License as published by the Free +Software Foundation; either version 2, or (at your option) any later +version. -GNU CC is distributed in the hope that it will be useful, -but WITHOUT ANY WARRANTY; without even the implied warranty of -MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the -GNU General Public License for more details. +GCC is distributed in the hope that it will be useful, but WITHOUT ANY +WARRANTY; without even the implied warranty of MERCHANTABILITY or +FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License +for more details.  You should have received a copy of the GNU General Public License -along with GNU CC; see the file COPYING.  If not, write to -the Free Software Foundation, 59 Temple Place - Suite 330, -Boston, MA 02111-1307, USA.  */ +along with GCC; see the file COPYING.  If not, write to the Free +Software Foundation, 59 Temple Place - Suite 330, Boston, MA +02111-1307, USA.  */  #include "config.h"  #include "system.h" diff --git a/gcc/sbitmap.h b/gcc/sbitmap.h index 28e789493ad..29aee15bb2c 100644 --- a/gcc/sbitmap.h +++ b/gcc/sbitmap.h @@ -1,22 +1,22 @@  /* Simple bitmaps.     Copyright (C) 1999, 2000 Free Software Foundation, Inc. -This file is part of GNU CC. +This file is part of GCC. -GNU CC is free software; you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by -the Free Software Foundation; either version 2, or (at your option) -any later version. +GCC is free software; you can redistribute it and/or modify it under +the terms of the GNU General Public License as published by the Free +Software Foundation; either version 2, or (at your option) any later +version. -GNU CC is distributed in the hope that it will be useful, -but WITHOUT ANY WARRANTY; without even the implied warranty of -MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the -GNU General Public License for more details. +GCC is distributed in the hope that it will be useful, but WITHOUT ANY +WARRANTY; without even the implied warranty of MERCHANTABILITY or +FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License +for more details.  You should have received a copy of the GNU General Public License -along with GNU CC; see the file COPYING.  If not, write to -the Free Software Foundation, 59 Temple Place - Suite 330, -Boston, MA 02111-1307, USA.  */ +along with GCC; see the file COPYING.  If not, write to the Free +Software Foundation, 59 Temple Place - Suite 330, Boston, MA +02111-1307, USA.  */  #ifndef GCC_SBITMAP_H  #define GCC_SBITMAP_H  diff --git a/gcc/sched-deps.c b/gcc/sched-deps.c index d7cb5490c27..4a71d104c6c 100644 --- a/gcc/sched-deps.c +++ b/gcc/sched-deps.c @@ -5,21 +5,21 @@     Contributed by Michael Tiemann (tiemann@cygnus.com) Enhanced by,     and currently maintained by, Jim Wilson (wilson@cygnus.com) -This file is part of GNU CC. +This file is part of GCC. -GNU CC is free software; you can redistribute it and/or modify it -under the terms of the GNU General Public License as published by the -Free Software Foundation; either version 2, or (at your option) any -later version. +GCC is free software; you can redistribute it and/or modify it under +the terms of the GNU General Public License as published by the Free +Software Foundation; either version 2, or (at your option) any later +version. -GNU CC is distributed in the hope that it will be useful, but WITHOUT -ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or +GCC is distributed in the hope that it will be useful, but WITHOUT ANY +WARRANTY; without even the implied warranty of MERCHANTABILITY or  FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License  for more details.  You should have received a copy of the GNU General Public License -along with GNU CC; see the file COPYING.  If not, write to the Free -the Free Software Foundation, 59 Temple Place - Suite 330, Boston, MA +along with GCC; see the file COPYING.  If not, write to the Free the +Free Software Foundation, 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.  */  #include "config.h" diff --git a/gcc/sched-ebb.c b/gcc/sched-ebb.c index 50e456d6f58..f9a623ca105 100644 --- a/gcc/sched-ebb.c +++ b/gcc/sched-ebb.c @@ -4,21 +4,21 @@     Contributed by Michael Tiemann (tiemann@cygnus.com) Enhanced by,     and currently maintained by, Jim Wilson (wilson@cygnus.com) -This file is part of GNU CC. +This file is part of GCC. -GNU CC is free software; you can redistribute it and/or modify it -under the terms of the GNU General Public License as published by the -Free Software Foundation; either version 2, or (at your option) any -later version. +GCC is free software; you can redistribute it and/or modify it under +the terms of the GNU General Public License as published by the Free +Software Foundation; either version 2, or (at your option) any later +version. -GNU CC is distributed in the hope that it will be useful, but WITHOUT -ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or +GCC is distributed in the hope that it will be useful, but WITHOUT ANY +WARRANTY; without even the implied warranty of MERCHANTABILITY or  FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License  for more details.  You should have received a copy of the GNU General Public License -along with GNU CC; see the file COPYING.  If not, write to the Free -the Free Software Foundation, 59 Temple Place - Suite 330, Boston, MA +along with GCC; see the file COPYING.  If not, write to the Free the +Free Software Foundation, 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.  */  #include "config.h" diff --git a/gcc/sched-int.h b/gcc/sched-int.h index 124ba3e76b8..0637813d764 100644 --- a/gcc/sched-int.h +++ b/gcc/sched-int.h @@ -3,21 +3,21 @@     Copyright (C) 1992, 1993, 1994, 1995, 1996, 1997, 1998,     1999, 2000, 2001 Free Software Foundation, Inc. -This file is part of GNU CC. +This file is part of GCC. -GNU CC is free software; you can redistribute it and/or modify it -under the terms of the GNU General Public License as published by the -Free Software Foundation; either version 2, or (at your option) any -later version. +GCC is free software; you can redistribute it and/or modify it under +the terms of the GNU General Public License as published by the Free +Software Foundation; either version 2, or (at your option) any later +version. -GNU CC is distributed in the hope that it will be useful, but WITHOUT -ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or +GCC is distributed in the hope that it will be useful, but WITHOUT ANY +WARRANTY; without even the implied warranty of MERCHANTABILITY or  FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License  for more details.  You should have received a copy of the GNU General Public License -along with GNU CC; see the file COPYING.  If not, write to the Free -the Free Software Foundation, 59 Temple Place - Suite 330, Boston, MA +along with GCC; see the file COPYING.  If not, write to the Free the +Free Software Foundation, 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.  */  /* Forward declaration.  */ diff --git a/gcc/sched-rgn.c b/gcc/sched-rgn.c index daa7ab579c4..e0a2a63e338 100644 --- a/gcc/sched-rgn.c +++ b/gcc/sched-rgn.c @@ -4,21 +4,21 @@     Contributed by Michael Tiemann (tiemann@cygnus.com) Enhanced by,     and currently maintained by, Jim Wilson (wilson@cygnus.com) -This file is part of GNU CC. +This file is part of GCC. -GNU CC is free software; you can redistribute it and/or modify it -under the terms of the GNU General Public License as published by the -Free Software Foundation; either version 2, or (at your option) any -later version. +GCC is free software; you can redistribute it and/or modify it under +the terms of the GNU General Public License as published by the Free +Software Foundation; either version 2, or (at your option) any later +version. -GNU CC is distributed in the hope that it will be useful, but WITHOUT -ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or +GCC is distributed in the hope that it will be useful, but WITHOUT ANY +WARRANTY; without even the implied warranty of MERCHANTABILITY or  FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License  for more details.  You should have received a copy of the GNU General Public License -along with GNU CC; see the file COPYING.  If not, write to the Free -the Free Software Foundation, 59 Temple Place - Suite 330, Boston, MA +along with GCC; see the file COPYING.  If not, write to the Free the +Free Software Foundation, 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.  */  /* This pass implements list scheduling within basic blocks.  It is diff --git a/gcc/sched-vis.c b/gcc/sched-vis.c index ecd6fbd3f2f..90521a24703 100644 --- a/gcc/sched-vis.c +++ b/gcc/sched-vis.c @@ -4,21 +4,21 @@     Contributed by Michael Tiemann (tiemann@cygnus.com) Enhanced by,     and currently maintained by, Jim Wilson (wilson@cygnus.com) -This file is part of GNU CC. +This file is part of GCC. -GNU CC is free software; you can redistribute it and/or modify it -under the terms of the GNU General Public License as published by the -Free Software Foundation; either version 2, or (at your option) any -later version. +GCC is free software; you can redistribute it and/or modify it under +the terms of the GNU General Public License as published by the Free +Software Foundation; either version 2, or (at your option) any later +version. -GNU CC is distributed in the hope that it will be useful, but WITHOUT -ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or +GCC is distributed in the hope that it will be useful, but WITHOUT ANY +WARRANTY; without even the implied warranty of MERCHANTABILITY or  FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License  for more details.  You should have received a copy of the GNU General Public License -along with GNU CC; see the file COPYING.  If not, write to the Free -the Free Software Foundation, 59 Temple Place - Suite 330, Boston, MA +along with GCC; see the file COPYING.  If not, write to the Free the +Free Software Foundation, 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.  */  #include "config.h" diff --git a/gcc/sdbout.c b/gcc/sdbout.c index 5ec4b2314d4..1644a2dae53 100644 --- a/gcc/sdbout.c +++ b/gcc/sdbout.c @@ -2,22 +2,22 @@     Copyright (C) 1988, 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999,     2000, 2001  Free Software Foundation, Inc. -This file is part of GNU CC. +This file is part of GCC. -GNU CC is free software; you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by -the Free Software Foundation; either version 2, or (at your option) -any later version. +GCC is free software; you can redistribute it and/or modify it under +the terms of the GNU General Public License as published by the Free +Software Foundation; either version 2, or (at your option) any later +version. -GNU CC is distributed in the hope that it will be useful, -but WITHOUT ANY WARRANTY; without even the implied warranty of -MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the -GNU General Public License for more details. +GCC is distributed in the hope that it will be useful, but WITHOUT ANY +WARRANTY; without even the implied warranty of MERCHANTABILITY or +FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License +for more details.  You should have received a copy of the GNU General Public License -along with GNU CC; see the file COPYING.  If not, write to -the Free Software Foundation, 59 Temple Place - Suite 330, -Boston, MA 02111-1307, USA.  */ +along with GCC; see the file COPYING.  If not, write to the Free +Software Foundation, 59 Temple Place - Suite 330, Boston, MA +02111-1307, USA.  */  /*  mike@tredysvr.Tredydev.Unisys.COM says:  I modified the struct.c example and have a nm of a .o resulting from the diff --git a/gcc/sdbout.h b/gcc/sdbout.h index 28ba6b229bc..92d9a73b4e7 100644 --- a/gcc/sdbout.h +++ b/gcc/sdbout.h @@ -1,22 +1,22 @@  /* sdbout.h - Various declarations for functions found in sdbout.c     Copyright (C) 1998, 2000 Free Software Foundation, Inc. -This file is part of GNU CC. +This file is part of GCC. -GNU CC is free software; you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by -the Free Software Foundation; either version 2, or (at your option) -any later version. +GCC is free software; you can redistribute it and/or modify it under +the terms of the GNU General Public License as published by the Free +Software Foundation; either version 2, or (at your option) any later +version. -GNU CC is distributed in the hope that it will be useful, -but WITHOUT ANY WARRANTY; without even the implied warranty of -MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the -GNU General Public License for more details. +GCC is distributed in the hope that it will be useful, but WITHOUT ANY +WARRANTY; without even the implied warranty of MERCHANTABILITY or +FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License +for more details.  You should have received a copy of the GNU General Public License -along with GNU CC; see the file COPYING.  If not, write to -the Free Software Foundation, 59 Temple Place - Suite 330, -Boston, MA 02111-1307, USA.  */ +along with GCC; see the file COPYING.  If not, write to the Free +Software Foundation, 59 Temple Place - Suite 330, Boston, MA +02111-1307, USA.  */  extern void sdbout_symbol		PARAMS ((tree, int));  extern void sdbout_types		PARAMS ((tree)); diff --git a/gcc/sibcall.c b/gcc/sibcall.c index a6638b7d259..f0ffa5280e6 100644 --- a/gcc/sibcall.c +++ b/gcc/sibcall.c @@ -1,22 +1,22 @@  /* Generic sibling call optimization support     Copyright (C) 1999, 2000, 2001 Free Software Foundation, Inc. -This file is part of GNU CC. +This file is part of GCC. -GNU CC is free software; you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by -the Free Software Foundation; either version 2, or (at your option) -any later version. +GCC is free software; you can redistribute it and/or modify it under +the terms of the GNU General Public License as published by the Free +Software Foundation; either version 2, or (at your option) any later +version. -GNU CC is distributed in the hope that it will be useful, -but WITHOUT ANY WARRANTY; without even the implied warranty of -MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the -GNU General Public License for more details. +GCC is distributed in the hope that it will be useful, but WITHOUT ANY +WARRANTY; without even the implied warranty of MERCHANTABILITY or +FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License +for more details.  You should have received a copy of the GNU General Public License -along with GNU CC; see the file COPYING.  If not, write to -the Free Software Foundation, 59 Temple Place - Suite 330, -Boston, MA 02111-1307, USA.  */ +along with GCC; see the file COPYING.  If not, write to the Free +Software Foundation, 59 Temple Place - Suite 330, Boston, MA +02111-1307, USA.  */  #include "config.h"  #include "system.h" diff --git a/gcc/simplify-rtx.c b/gcc/simplify-rtx.c index 3dd0ee583cb..ea1cc6d285a 100644 --- a/gcc/simplify-rtx.c +++ b/gcc/simplify-rtx.c @@ -2,22 +2,22 @@     Copyright (C) 1987, 1988, 1989, 1992, 1993, 1994, 1995, 1996, 1997, 1998,     1999, 2000, 2001 Free Software Foundation, Inc. -This file is part of GNU CC. +This file is part of GCC. -GNU CC is free software; you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by -the Free Software Foundation; either version 2, or (at your option) -any later version. +GCC is free software; you can redistribute it and/or modify it under +the terms of the GNU General Public License as published by the Free +Software Foundation; either version 2, or (at your option) any later +version. -GNU CC is distributed in the hope that it will be useful, -but WITHOUT ANY WARRANTY; without even the implied warranty of -MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the -GNU General Public License for more details. +GCC is distributed in the hope that it will be useful, but WITHOUT ANY +WARRANTY; without even the implied warranty of MERCHANTABILITY or +FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License +for more details.  You should have received a copy of the GNU General Public License -along with GNU CC; see the file COPYING.  If not, write to -the Free Software Foundation, 59 Temple Place - Suite 330, -Boston, MA 02111-1307, USA.  */ +along with GCC; see the file COPYING.  If not, write to the Free +Software Foundation, 59 Temple Place - Suite 330, Boston, MA +02111-1307, USA.  */  #include "config.h" diff --git a/gcc/ssa-ccp.c b/gcc/ssa-ccp.c index 0815f756f16..5b1ca421f8f 100644 --- a/gcc/ssa-ccp.c +++ b/gcc/ssa-ccp.c @@ -3,20 +3,20 @@     Original framework by Daniel Berlin <dan@cgsoftware.com>     Fleshed out and major cleanups by Jeff Law <law@redhat.com> -This file is part of GNU CC. +This file is part of GCC. -GNU CC is free software; you can redistribute it and/or modify it -under the terms of the GNU General Public License as published by the -Free Software Foundation; either version 2, or (at your option) any -later version. +GCC is free software; you can redistribute it and/or modify it under +the terms of the GNU General Public License as published by the Free +Software Foundation; either version 2, or (at your option) any later +version. -GNU CC is distributed in the hope that it will be useful, but WITHOUT -ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or +GCC is distributed in the hope that it will be useful, but WITHOUT ANY +WARRANTY; without even the implied warranty of MERCHANTABILITY or  FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License  for more details.  You should have received a copy of the GNU General Public License -along with GNU CC; see the file COPYING.  If not, write to the Free +along with GCC; see the file COPYING.  If not, write to the Free  Software Foundation, 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.  */ diff --git a/gcc/ssa-dce.c b/gcc/ssa-dce.c index 142126baa2d..de763219aa7 100644 --- a/gcc/ssa-dce.c +++ b/gcc/ssa-dce.c @@ -2,20 +2,20 @@     Copyright (C) 2000, 2001 Free Software Foundation, Inc.     Written by Jeffrey D. Oldham <oldham@codesourcery.com>. -This file is part of GNU CC. +This file is part of GCC. -GNU CC is free software; you can redistribute it and/or modify it -under the terms of the GNU General Public License as published by the -Free Software Foundation; either version 2, or (at your option) any -later version. +GCC is free software; you can redistribute it and/or modify it under +the terms of the GNU General Public License as published by the Free +Software Foundation; either version 2, or (at your option) any later +version. -GNU CC is distributed in the hope that it will be useful, but WITHOUT -ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or +GCC is distributed in the hope that it will be useful, but WITHOUT ANY +WARRANTY; without even the implied warranty of MERCHANTABILITY or  FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License  for more details.  You should have received a copy of the GNU General Public License -along with GNU CC; see the file COPYING.  If not, write to the Free +along with GCC; see the file COPYING.  If not, write to the Free  Software Foundation, 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.  */ diff --git a/gcc/ssa.c b/gcc/ssa.c index 77357863e84..1bbdb113892 100644 --- a/gcc/ssa.c +++ b/gcc/ssa.c @@ -1,20 +1,20 @@  /* Static Single Assignment conversion routines for the GNU compiler.     Copyright (C) 2000, 2001 Free Software Foundation, Inc. -This file is part of GNU CC. +This file is part of GCC. -GNU CC is free software; you can redistribute it and/or modify it -under the terms of the GNU General Public License as published by the -Free Software Foundation; either version 2, or (at your option) any -later version. +GCC is free software; you can redistribute it and/or modify it under +the terms of the GNU General Public License as published by the Free +Software Foundation; either version 2, or (at your option) any later +version. -GNU CC is distributed in the hope that it will be useful, but WITHOUT -ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or +GCC is distributed in the hope that it will be useful, but WITHOUT ANY +WARRANTY; without even the implied warranty of MERCHANTABILITY or  FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License  for more details.  You should have received a copy of the GNU General Public License -along with GNU CC; see the file COPYING.  If not, write to the Free +along with GCC; see the file COPYING.  If not, write to the Free  Software Foundation, 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.  */ diff --git a/gcc/ssa.h b/gcc/ssa.h index bf9a04106fc..a0fc1377681 100644 --- a/gcc/ssa.h +++ b/gcc/ssa.h @@ -2,22 +2,22 @@     Copyright (C) 2000, 2001 Free Software Foundation, Inc.     Written by Jeffrey D. Oldham <oldham@codesourcery.com>. -This file is part of GNU CC. +This file is part of GCC. -GNU CC is free software; you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by -the Free Software Foundation; either version 2, or (at your option) -any later version. +GCC is free software; you can redistribute it and/or modify it under +the terms of the GNU General Public License as published by the Free +Software Foundation; either version 2, or (at your option) any later +version. -GNU CC is distributed in the hope that it will be useful, -but WITHOUT ANY WARRANTY; without even the implied warranty of -MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the -GNU General Public License for more details. +GCC is distributed in the hope that it will be useful, but WITHOUT ANY +WARRANTY; without even the implied warranty of MERCHANTABILITY or +FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License +for more details.  You should have received a copy of the GNU General Public License -along with GNU CC; see the file COPYING.  If not, write to -the Free Software Foundation, 59 Temple Place - Suite 330, -Boston, MA 02111-1307, USA.  */ +along with GCC; see the file COPYING.  If not, write to the Free +Software Foundation, 59 Temple Place - Suite 330, Boston, MA +02111-1307, USA.  */  /* Main SSA routines.  */ diff --git a/gcc/stmt.c b/gcc/stmt.c index d4b4e0400cd..e540fe7c668 100644 --- a/gcc/stmt.c +++ b/gcc/stmt.c @@ -2,22 +2,22 @@     Copyright (C) 1987, 1988, 1989, 1992, 1993, 1994, 1995, 1996, 1997,     1998, 1999, 2000, 2001 Free Software Foundation, Inc. -This file is part of GNU CC. +This file is part of GCC. -GNU CC is free software; you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by -the Free Software Foundation; either version 2, or (at your option) -any later version. +GCC is free software; you can redistribute it and/or modify it under +the terms of the GNU General Public License as published by the Free +Software Foundation; either version 2, or (at your option) any later +version. -GNU CC is distributed in the hope that it will be useful, -but WITHOUT ANY WARRANTY; without even the implied warranty of -MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the -GNU General Public License for more details. +GCC is distributed in the hope that it will be useful, but WITHOUT ANY +WARRANTY; without even the implied warranty of MERCHANTABILITY or +FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License +for more details.  You should have received a copy of the GNU General Public License -along with GNU CC; see the file COPYING.  If not, write to -the Free Software Foundation, 59 Temple Place - Suite 330, -Boston, MA 02111-1307, USA.  */ +along with GCC; see the file COPYING.  If not, write to the Free +Software Foundation, 59 Temple Place - Suite 330, Boston, MA +02111-1307, USA.  */  /* This file handles the generation of rtl code from tree structure     above the level of expressions, using subroutines in exp*.c and emit-rtl.c. diff --git a/gcc/stor-layout.c b/gcc/stor-layout.c index 39c30c5a912..dfa4c107ca3 100644 --- a/gcc/stor-layout.c +++ b/gcc/stor-layout.c @@ -2,22 +2,22 @@     Copyright (C) 1987, 1988, 1992, 1993, 1994, 1995, 1996, 1996, 1998,     1999, 2000, 2001 Free Software Foundation, Inc. -This file is part of GNU CC. +This file is part of GCC. -GNU CC is free software; you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by -the Free Software Foundation; either version 2, or (at your option) -any later version. +GCC is free software; you can redistribute it and/or modify it under +the terms of the GNU General Public License as published by the Free +Software Foundation; either version 2, or (at your option) any later +version. -GNU CC is distributed in the hope that it will be useful, -but WITHOUT ANY WARRANTY; without even the implied warranty of -MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the -GNU General Public License for more details. +GCC is distributed in the hope that it will be useful, but WITHOUT ANY +WARRANTY; without even the implied warranty of MERCHANTABILITY or +FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License +for more details.  You should have received a copy of the GNU General Public License -along with GNU CC; see the file COPYING.  If not, write to -the Free Software Foundation, 59 Temple Place - Suite 330, -Boston, MA 02111-1307, USA.  */ +along with GCC; see the file COPYING.  If not, write to the Free +Software Foundation, 59 Temple Place - Suite 330, Boston, MA +02111-1307, USA.  */  #include "config.h" diff --git a/gcc/stringpool.c b/gcc/stringpool.c index 62d2a06b271..32bf7b5da35 100644 --- a/gcc/stringpool.c +++ b/gcc/stringpool.c @@ -1,20 +1,20 @@  /* String pool for GCC.     Copyright (C) 2000, 2001 Free Software Foundation, Inc. -This file is part of GNU CC. +This file is part of GCC. -GNU CC is free software; you can redistribute it and/or modify it -under the terms of the GNU General Public License as published by the -Free Software Foundation; either version 2, or (at your option) any -later version. +GCC is free software; you can redistribute it and/or modify it under +the terms of the GNU General Public License as published by the Free +Software Foundation; either version 2, or (at your option) any later +version. -GNU CC is distributed in the hope that it will be useful, but WITHOUT -ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or +GCC is distributed in the hope that it will be useful, but WITHOUT ANY +WARRANTY; without even the implied warranty of MERCHANTABILITY or  FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License  for more details.  You should have received a copy of the GNU General Public License -along with GNU CC; see the file COPYING.  If not, write to the Free +along with GCC; see the file COPYING.  If not, write to the Free  Software Foundation, 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.  */ diff --git a/gcc/system.h b/gcc/system.h index 58d0925a67b..6b580830e48 100644 --- a/gcc/system.h +++ b/gcc/system.h @@ -2,22 +2,22 @@     on autoconf macros.     Copyright (C) 1998, 1999, 2000, 2001 Free Software Foundation, Inc. -This file is part of GNU CC. +This file is part of GCC. -GNU CC is free software; you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by -the Free Software Foundation; either version 2, or (at your option) -any later version. +GCC is free software; you can redistribute it and/or modify it under +the terms of the GNU General Public License as published by the Free +Software Foundation; either version 2, or (at your option) any later +version. -GNU CC is distributed in the hope that it will be useful, -but WITHOUT ANY WARRANTY; without even the implied warranty of -MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the -GNU General Public License for more details. +GCC is distributed in the hope that it will be useful, but WITHOUT ANY +WARRANTY; without even the implied warranty of MERCHANTABILITY or +FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License +for more details.  You should have received a copy of the GNU General Public License -along with GNU CC; see the file COPYING.  If not, write to -the Free Software Foundation, 59 Temple Place - Suite 330, -Boston, MA 02111-1307, USA.  */ +along with GCC; see the file COPYING.  If not, write to the Free +Software Foundation, 59 Temple Place - Suite 330, Boston, MA +02111-1307, USA.  */  #ifndef GCC_SYSTEM_H diff --git a/gcc/timevar.c b/gcc/timevar.c index 58728002e05..886eb169d81 100644 --- a/gcc/timevar.c +++ b/gcc/timevar.c @@ -2,22 +2,22 @@     Copyright (C) 2000 Free Software Foundation, Inc.     Contributed by Alex Samuel <samuel@codesourcery.com> -   This file is part of GNU CC. +   This file is part of GCC. -   GNU CC is free software; you can redistribute it and/or modify -   it under the terms of the GNU General Public License as published by +   GCC is free software; you can redistribute it and/or modify it +   under the terms of the GNU General Public License as published by     the Free Software Foundation; either version 2, or (at your option)     any later version. -   GNU CC is distributed in the hope that it will be useful, -   but WITHOUT ANY WARRANTY; without even the implied warranty of -   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the -   GNU General Public License for more details. +   GCC is distributed in the hope that it will be useful, but WITHOUT +   ANY WARRANTY; without even the implied warranty of MERCHANTABILITY +   or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public +   License for more details.     You should have received a copy of the GNU General Public License -   along with GNU CC; see the file COPYING.  If not, write to -   the Free Software Foundation, 59 Temple Place - Suite 330, -   Boston, MA 02111-1307, USA.  */ +   along with GCC; see the file COPYING.  If not, write to the Free +   Software Foundation, 59 Temple Place - Suite 330, Boston, MA +   02111-1307, USA.  */  #include "config.h"  #include "system.h" diff --git a/gcc/timevar.def b/gcc/timevar.def index 2cfffb21bf7..7f62497d7f9 100644 --- a/gcc/timevar.def +++ b/gcc/timevar.def @@ -3,20 +3,20 @@     Copyright (C) 2000 Free Software Foundation, Inc.     Contributed by Alex Samuel <samuel@codesourcery.com> -   This file is part of GNU CC. +   This file is part of GCC. -   GNU CC is free software; you can redistribute it and/or modify +   GCC is free software; you can redistribute it and/or modify     it under the terms of the GNU General Public License as published by     the Free Software Foundation; either version 2, or (at your option)     any later version. -   GNU CC is distributed in the hope that it will be useful, +   GCC is distributed in the hope that it will be useful,     but WITHOUT ANY WARRANTY; without even the implied warranty of     MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the     GNU General Public License for more details.     You should have received a copy of the GNU General Public License -   along with GNU CC; see the file COPYING.  If not, write to +   along with GCC; see the file COPYING.  If not, write to     the Free Software Foundation, 59 Temple Place - Suite 330,     Boston, MA 02111-1307, USA.  */ diff --git a/gcc/timevar.h b/gcc/timevar.h index f6449bc28e0..eda74c0bdd7 100644 --- a/gcc/timevar.h +++ b/gcc/timevar.h @@ -2,22 +2,22 @@     Copyright (C) 2000 Free Software Foundation, Inc.     Contributed by Alex Samuel <samuel@codesourcery.com> -   This file is part of GNU CC. +   This file is part of GCC. -   GNU CC is free software; you can redistribute it and/or modify -   it under the terms of the GNU General Public License as published by +   GCC is free software; you can redistribute it and/or modify it +   under the terms of the GNU General Public License as published by     the Free Software Foundation; either version 2, or (at your option)     any later version. -   GNU CC is distributed in the hope that it will be useful, -   but WITHOUT ANY WARRANTY; without even the implied warranty of -   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the -   GNU General Public License for more details. +   GCC is distributed in the hope that it will be useful, but WITHOUT +   ANY WARRANTY; without even the implied warranty of MERCHANTABILITY +   or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public +   License for more details.     You should have received a copy of the GNU General Public License -   along with GNU CC; see the file COPYING.  If not, write to -   the Free Software Foundation, 59 Temple Place - Suite 330, -   Boston, MA 02111-1307, USA.  */ +   along with GCC; see the file COPYING.  If not, write to the Free +   Software Foundation, 59 Temple Place - Suite 330, Boston, MA +   02111-1307, USA.  */  #ifndef GCC_TIMEVAR_H  #define GCC_TIMEVAR_H diff --git a/gcc/tlink.c b/gcc/tlink.c index 783e4f11dcc..d74e02661af 100644 --- a/gcc/tlink.c +++ b/gcc/tlink.c @@ -4,22 +4,22 @@     Copyright (C) 1995, 1998, 1999, 2000, 2001 Free Software Foundation, Inc.     Contributed by Jason Merrill (jason@cygnus.com). -This file is part of GNU CC. +This file is part of GCC. -GNU CC is free software; you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by -the Free Software Foundation; either version 2, or (at your option) -any later version. +GCC is free software; you can redistribute it and/or modify it under +the terms of the GNU General Public License as published by the Free +Software Foundation; either version 2, or (at your option) any later +version. -GNU CC is distributed in the hope that it will be useful, -but WITHOUT ANY WARRANTY; without even the implied warranty of -MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the -GNU General Public License for more details. +GCC is distributed in the hope that it will be useful, but WITHOUT ANY +WARRANTY; without even the implied warranty of MERCHANTABILITY or +FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License +for more details.  You should have received a copy of the GNU General Public License -along with GNU CC; see the file COPYING.  If not, write to -the Free Software Foundation, 59 Temple Place - Suite 330, -Boston, MA 02111-1307, USA.  */ +along with GCC; see the file COPYING.  If not, write to the Free +Software Foundation, 59 Temple Place - Suite 330, Boston, MA +02111-1307, USA.  */  #include "config.h"  #include "system.h" diff --git a/gcc/toplev.c b/gcc/toplev.c index 4898926d6f4..50699e6295b 100644 --- a/gcc/toplev.c +++ b/gcc/toplev.c @@ -2,22 +2,22 @@     Copyright (C) 1987, 1988, 1989, 1992, 1993, 1994, 1995, 1996, 1997, 1998,     1999, 2000, 2001 Free Software Foundation, Inc. -This file is part of GNU CC. +This file is part of GCC. -GNU CC is free software; you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by -the Free Software Foundation; either version 2, or (at your option) -any later version. +GCC is free software; you can redistribute it and/or modify it under +the terms of the GNU General Public License as published by the Free +Software Foundation; either version 2, or (at your option) any later +version. -GNU CC is distributed in the hope that it will be useful, -but WITHOUT ANY WARRANTY; without even the implied warranty of -MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the -GNU General Public License for more details. +GCC is distributed in the hope that it will be useful, but WITHOUT ANY +WARRANTY; without even the implied warranty of MERCHANTABILITY or +FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License +for more details.  You should have received a copy of the GNU General Public License -along with GNU CC; see the file COPYING.  If not, write to -the Free Software Foundation, 59 Temple Place - Suite 330, -Boston, MA 02111-1307, USA.  */ +along with GCC; see the file COPYING.  If not, write to the Free +Software Foundation, 59 Temple Place - Suite 330, Boston, MA +02111-1307, USA.  */  /* This is the top level of cc1/c++.     It parses command args, opens files, invokes the various passes diff --git a/gcc/toplev.h b/gcc/toplev.h index bc9b1608c62..48a0d69dca5 100644 --- a/gcc/toplev.h +++ b/gcc/toplev.h @@ -1,22 +1,22 @@  /* toplev.h - Various declarations for functions found in toplev.c     Copyright (C) 1998, 1999, 2000, 2001 Free Software Foundation, Inc. -This file is part of GNU CC. +This file is part of GCC. -GNU CC is free software; you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by -the Free Software Foundation; either version 2, or (at your option) -any later version. +GCC is free software; you can redistribute it and/or modify it under +the terms of the GNU General Public License as published by the Free +Software Foundation; either version 2, or (at your option) any later +version. -GNU CC is distributed in the hope that it will be useful, -but WITHOUT ANY WARRANTY; without even the implied warranty of -MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the -GNU General Public License for more details. +GCC is distributed in the hope that it will be useful, but WITHOUT ANY +WARRANTY; without even the implied warranty of MERCHANTABILITY or +FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License +for more details.  You should have received a copy of the GNU General Public License -along with GNU CC; see the file COPYING.  If not, write to -the Free Software Foundation, 59 Temple Place - Suite 330, -Boston, MA 02111-1307, USA.  */ +along with GCC; see the file COPYING.  If not, write to the Free +Software Foundation, 59 Temple Place - Suite 330, Boston, MA +02111-1307, USA.  */  #ifndef GCC_TOPLEV_H  #define GCC_TOPLEV_H diff --git a/gcc/tree.c b/gcc/tree.c index 0e872517d53..b4e483d3538 100644 --- a/gcc/tree.c +++ b/gcc/tree.c @@ -2,22 +2,22 @@     Copyright (C) 1987, 1988, 1992, 1993, 1994, 1995, 1996, 1997, 1998,     1999, 2000, 2001 Free Software Foundation, Inc. -This file is part of GNU CC. +This file is part of GCC. -GNU CC is free software; you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by -the Free Software Foundation; either version 2, or (at your option) -any later version. +GCC is free software; you can redistribute it and/or modify it under +the terms of the GNU General Public License as published by the Free +Software Foundation; either version 2, or (at your option) any later +version. -GNU CC is distributed in the hope that it will be useful, -but WITHOUT ANY WARRANTY; without even the implied warranty of -MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the -GNU General Public License for more details. +GCC is distributed in the hope that it will be useful, but WITHOUT ANY +WARRANTY; without even the implied warranty of MERCHANTABILITY or +FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License +for more details.  You should have received a copy of the GNU General Public License -along with GNU CC; see the file COPYING.  If not, write to -the Free Software Foundation, 59 Temple Place - Suite 330, -Boston, MA 02111-1307, USA.  */ +along with GCC; see the file COPYING.  If not, write to the Free +Software Foundation, 59 Temple Place - Suite 330, Boston, MA +02111-1307, USA.  */  /* This file contains the low level primitives for operating on tree nodes,     including allocation, list operations, interning of identifiers, diff --git a/gcc/tree.def b/gcc/tree.def index 84801e674fd..5903355fab4 100644 --- a/gcc/tree.def +++ b/gcc/tree.def @@ -3,22 +3,22 @@     Copyright (C) 1987, 1988, 1993, 1995, 1997, 1998, 2000, 2001     Free Software Foundation, Inc. -This file is part of GNU CC. +This file is part of GCC. -GNU CC is free software; you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by -the Free Software Foundation; either version 2, or (at your option) -any later version. +GCC is free software; you can redistribute it and/or modify it under +the terms of the GNU General Public License as published by the Free +Software Foundation; either version 2, or (at your option) any later +version. -GNU CC is distributed in the hope that it will be useful, -but WITHOUT ANY WARRANTY; without even the implied warranty of -MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the -GNU General Public License for more details. +GCC is distributed in the hope that it will be useful, but WITHOUT ANY +WARRANTY; without even the implied warranty of MERCHANTABILITY or +FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License +for more details.  You should have received a copy of the GNU General Public License -along with GNU CC; see the file COPYING.  If not, write to -the Free Software Foundation, 59 Temple Place - Suite 330, -Boston, MA 02111-1307, USA.  */ +along with GCC; see the file COPYING.  If not, write to the Free +Software Foundation, 59 Temple Place - Suite 330, Boston, MA +02111-1307, USA.  */  /* The third argument can be: diff --git a/gcc/tree.h b/gcc/tree.h index 5298bc36942..5822f7a00f7 100644 --- a/gcc/tree.h +++ b/gcc/tree.h @@ -2,22 +2,22 @@     Copyright (C) 1989, 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2000     Free Software Foundation, Inc. -This file is part of GNU CC. +This file is part of GCC. -GNU CC is free software; you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by -the Free Software Foundation; either version 2, or (at your option) -any later version. +GCC is free software; you can redistribute it and/or modify it under +the terms of the GNU General Public License as published by the Free +Software Foundation; either version 2, or (at your option) any later +version. -GNU CC is distributed in the hope that it will be useful, -but WITHOUT ANY WARRANTY; without even the implied warranty of -MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the -GNU General Public License for more details. +GCC is distributed in the hope that it will be useful, but WITHOUT ANY +WARRANTY; without even the implied warranty of MERCHANTABILITY or +FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License +for more details.  You should have received a copy of the GNU General Public License -along with GNU CC; see the file COPYING.  If not, write to -the Free Software Foundation, 59 Temple Place - Suite 330, -Boston, MA 02111-1307, USA.  */ +along with GCC; see the file COPYING.  If not, write to the Free +Software Foundation, 59 Temple Place - Suite 330, Boston, MA +02111-1307, USA.  */  #include "machmode.h"  #include "version.h" diff --git a/gcc/tsystem.h b/gcc/tsystem.h index 6e83b431f71..78c9ff9f1d7 100644 --- a/gcc/tsystem.h +++ b/gcc/tsystem.h @@ -2,22 +2,22 @@     based on target macros.     Copyright (C) 2000, 2001 Free Software Foundation, Inc. -This file is part of GNU CC. +This file is part of GCC. -GNU CC is free software; you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by -the Free Software Foundation; either version 2, or (at your option) -any later version. +GCC is free software; you can redistribute it and/or modify it under +the terms of the GNU General Public License as published by the Free +Software Foundation; either version 2, or (at your option) any later +version. -GNU CC is distributed in the hope that it will be useful, -but WITHOUT ANY WARRANTY; without even the implied warranty of -MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the -GNU General Public License for more details. +GCC is distributed in the hope that it will be useful, but WITHOUT ANY +WARRANTY; without even the implied warranty of MERCHANTABILITY or +FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License +for more details.  You should have received a copy of the GNU General Public License -along with GNU CC; see the file COPYING.  If not, write to -the Free Software Foundation, 59 Temple Place - Suite 330, -Boston, MA 02111-1307, USA.  */ +along with GCC; see the file COPYING.  If not, write to the Free +Software Foundation, 59 Temple Place - Suite 330, Boston, MA +02111-1307, USA.  */  #ifndef GCC_TSYSTEM_H  #define GCC_TSYSTEM_H diff --git a/gcc/unroll.c b/gcc/unroll.c index eb33988bedc..08d60d475b3 100644 --- a/gcc/unroll.c +++ b/gcc/unroll.c @@ -3,22 +3,22 @@     Free Software Foundation, Inc.     Contributed by James E. Wilson, Cygnus Support/UC Berkeley. -This file is part of GNU CC. +This file is part of GCC. -GNU CC is free software; you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by -the Free Software Foundation; either version 2, or (at your option) -any later version. +GCC is free software; you can redistribute it and/or modify it under +the terms of the GNU General Public License as published by the Free +Software Foundation; either version 2, or (at your option) any later +version. -GNU CC is distributed in the hope that it will be useful, -but WITHOUT ANY WARRANTY; without even the implied warranty of -MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the -GNU General Public License for more details. +GCC is distributed in the hope that it will be useful, but WITHOUT ANY +WARRANTY; without even the implied warranty of MERCHANTABILITY or +FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License +for more details.  You should have received a copy of the GNU General Public License -along with GNU CC; see the file COPYING.  If not, write to -the Free Software Foundation, 59 Temple Place - Suite 330, -Boston, MA 02111-1307, USA.  */ +along with GCC; see the file COPYING.  If not, write to the Free +Software Foundation, 59 Temple Place - Suite 330, Boston, MA +02111-1307, USA.  */  /* Try to unroll a loop, and split induction variables. diff --git a/gcc/unwind-dw2-fde.c b/gcc/unwind-dw2-fde.c index c9ead4af776..0ef47c18311 100644 --- a/gcc/unwind-dw2-fde.c +++ b/gcc/unwind-dw2-fde.c @@ -2,12 +2,12 @@  /* Copyright (C) 1997, 1998, 1999, 2000, 2001 Free Software Foundation, Inc.     Contributed by Jason Merrill <jason@cygnus.com>. -This file is part of GNU CC. +This file is part of GCC. -GNU CC is free software; you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by -the Free Software Foundation; either version 2, or (at your option) -any later version. +GCC is free software; you can redistribute it and/or modify it under +the terms of the GNU General Public License as published by the Free +Software Foundation; either version 2, or (at your option) any later +version.  In addition to the permissions in the GNU General Public License, the  Free Software Foundation gives you unlimited permission to link the @@ -18,15 +18,15 @@ do apply in other respects; for example, they cover modification of  the file, and distribution when not linked into a combine  executable.) -GNU CC is distributed in the hope that it will be useful, -but WITHOUT ANY WARRANTY; without even the implied warranty of -MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the -GNU General Public License for more details. +GCC is distributed in the hope that it will be useful, but WITHOUT ANY +WARRANTY; without even the implied warranty of MERCHANTABILITY or +FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License +for more details.  You should have received a copy of the GNU General Public License -along with GNU CC; see the file COPYING.  If not, write to -the Free Software Foundation, 59 Temple Place - Suite 330, -Boston, MA 02111-1307, USA.  */ +along with GCC; see the file COPYING.  If not, write to the Free +Software Foundation, 59 Temple Place - Suite 330, Boston, MA +02111-1307, USA.  */  #include "tconfig.h"  #include "tsystem.h" diff --git a/gcc/unwind-dw2-fde.h b/gcc/unwind-dw2-fde.h index 3d7df409e64..ef666ded76c 100644 --- a/gcc/unwind-dw2-fde.h +++ b/gcc/unwind-dw2-fde.h @@ -2,12 +2,12 @@  /* Copyright (C) 1997, 1998, 1999, 2000, 2001 Free Software Foundation, Inc.     Contributed by Jason Merrill <jason@cygnus.com>. -This file is part of GNU CC. +This file is part of GCC. -GNU CC is free software; you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by -the Free Software Foundation; either version 2, or (at your option) -any later version. +GCC is free software; you can redistribute it and/or modify it under +the terms of the GNU General Public License as published by the Free +Software Foundation; either version 2, or (at your option) any later +version.  In addition to the permissions in the GNU General Public License, the  Free Software Foundation gives you unlimited permission to link the @@ -18,15 +18,15 @@ do apply in other respects; for example, they cover modification of  the file, and distribution when not linked into a combine  executable.) -GNU CC is distributed in the hope that it will be useful, -but WITHOUT ANY WARRANTY; without even the implied warranty of -MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the -GNU General Public License for more details. +GCC is distributed in the hope that it will be useful, but WITHOUT ANY +WARRANTY; without even the implied warranty of MERCHANTABILITY or +FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License +for more details.  You should have received a copy of the GNU General Public License -along with GNU CC; see the file COPYING.  If not, write to -the Free Software Foundation, 59 Temple Place - Suite 330, -Boston, MA 02111-1307, USA.  */ +along with GCC; see the file COPYING.  If not, write to the Free +Software Foundation, 59 Temple Place - Suite 330, Boston, MA +02111-1307, USA.  */  struct fde_vector diff --git a/gcc/unwind-dw2.c b/gcc/unwind-dw2.c index c56116b62c4..1c0ebc32ca7 100644 --- a/gcc/unwind-dw2.c +++ b/gcc/unwind-dw2.c @@ -1,22 +1,22 @@  /* DWARF2 exception handling and frame unwind runtime interface routines.     Copyright (C) 1997, 1998, 1999, 2000, 2001 Free Software Foundation, Inc. -   This file is part of GNU CC. +   This file is part of GCC. -   GNU CC is free software; you can redistribute it and/or modify -   it under the terms of the GNU General Public License as published by +   GCC is free software; you can redistribute it and/or modify it +   under the terms of the GNU General Public License as published by     the Free Software Foundation; either version 2, or (at your option)     any later version. -   GNU CC is distributed in the hope that it will be useful, -   but WITHOUT ANY WARRANTY; without even the implied warranty of -   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the -   GNU General Public License for more details. +   GCC is distributed in the hope that it will be useful, but WITHOUT +   ANY WARRANTY; without even the implied warranty of MERCHANTABILITY +   or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public +   License for more details.     You should have received a copy of the GNU General Public License -   along with GNU CC; see the file COPYING.  If not, write to -   the Free Software Foundation, 59 Temple Place - Suite 330, -   Boston, MA 02111-1307, USA.  */ +   along with GCC; see the file COPYING.  If not, write to the Free +   Software Foundation, 59 Temple Place - Suite 330, Boston, MA +   02111-1307, USA.  */  #include "tconfig.h"  #include "tsystem.h" diff --git a/gcc/unwind-pe.h b/gcc/unwind-pe.h index 9a98f4571ff..31555638149 100644 --- a/gcc/unwind-pe.h +++ b/gcc/unwind-pe.h @@ -1,22 +1,22 @@  /* Exception handling and frame unwind runtime interface routines.     Copyright (C) 2001 Free Software Foundation, Inc. -   This file is part of GNU CC. +   This file is part of GCC. -   GNU CC is free software; you can redistribute it and/or modify -   it under the terms of the GNU General Public License as published by +   GCC is free software; you can redistribute it and/or modify it +   under the terms of the GNU General Public License as published by     the Free Software Foundation; either version 2, or (at your option)     any later version. -   GNU CC is distributed in the hope that it will be useful, -   but WITHOUT ANY WARRANTY; without even the implied warranty of -   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the -   GNU General Public License for more details. +   GCC is distributed in the hope that it will be useful, but WITHOUT +   ANY WARRANTY; without even the implied warranty of MERCHANTABILITY +   or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public +   License for more details.     You should have received a copy of the GNU General Public License -   along with GNU CC; see the file COPYING.  If not, write to -   the Free Software Foundation, 59 Temple Place - Suite 330, -   Boston, MA 02111-1307, USA.  */ +   along with GCC; see the file COPYING.  If not, write to the Free +   Software Foundation, 59 Temple Place - Suite 330, Boston, MA +   02111-1307, USA.  */  /* @@@ Really this should be out of line, but this also causes link     compatibility problems with the base ABI.  This is slightly better diff --git a/gcc/unwind-sjlj.c b/gcc/unwind-sjlj.c index a6360a1720e..0f1d8ba7323 100644 --- a/gcc/unwind-sjlj.c +++ b/gcc/unwind-sjlj.c @@ -1,22 +1,22 @@  /* DWARF2 exception handling and frame unwind runtime interface routines.     Copyright (C) 1997, 1998, 1999, 2000, 2001 Free Software Foundation, Inc. -   This file is part of GNU CC. +   This file is part of GCC. -   GNU CC is free software; you can redistribute it and/or modify -   it under the terms of the GNU General Public License as published by +   GCC is free software; you can redistribute it and/or modify it +   under the terms of the GNU General Public License as published by     the Free Software Foundation; either version 2, or (at your option)     any later version. -   GNU CC is distributed in the hope that it will be useful, -   but WITHOUT ANY WARRANTY; without even the implied warranty of -   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the -   GNU General Public License for more details. +   GCC is distributed in the hope that it will be useful, but WITHOUT +   ANY WARRANTY; without even the implied warranty of MERCHANTABILITY +   or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public +   License for more details.     You should have received a copy of the GNU General Public License -   along with GNU CC; see the file COPYING.  If not, write to -   the Free Software Foundation, 59 Temple Place - Suite 330, -   Boston, MA 02111-1307, USA.  */ +   along with GCC; see the file COPYING.  If not, write to the Free +   Software Foundation, 59 Temple Place - Suite 330, Boston, MA +   02111-1307, USA.  */  #include "tconfig.h"  #include "tsystem.h" diff --git a/gcc/unwind.h b/gcc/unwind.h index ce43365a314..0ad58144896 100644 --- a/gcc/unwind.h +++ b/gcc/unwind.h @@ -1,22 +1,22 @@  /* Exception handling and frame unwind runtime interface routines.     Copyright (C) 2001 Free Software Foundation, Inc. -   This file is part of GNU CC. +   This file is part of GCC. -   GNU CC is free software; you can redistribute it and/or modify -   it under the terms of the GNU General Public License as published by +   GCC is free software; you can redistribute it and/or modify it +   under the terms of the GNU General Public License as published by     the Free Software Foundation; either version 2, or (at your option)     any later version. -   GNU CC is distributed in the hope that it will be useful, -   but WITHOUT ANY WARRANTY; without even the implied warranty of -   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the -   GNU General Public License for more details. +   GCC is distributed in the hope that it will be useful, but WITHOUT +   ANY WARRANTY; without even the implied warranty of MERCHANTABILITY +   or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public +   License for more details.     You should have received a copy of the GNU General Public License -   along with GNU CC; see the file COPYING.  If not, write to -   the Free Software Foundation, 59 Temple Place - Suite 330, -   Boston, MA 02111-1307, USA.  */ +   along with GCC; see the file COPYING.  If not, write to the Free +   Software Foundation, 59 Temple Place - Suite 330, Boston, MA +   02111-1307, USA.  */  /* This is derived from the C++ ABI for IA-64.  Where we diverge     for cross-architecture compatibility are noted with "@@@".  */ diff --git a/gcc/unwind.inc b/gcc/unwind.inc index 85636d40c03..2b51ab7964b 100644 --- a/gcc/unwind.inc +++ b/gcc/unwind.inc @@ -1,22 +1,22 @@  /* Exception handling and frame unwind runtime interface routines. -*- C -*-     Copyright (C) 2001 Free Software Foundation, Inc. -   This file is part of GNU CC. +   This file is part of GCC. -   GNU CC is free software; you can redistribute it and/or modify -   it under the terms of the GNU General Public License as published by +   GCC is free software; you can redistribute it and/or modify it +   under the terms of the GNU General Public License as published by     the Free Software Foundation; either version 2, or (at your option)     any later version. -   GNU CC is distributed in the hope that it will be useful, -   but WITHOUT ANY WARRANTY; without even the implied warranty of -   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the -   GNU General Public License for more details. +   GCC is distributed in the hope that it will be useful, but WITHOUT +   ANY WARRANTY; without even the implied warranty of MERCHANTABILITY +   or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public +   License for more details.     You should have received a copy of the GNU General Public License -   along with GNU CC; see the file COPYING.  If not, write to -   the Free Software Foundation, 59 Temple Place - Suite 330, -   Boston, MA 02111-1307, USA.  */ +   along with GCC; see the file COPYING.  If not, write to the Free +   Software Foundation, 59 Temple Place - Suite 330, Boston, MA +   02111-1307, USA.  */  /* This is derived from the C++ ABI for IA-64.  Where we diverge     for cross-architecture compatibility are noted with "@@@".   diff --git a/gcc/varasm.c b/gcc/varasm.c index 8ad465885cd..0c189b4d56c 100644 --- a/gcc/varasm.c +++ b/gcc/varasm.c @@ -2,22 +2,22 @@     Copyright (C) 1987, 1988, 1989, 1992, 1993, 1994, 1995, 1996, 1997,     1998, 1999, 2000, 2001 Free Software Foundation, Inc. -This file is part of GNU CC. +This file is part of GCC. -GNU CC is free software; you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by -the Free Software Foundation; either version 2, or (at your option) -any later version. +GCC is free software; you can redistribute it and/or modify it under +the terms of the GNU General Public License as published by the Free +Software Foundation; either version 2, or (at your option) any later +version. -GNU CC is distributed in the hope that it will be useful, -but WITHOUT ANY WARRANTY; without even the implied warranty of -MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the -GNU General Public License for more details. +GCC is distributed in the hope that it will be useful, but WITHOUT ANY +WARRANTY; without even the implied warranty of MERCHANTABILITY or +FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License +for more details.  You should have received a copy of the GNU General Public License -along with GNU CC; see the file COPYING.  If not, write to -the Free Software Foundation, 59 Temple Place - Suite 330, -Boston, MA 02111-1307, USA.  */ +along with GCC; see the file COPYING.  If not, write to the Free +Software Foundation, 59 Temple Place - Suite 330, Boston, MA +02111-1307, USA.  */  /* This file handles generation of all the assembler code diff --git a/gcc/varray.c b/gcc/varray.c index 5b12370aeee..ffff576d49c 100644 --- a/gcc/varray.c +++ b/gcc/varray.c @@ -2,22 +2,22 @@     Copyright (C) 1998, 1999, 2000, 2001 Free Software Foundation, Inc.     Contributed by Cygnus Solutions. -   This file is part of GNU CC. +   This file is part of GCC. -   GNU CC is free software; you can redistribute it and/or modify it +   GCC is free software; you can redistribute it and/or modify it     under the terms of the GNU General Public License as published by     the Free Software Foundation; either version 2, or (at your option)     any later version. -   GNU CC is distributed in the hope that it will be useful, but -   WITHOUT ANY WARRANTY; without even the implied warranty of -   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU -   General Public License for more details. +   GCC is distributed in the hope that it will be useful, but WITHOUT +   ANY WARRANTY; without even the implied warranty of MERCHANTABILITY +   or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public +   License for more details.     You should have received a copy of the GNU General Public License -   along with GNU CC; see the file COPYING.  If not, write to the Free -   the Free Software Foundation, 59 Temple Place - Suite 330, -   Boston, MA 02111-1307, USA.  */ +   along with GCC; see the file COPYING.  If not, write to the Free +   the Free Software Foundation, 59 Temple Place - Suite 330, Boston, +   MA 02111-1307, USA.  */  #include "config.h"  #include "errors.h" diff --git a/gcc/varray.h b/gcc/varray.h index 6904fbc37c9..4681406e1f4 100644 --- a/gcc/varray.h +++ b/gcc/varray.h @@ -2,22 +2,22 @@     Copyright (C) 1998, 1999, 2000 Free Software Foundation, Inc.     Contributed by Cygnus Solutions. -   This file is part of GNU CC. +   This file is part of GCC. -   GNU CC is free software; you can redistribute it and/or modify it +   GCC is free software; you can redistribute it and/or modify it     under the terms of the GNU General Public License as published by     the Free Software Foundation; either version 2, or (at your option)     any later version. -   GNU CC is distributed in the hope that it will be useful, but -   WITHOUT ANY WARRANTY; without even the implied warranty of -   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU -   General Public License for more details. +   GCC is distributed in the hope that it will be useful, but WITHOUT +   ANY WARRANTY; without even the implied warranty of MERCHANTABILITY +   or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public +   License for more details.     You should have received a copy of the GNU General Public License -   along with GNU CC; see the file COPYING.  If not, write to the Free -   the Free Software Foundation, 59 Temple Place - Suite 330, -   Boston, MA 02111-1307, USA.  */ +   along with GCC; see the file COPYING.  If not, write to the Free +   the Free Software Foundation, 59 Temple Place - Suite 330, Boston, +   MA 02111-1307, USA.  */  #ifndef GCC_VARRAY_H  #define GCC_VARRAY_H diff --git a/gcc/xcoffout.c b/gcc/xcoffout.c index 6955329dff1..75a8a8d80a0 100644 --- a/gcc/xcoffout.c +++ b/gcc/xcoffout.c @@ -2,22 +2,22 @@     Copyright (C) 1992, 1994, 1995, 1997, 1998, 1999, 2000     Free Software Foundation, Inc. -This file is part of GNU CC. +This file is part of GCC. -GNU CC is free software; you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by -the Free Software Foundation; either version 2, or (at your option) -any later version. +GCC is free software; you can redistribute it and/or modify it under +the terms of the GNU General Public License as published by the Free +Software Foundation; either version 2, or (at your option) any later +version. -GNU CC is distributed in the hope that it will be useful, -but WITHOUT ANY WARRANTY; without even the implied warranty of -MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the -GNU General Public License for more details. +GCC is distributed in the hope that it will be useful, but WITHOUT ANY +WARRANTY; without even the implied warranty of MERCHANTABILITY or +FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License +for more details.  You should have received a copy of the GNU General Public License -along with GNU CC; see the file COPYING.  If not, write to -the Free Software Foundation, 59 Temple Place - Suite 330, -Boston, MA 02111-1307, USA.  */ +along with GCC; see the file COPYING.  If not, write to the Free +Software Foundation, 59 Temple Place - Suite 330, Boston, MA +02111-1307, USA.  */  /* Output xcoff-format symbol table data.  The main functionality is contained     in dbxout.c.  This file implements the sdbout-like parts of the xcoff diff --git a/gcc/xcoffout.h b/gcc/xcoffout.h index 27b4ffec7a4..8730798f7a2 100644 --- a/gcc/xcoffout.h +++ b/gcc/xcoffout.h @@ -2,22 +2,22 @@     and xcoffout.h.      Copyright (C) 1998, 2000 Free Software Foundation, Inc. -This file is part of GNU CC. +This file is part of GCC. -GNU CC is free software; you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by -the Free Software Foundation; either version 2, or (at your option) -any later version. +GCC is free software; you can redistribute it and/or modify it under +the terms of the GNU General Public License as published by the Free +Software Foundation; either version 2, or (at your option) any later +version. -GNU CC is distributed in the hope that it will be useful, -but WITHOUT ANY WARRANTY; without even the implied warranty of -MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the -GNU General Public License for more details. +GCC is distributed in the hope that it will be useful, but WITHOUT ANY +WARRANTY; without even the implied warranty of MERCHANTABILITY or +FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License +for more details.  You should have received a copy of the GNU General Public License -along with GNU CC; see the file COPYING.  If not, write to -the Free Software Foundation, 59 Temple Place - Suite 330, -Boston, MA 02111-1307, USA.  */ +along with GCC; see the file COPYING.  If not, write to the Free +Software Foundation, 59 Temple Place - Suite 330, Boston, MA +02111-1307, USA.  */  #define ASM_STABS_OP "\t.stabx\t"  | 

