[patch] gcc/*: Update copyright.

Kazu Hirata kazu@cs.umass.edu
Fri Oct 15 14:49:00 GMT 2004


Hi,

Committed as obvious.

Kazu Hirata

2004-10-15  Kazu Hirata  <kazu@cs.umass.edu>

	* bitmap.c, bitmap.h, builtin-attrs.def, cfglayout.h,
	collect2.h, conflict.c, coretypes.h, coverage.h, errors.h,
	gcc.h, gcov-dump.c, gen-protos.c, gencheck.c, gencodes.c,
	genconstants.c, gengenrtl.c, genmodes.c, genpeep.c,
	gensupport.h, graph.h, gthr-gnat.c, gthr-gnat.h, gthr-posix.c,
	gthr-posix.h, hard-reg-set.h, hwint.h, integrate.h, libgcc2.c,
	lists.c, machmode.def, mips-tdump.c, opts.h, params.c,
	predict.def, predict.h, protoize.c, reload.h, resource.h,
	rtl-error.c, sbitmap.c, sbitmap.h, sreal.c, tlink.c,
	tree-dump.h, tree-inline.h, unwind-dw2-fde.c, unwind-dw2.c,
	unwind-sjlj.c, value-prof.h: Update copyright.

Index: bitmap.c
===================================================================
RCS file: /cvs/gcc/gcc/gcc/bitmap.c,v
retrieving revision 1.52
diff -u -r1.52 bitmap.c
--- bitmap.c	26 Sep 2004 19:53:09 -0000	1.52
+++ bitmap.c	15 Oct 2004 14:43:43 -0000
@@ -1,5 +1,5 @@
 /* Functions to support general ended bitmaps.
-   Copyright (C) 1997, 1998, 1999, 2000, 2001, 2003
+   Copyright (C) 1997, 1998, 1999, 2000, 2001, 2003, 2004
    Free Software Foundation, Inc.
 
 This file is part of GCC.
Index: bitmap.h
===================================================================
RCS file: /cvs/gcc/gcc/gcc/bitmap.h,v
retrieving revision 1.37
diff -u -r1.37 bitmap.h
--- bitmap.h	28 Sep 2004 04:42:52 -0000	1.37
+++ bitmap.h	15 Oct 2004 14:43:43 -0000
@@ -1,5 +1,5 @@
 /* Functions to support general ended bitmaps.
-   Copyright (C) 1997, 1998, 1999, 2000, 2001, 2002, 2003
+   Copyright (C) 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004
    Free Software Foundation, Inc.
 
 This file is part of GCC.
Index: builtin-attrs.def
===================================================================
RCS file: /cvs/gcc/gcc/gcc/builtin-attrs.def,v
retrieving revision 1.15
diff -u -r1.15 builtin-attrs.def
--- builtin-attrs.def	29 Sep 2004 09:06:49 -0000	1.15
+++ builtin-attrs.def	15 Oct 2004 14:43:43 -0000
@@ -1,4 +1,4 @@
-/* Copyright (C) 2001, 2002 Free Software Foundation, Inc.
+/* Copyright (C) 2001, 2002, 2004 Free Software Foundation, Inc.
    Contributed by Joseph Myers <jsm28@cam.ac.uk>.
 
 This file is part of GCC.
Index: cfglayout.h
===================================================================
RCS file: /cvs/gcc/gcc/gcc/cfglayout.h,v
retrieving revision 1.15
diff -u -r1.15 cfglayout.h
--- cfglayout.h	26 Jul 2004 14:34:15 -0000	1.15
+++ cfglayout.h	15 Oct 2004 14:43:43 -0000
@@ -1,5 +1,5 @@
 /* Basic block reordering routines for the GNU compiler.
-   Copyright (C) 2000, 2003 Free Software Foundation, Inc.
+   Copyright (C) 2000, 2003, 2004 Free Software Foundation, Inc.
 
    This file is part of GCC.
 
Index: collect2.h
===================================================================
RCS file: /cvs/gcc/gcc/gcc/collect2.h,v
retrieving revision 1.9
diff -u -r1.9 collect2.h
--- collect2.h	23 Aug 2004 11:56:53 -0000	1.9
+++ collect2.h	15 Oct 2004 14:43:43 -0000
@@ -1,5 +1,5 @@
 /* Header file for collect/tlink routines.
-   Copyright (C) 1998, 2003 Free Software Foundation, Inc.
+   Copyright (C) 1998, 2003, 2004 Free Software Foundation, Inc.
 
 This file is part of GCC.
 
Index: conflict.c
===================================================================
RCS file: /cvs/gcc/gcc/gcc/conflict.c,v
retrieving revision 1.24
diff -u -r1.24 conflict.c
--- conflict.c	7 Sep 2004 15:46:52 -0000	1.24
+++ conflict.c	15 Oct 2004 14:43:43 -0000
@@ -1,5 +1,5 @@
 /* Register conflict graph computation routines.
-   Copyright (C) 2000, 2003 Free Software Foundation, Inc.
+   Copyright (C) 2000, 2003, 2004 Free Software Foundation, Inc.
    Contributed by CodeSourcery, LLC
 
 This file is part of GCC.
Index: coretypes.h
===================================================================
RCS file: /cvs/gcc/gcc/gcc/coretypes.h,v
retrieving revision 1.5
diff -u -r1.5 coretypes.h
--- coretypes.h	28 Jul 2004 23:36:41 -0000	1.5
+++ coretypes.h	15 Oct 2004 14:43:43 -0000
@@ -1,5 +1,5 @@
 /* GCC core type declarations.
-   Copyright (C) 2002 Free Software Foundation, Inc.
+   Copyright (C) 2002, 2004 Free Software Foundation, Inc.
 
 This file is part of GCC.
 
Index: coverage.h
===================================================================
RCS file: /cvs/gcc/gcc/gcc/coverage.h,v
retrieving revision 1.5
diff -u -r1.5 coverage.h
--- coverage.h	13 May 2004 06:39:35 -0000	1.5
+++ coverage.h	15 Oct 2004 14:43:43 -0000
@@ -1,5 +1,6 @@
 /* coverage.h - Defines data exported from coverage.c
-   Copyright (C) 1998, 1999, 2000, 2001, 2003 Free Software Foundation, Inc.
+   Copyright (C) 1998, 1999, 2000, 2001, 2003, 2004
+   Free Software Foundation, Inc.
 
 This file is part of GCC.
 
Index: errors.h
===================================================================
RCS file: /cvs/gcc/gcc/gcc/errors.h,v
retrieving revision 1.12
diff -u -r1.12 errors.h
--- errors.h	23 Aug 2004 11:56:53 -0000	1.12
+++ errors.h	15 Oct 2004 14:43:43 -0000
@@ -1,5 +1,5 @@
 /* Basic error reporting routines.
-   Copyright (C) 1999, 2000, 2001, 2003
+   Copyright (C) 1999, 2000, 2001, 2003, 2004
    Free Software Foundation, Inc.
 
 This file is part of GCC.
Index: gcc.h
===================================================================
RCS file: /cvs/gcc/gcc/gcc/gcc.h,v
retrieving revision 1.17
diff -u -r1.17 gcc.h
--- gcc.h	23 Aug 2004 11:56:54 -0000	1.17
+++ gcc.h	15 Oct 2004 14:43:43 -0000
@@ -1,5 +1,5 @@
 /* Header file for modules that link with gcc.c
-   Copyright (C) 1999, 2000, 2001, 2003 Free Software Foundation, Inc.
+   Copyright (C) 1999, 2000, 2001, 2003, 2004 Free Software Foundation, Inc.
 
 This file is part of GCC.
 
Index: gcov-dump.c
===================================================================
RCS file: /cvs/gcc/gcc/gcc/gcov-dump.c,v
retrieving revision 1.20
diff -u -r1.20 gcov-dump.c
--- gcov-dump.c	29 Jul 2004 08:58:58 -0000	1.20
+++ gcov-dump.c	15 Oct 2004 14:43:43 -0000
@@ -1,5 +1,5 @@
 /* Dump a gcov file, for debugging use.
-   Copyright (C) 2002, 2003 Free Software Foundation, Inc.
+   Copyright (C) 2002, 2003, 2004 Free Software Foundation, Inc.
    Contributed by Nathan Sidwell <nathan@codesourcery.com>
 
 Gcov is free software; you can redistribute it and/or modify
Index: gen-protos.c
===================================================================
RCS file: /cvs/gcc/gcc/gcc/gen-protos.c,v
retrieving revision 1.25
diff -u -r1.25 gen-protos.c
--- gen-protos.c	14 Sep 2004 03:45:46 -0000	1.25
+++ gen-protos.c	15 Oct 2004 14:43:43 -0000
@@ -1,6 +1,6 @@
 /* gen-protos.c - massages a list of prototypes, for use by fixproto.
    Copyright (C) 1993, 1994, 1995, 1996, 1998,
-   1999, 2003 Free Software Foundation, Inc.
+   1999, 2003, 2004 Free Software Foundation, Inc.
 
 This program is free software; you can redistribute it and/or modify it
 under the terms of the GNU General Public License as published by the
Index: gencheck.c
===================================================================
RCS file: /cvs/gcc/gcc/gcc/gencheck.c,v
retrieving revision 1.28
diff -u -r1.28 gencheck.c
--- gencheck.c	25 Jul 2004 00:13:00 -0000	1.28
+++ gencheck.c	15 Oct 2004 14:43:43 -0000
@@ -1,5 +1,5 @@
 /* Generate check macros for tree codes.
-   Copyright (C) 1998, 1999, 2000, 2002, 2003
+   Copyright (C) 1998, 1999, 2000, 2002, 2003, 2004
    Free Software Foundation, Inc.
 
 This file is part of GCC.
Index: gencodes.c
===================================================================
RCS file: /cvs/gcc/gcc/gcc/gencodes.c,v
retrieving revision 1.49
diff -u -r1.49 gencodes.c
--- gencodes.c	3 Aug 2004 23:30:44 -0000	1.49
+++ gencodes.c	15 Oct 2004 14:43:43 -0000
@@ -2,7 +2,7 @@
    - some macros CODE_FOR_... giving the insn_code_number value
    for each of the defined standard insn names.
    Copyright (C) 1987, 1991, 1995, 1998,
-   1999, 2000, 2001, 2003 Free Software Foundation, Inc.
+   1999, 2000, 2001, 2003, 2004 Free Software Foundation, Inc.
 
 This file is part of GCC.
 
Index: genconstants.c
===================================================================
RCS file: /cvs/gcc/gcc/gcc/genconstants.c,v
retrieving revision 1.8
diff -u -r1.8 genconstants.c
--- genconstants.c	3 Aug 2004 23:30:44 -0000	1.8
+++ genconstants.c	15 Oct 2004 14:43:43 -0000
@@ -2,7 +2,7 @@
    a series of #define statements, one for each constant named in
    a (define_constants ...) pattern.
 
-   Copyright (C) 1987, 1991, 1995, 1998, 1999, 2000, 2001, 2003
+   Copyright (C) 1987, 1991, 1995, 1998, 1999, 2000, 2001, 2003, 2004
    Free Software Foundation, Inc.
 
 This file is part of GCC.
Index: gengenrtl.c
===================================================================
RCS file: /cvs/gcc/gcc/gcc/gengenrtl.c,v
retrieving revision 1.68
diff -u -r1.68 gengenrtl.c
--- gengenrtl.c	9 Sep 2004 13:22:33 -0000	1.68
+++ gengenrtl.c	15 Oct 2004 14:43:43 -0000
@@ -1,5 +1,5 @@
 /* Generate code to allocate RTL structures.
-   Copyright (C) 1997, 1998, 1999, 2000, 2002, 2003
+   Copyright (C) 1997, 1998, 1999, 2000, 2002, 2003, 2004
    Free Software Foundation, Inc.
 
 This file is part of GCC.
Index: genmodes.c
===================================================================
RCS file: /cvs/gcc/gcc/gcc/genmodes.c,v
retrieving revision 1.14
diff -u -r1.14 genmodes.c
--- genmodes.c	9 Sep 2004 13:22:34 -0000	1.14
+++ genmodes.c	15 Oct 2004 14:43:44 -0000
@@ -1,5 +1,5 @@
 /* Generate the machine mode enumeration and associated tables.
-   Copyright (C) 2003
+   Copyright (C) 2003, 2004
    Free Software Foundation, Inc.
 
 This file is part of GCC.
Index: genpeep.c
===================================================================
RCS file: /cvs/gcc/gcc/gcc/genpeep.c,v
retrieving revision 1.57
diff -u -r1.57 genpeep.c
--- genpeep.c	3 Aug 2004 23:30:44 -0000	1.57
+++ genpeep.c	15 Oct 2004 14:43:44 -0000
@@ -1,6 +1,6 @@
 /* Generate code from machine description to perform peephole optimizations.
    Copyright (C) 1987, 1989, 1992, 1997, 1998,
-   1999, 2000, 2003 Free Software Foundation, Inc.
+   1999, 2000, 2003, 2004 Free Software Foundation, Inc.
 
 This file is part of GCC.
 
Index: gensupport.h
===================================================================
RCS file: /cvs/gcc/gcc/gcc/gensupport.h,v
retrieving revision 1.9
diff -u -r1.9 gensupport.h
--- gensupport.h	12 Aug 2004 07:48:54 -0000	1.9
+++ gensupport.h	15 Oct 2004 14:43:44 -0000
@@ -1,5 +1,5 @@
 /* Declarations for rtx-reader support for gen* routines.
-   Copyright (C) 2000, 2002, 2003 Free Software Foundation, Inc.
+   Copyright (C) 2000, 2002, 2003, 2004 Free Software Foundation, Inc.
 
 This file is part of GCC.
 
Index: graph.h
===================================================================
RCS file: /cvs/gcc/gcc/gcc/graph.h,v
retrieving revision 1.7
diff -u -r1.7 graph.h
--- graph.h	6 Sep 2004 10:07:46 -0000	1.7
+++ graph.h	15 Oct 2004 14:43:44 -0000
@@ -1,5 +1,5 @@
 /* Header file for graph routines.
-   Copyright (C) 1999, 2003 Free Software Foundation, Inc.
+   Copyright (C) 1999, 2003, 2004 Free Software Foundation, Inc.
 
 This file is part of GCC.
 
Index: gthr-gnat.c
===================================================================
RCS file: /cvs/gcc/gcc/gcc/gthr-gnat.c,v
retrieving revision 1.3
diff -u -r1.3 gthr-gnat.c
--- gthr-gnat.c	3 Aug 2004 16:57:40 -0000	1.3
+++ gthr-gnat.c	15 Oct 2004 14:43:44 -0000
@@ -1,6 +1,6 @@
 /* Threads compatibility routines for libgcc2.  */
 /* Compile this one with gcc.  */
-/* Copyright (C) 2003 Free Software Foundation, Inc.
+/* Copyright (C) 2003, 2004 Free Software Foundation, Inc.
 
 This file is part of GCC.
 
Index: gthr-gnat.h
===================================================================
RCS file: /cvs/gcc/gcc/gcc/gthr-gnat.h,v
retrieving revision 1.3
diff -u -r1.3 gthr-gnat.h
--- gthr-gnat.h	3 Aug 2004 16:57:40 -0000	1.3
+++ gthr-gnat.h	15 Oct 2004 14:43:44 -0000
@@ -1,6 +1,6 @@
 /* Threads compatibility routines for libgcc2.  */
 /* Compile this one with gcc.  */
-/* Copyright (C) 2003 Free Software Foundation, Inc.
+/* Copyright (C) 2003, 2004 Free Software Foundation, Inc.
 
 This file is part of GCC.
 
Index: gthr-posix.c
===================================================================
RCS file: /cvs/gcc/gcc/gcc/gthr-posix.c,v
retrieving revision 2.2
diff -u -r2.2 gthr-posix.c
--- gthr-posix.c	28 May 2004 20:18:23 -0000	2.2
+++ gthr-posix.c	15 Oct 2004 14:43:44 -0000
@@ -1,6 +1,6 @@
 /* POSIX threads dummy routines for systems without weak definitions.  */
 /* Compile this one with gcc.  */
-/* Copyright (C) 2003 Free Software Foundation, Inc.
+/* Copyright (C) 2003, 2004 Free Software Foundation, Inc.
 
 This file is part of GCC.
 
Index: gthr-posix.h
===================================================================
RCS file: /cvs/gcc/gcc/gcc/gthr-posix.h,v
retrieving revision 1.31
diff -u -r1.31 gthr-posix.h
--- gthr-posix.h	25 Sep 2004 14:36:37 -0000	1.31
+++ gthr-posix.h	15 Oct 2004 14:43:44 -0000
@@ -1,6 +1,6 @@
 /* Threads compatibility routines for libgcc2 and libobjc.  */
 /* Compile this one with gcc.  */
-/* Copyright (C) 1997, 1999, 2000, 2001, 2002, 2003
+/* Copyright (C) 1997, 1999, 2000, 2001, 2002, 2003, 2004
    Free Software Foundation, Inc.
 
 This file is part of GCC.
Index: hard-reg-set.h
===================================================================
RCS file: /cvs/gcc/gcc/gcc/hard-reg-set.h,v
retrieving revision 1.23
diff -u -r1.23 hard-reg-set.h
--- hard-reg-set.h	5 Sep 2004 15:24:11 -0000	1.23
+++ hard-reg-set.h	15 Oct 2004 14:43:44 -0000
@@ -1,5 +1,6 @@
 /* Sets (bit vectors) of hard registers, and operations on them.
-   Copyright (C) 1987, 1992, 1994, 2000, 2003 Free Software Foundation, Inc.
+   Copyright (C) 1987, 1992, 1994, 2000, 2003, 2004
+   Free Software Foundation, Inc.
 
 This file is part of GCC
 
Index: hwint.h
===================================================================
RCS file: /cvs/gcc/gcc/gcc/hwint.h,v
retrieving revision 1.18
diff -u -r1.18 hwint.h
--- hwint.h	31 Aug 2004 00:29:04 -0000	1.18
+++ hwint.h	15 Oct 2004 14:43:44 -0000
@@ -1,5 +1,5 @@
 /* HOST_WIDE_INT definitions for the GNU compiler.
-   Copyright (C) 1998, 2002 Free Software Foundation, Inc.
+   Copyright (C) 1998, 2002, 2004 Free Software Foundation, Inc.
 
    This file is part of GCC.
 
Index: integrate.h
===================================================================
RCS file: /cvs/gcc/gcc/gcc/integrate.h,v
retrieving revision 1.30
diff -u -r1.30 integrate.h
--- integrate.h	8 Oct 2004 19:55:31 -0000	1.30
+++ integrate.h	15 Oct 2004 14:43:44 -0000
@@ -1,5 +1,5 @@
 /* Function integration definitions for GCC
-   Copyright (C) 1990, 1995, 1998, 1999, 2000, 2001, 2003
+   Copyright (C) 1990, 1995, 1998, 1999, 2000, 2001, 2003, 2004
    Free Software Foundation, Inc.
 
 This file is part of GCC.
Index: libgcc2.c
===================================================================
RCS file: /cvs/gcc/gcc/gcc/libgcc2.c,v
retrieving revision 1.177
diff -u -r1.177 libgcc2.c
--- libgcc2.c	8 Oct 2004 02:55:15 -0000	1.177
+++ libgcc2.c	15 Oct 2004 14:43:44 -0000
@@ -1,7 +1,7 @@
 /* More subroutines needed by GCC output code on some machines.  */
 /* Compile this one with gcc.  */
 /* Copyright (C) 1989, 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999,
-   2000, 2001, 2002, 2003  Free Software Foundation, Inc.
+   2000, 2001, 2002, 2003, 2004  Free Software Foundation, Inc.
 
 This file is part of GCC.
 
Index: lists.c
===================================================================
RCS file: /cvs/gcc/gcc/gcc/lists.c,v
retrieving revision 1.17
diff -u -r1.17 lists.c
--- lists.c	30 Mar 2004 19:18:55 -0000	1.17
+++ lists.c	15 Oct 2004 14:43:44 -0000
@@ -1,6 +1,6 @@
 /* List management for the GCC expander.
    Copyright (C) 1987, 1988, 1992, 1993, 1994, 1995, 1996, 1997, 1998,
-   1999, 2003 Free Software Foundation, Inc.
+   1999, 2003, 2004 Free Software Foundation, Inc.
 
 This file is part of GCC.
 
Index: machmode.def
===================================================================
RCS file: /cvs/gcc/gcc/gcc/machmode.def,v
retrieving revision 1.28
diff -u -r1.28 machmode.def
--- machmode.def	23 Jul 2004 10:15:11 -0000	1.28
+++ machmode.def	15 Oct 2004 14:43:45 -0000
@@ -1,6 +1,6 @@
 /* This file contains the definitions and documentation for the
    machine modes used in the GNU compiler.
-   Copyright (C) 1987, 1992, 1994, 1997, 1998, 2000, 2003
+   Copyright (C) 1987, 1992, 1994, 1997, 1998, 2000, 2003, 2004
    Free Software Foundation, Inc.
 
 This file is part of GCC.
Index: mips-tdump.c
===================================================================
RCS file: /cvs/gcc/gcc/gcc/mips-tdump.c,v
retrieving revision 1.31
diff -u -r1.31 mips-tdump.c
--- mips-tdump.c	18 Sep 2004 19:47:09 -0000	1.31
+++ mips-tdump.c	15 Oct 2004 14:43:45 -0000
@@ -1,5 +1,5 @@
 /* Read and manage MIPS symbol tables from object modules.
-   Copyright (C) 1991, 1994, 1995, 1997, 1998, 1999, 2000, 2001, 2003
+   Copyright (C) 1991, 1994, 1995, 1997, 1998, 1999, 2000, 2001, 2003, 2004
    Free Software Foundation, Inc.
    Contributed by hartzell@boulder.colorado.edu,
    Rewritten by meissner@osf.org.
Index: opts.h
===================================================================
RCS file: /cvs/gcc/gcc/gcc/opts.h,v
retrieving revision 1.16
diff -u -r1.16 opts.h
--- opts.h	8 Jul 2004 19:49:08 -0000	1.16
+++ opts.h	15 Oct 2004 14:43:45 -0000
@@ -1,5 +1,5 @@
 /* Command line option handling.
-   Copyright (C) 2002, 2003 Free Software Foundation, Inc.
+   Copyright (C) 2002, 2003, 2004 Free Software Foundation, Inc.
 
 This file is part of GCC.
 
Index: params.c
===================================================================
RCS file: /cvs/gcc/gcc/gcc/params.c,v
retrieving revision 1.9
diff -u -r1.9 params.c
--- params.c	15 Sep 2004 20:47:47 -0000	1.9
+++ params.c	15 Oct 2004 14:43:45 -0000
@@ -1,5 +1,5 @@
 /* params.c - Run-time parameters.
-   Copyright (C) 2001, 2003 Free Software Foundation, Inc.
+   Copyright (C) 2001, 2003, 2004 Free Software Foundation, Inc.
    Written by Mark Mitchell <mark@codesourcery.com>.
 
 This file is part of GCC.
Index: predict.def
===================================================================
RCS file: /cvs/gcc/gcc/gcc/predict.def,v
retrieving revision 1.20
diff -u -r1.20 predict.def
--- predict.def	20 Sep 2004 18:43:30 -0000	1.20
+++ predict.def	15 Oct 2004 14:43:45 -0000
@@ -1,5 +1,5 @@
 /* Definitions for the branch prediction routines in the GNU compiler.
-   Copyright (C) 2001, 2003 Free Software Foundation, Inc.
+   Copyright (C) 2001, 2003, 2004 Free Software Foundation, Inc.
 
 This file is part of GCC.
 
Index: predict.h
===================================================================
RCS file: /cvs/gcc/gcc/gcc/predict.h,v
retrieving revision 1.11
diff -u -r1.11 predict.h
--- predict.h	25 Sep 2004 10:06:16 -0000	1.11
+++ predict.h	15 Oct 2004 14:43:45 -0000
@@ -1,5 +1,5 @@
 /* Definitions for branch prediction routines in the GNU compiler.
-   Copyright (C) 2001, 2003 Free Software Foundation, Inc.
+   Copyright (C) 2001, 2003, 2004 Free Software Foundation, Inc.
 
 This file is part of GCC.
 
Index: protoize.c
===================================================================
RCS file: /cvs/gcc/gcc/gcc/protoize.c,v
retrieving revision 1.89
diff -u -r1.89 protoize.c
--- protoize.c	30 Sep 2004 18:27:25 -0000	1.89
+++ protoize.c	15 Oct 2004 14:43:46 -0000
@@ -1,6 +1,6 @@
 /* Protoize program - Original version by Ron Guilmette (rfg@segfault.us.com).
    Copyright (C) 1989, 1992, 1993, 1994, 1995, 1996, 1997, 1998,
-   1999, 2000, 2001, 2002, 2003 Free Software Foundation, Inc.
+   1999, 2000, 2001, 2002, 2003, 2004 Free Software Foundation, Inc.
 
 This file is part of GCC.
 
Index: reload.h
===================================================================
RCS file: /cvs/gcc/gcc/gcc/reload.h,v
retrieving revision 1.46
diff -u -r1.46 reload.h
--- reload.h	20 May 2004 11:45:19 -0000	1.46
+++ reload.h	15 Oct 2004 14:43:46 -0000
@@ -1,6 +1,6 @@
 /* Communication between reload.c and reload1.c.
    Copyright (C) 1987, 1991, 1992, 1993, 1994, 1995, 1997, 1998,
-   1999, 2000, 2001, 2003 Free Software Foundation, Inc.
+   1999, 2000, 2001, 2003, 2004 Free Software Foundation, Inc.
 
 This file is part of GCC.
 
Index: resource.h
===================================================================
RCS file: /cvs/gcc/gcc/gcc/resource.h,v
retrieving revision 1.12
diff -u -r1.12 resource.h
--- resource.h	3 Jun 2004 15:01:08 -0000	1.12
+++ resource.h	15 Oct 2004 14:43:46 -0000
@@ -1,5 +1,5 @@
 /* Definitions for computing resource usage of specific insns.
-   Copyright (C) 1999, 2003 Free Software Foundation, Inc.
+   Copyright (C) 1999, 2003, 2004 Free Software Foundation, Inc.
 
 This file is part of GCC.
 
Index: rtl-error.c
===================================================================
RCS file: /cvs/gcc/gcc/gcc/rtl-error.c,v
retrieving revision 1.13
diff -u -r1.13 rtl-error.c
--- rtl-error.c	30 Jun 2004 18:17:59 -0000	1.13
+++ rtl-error.c	15 Oct 2004 14:43:46 -0000
@@ -1,5 +1,5 @@
 /* RTL specific diagnostic subroutines for GCC
-   Copyright (C) 2001, 2002, 2003 Free Software Foundation, Inc.
+   Copyright (C) 2001, 2002, 2003, 2004 Free Software Foundation, Inc.
    Contributed by Gabriel Dos Reis <gdr@codesourcery.com>
 
 This file is part of GCC.
Index: sbitmap.c
===================================================================
RCS file: /cvs/gcc/gcc/gcc/sbitmap.c,v
retrieving revision 1.33
diff -u -r1.33 sbitmap.c
--- sbitmap.c	28 Sep 2004 07:59:49 -0000	1.33
+++ sbitmap.c	15 Oct 2004 14:43:46 -0000
@@ -1,5 +1,5 @@
 /* Simple bitmaps.
-   Copyright (C) 1999, 2000, 2002, 2003 Free Software Foundation, Inc.
+   Copyright (C) 1999, 2000, 2002, 2003, 2004 Free Software Foundation, Inc.
 
 This file is part of GCC.
 
Index: sbitmap.h
===================================================================
RCS file: /cvs/gcc/gcc/gcc/sbitmap.h,v
retrieving revision 1.22
diff -u -r1.22 sbitmap.h
--- sbitmap.h	31 Aug 2004 00:29:04 -0000	1.22
+++ sbitmap.h	15 Oct 2004 14:43:46 -0000
@@ -1,5 +1,5 @@
 /* Simple bitmaps.
-   Copyright (C) 1999, 2000, 2002, 2003 Free Software Foundation, Inc.
+   Copyright (C) 1999, 2000, 2002, 2003, 2004 Free Software Foundation, Inc.
 
 This file is part of GCC.
 
Index: sreal.c
===================================================================
RCS file: /cvs/gcc/gcc/gcc/sreal.c,v
retrieving revision 1.7
diff -u -r1.7 sreal.c
--- sreal.c	9 Sep 2004 17:19:16 -0000	1.7
+++ sreal.c	15 Oct 2004 14:43:47 -0000
@@ -1,5 +1,5 @@
 /* Simple data type for positive real numbers for the GNU compiler.
-   Copyright (C) 2002, 2003 Free Software Foundation, Inc.
+   Copyright (C) 2002, 2003, 2004 Free Software Foundation, Inc.
 
 This file is part of GCC.
 
Index: tlink.c
===================================================================
RCS file: /cvs/gcc/gcc/gcc/tlink.c,v
retrieving revision 1.57
diff -u -r1.57 tlink.c
--- tlink.c	25 Aug 2004 20:51:19 -0000	1.57
+++ tlink.c	15 Oct 2004 14:43:47 -0000
@@ -1,7 +1,7 @@
 /* Scan linker error messages for missing template instantiations and provide
    them.
 
-   Copyright (C) 1995, 1998, 1999, 2000, 2001, 2003
+   Copyright (C) 1995, 1998, 1999, 2000, 2001, 2003, 2004
    Free Software Foundation, Inc.
    Contributed by Jason Merrill (jason@cygnus.com).
 
Index: tree-dump.h
===================================================================
RCS file: /cvs/gcc/gcc/gcc/tree-dump.h,v
retrieving revision 1.7
diff -u -r1.7 tree-dump.h
--- tree-dump.h	6 Sep 2004 10:08:00 -0000	1.7
+++ tree-dump.h	15 Oct 2004 14:43:47 -0000
@@ -1,5 +1,5 @@
 /* Tree-dumping functionality for intermediate representation.
-   Copyright (C) 1999, 2000, 2003 Free Software Foundation, Inc.
+   Copyright (C) 1999, 2000, 2003, 2004 Free Software Foundation, Inc.
    Written by Mark Mitchell <mark@codesourcery.com>
 
 This file is part of GCC.
Index: tree-inline.h
===================================================================
RCS file: /cvs/gcc/gcc/gcc/tree-inline.h,v
retrieving revision 1.12
diff -u -r1.12 tree-inline.h
--- tree-inline.h	28 Jul 2004 02:27:20 -0000	1.12
+++ tree-inline.h	15 Oct 2004 14:43:47 -0000
@@ -1,5 +1,5 @@
 /* Tree inlining hooks and declarations.
-   Copyright 2001, 2003 Free Software Foundation, Inc.
+   Copyright 2001, 2003, 2004 Free Software Foundation, Inc.
    Contributed by Alexandre Oliva  <aoliva@redhat.com>
 
 This file is part of GCC.
Index: unwind-dw2-fde.c
===================================================================
RCS file: /cvs/gcc/gcc/gcc/unwind-dw2-fde.c,v
retrieving revision 1.28
diff -u -r1.28 unwind-dw2-fde.c
--- unwind-dw2-fde.c	19 Aug 2004 21:41:31 -0000	1.28
+++ unwind-dw2-fde.c	15 Oct 2004 14:43:47 -0000
@@ -1,5 +1,6 @@
 /* Subroutines needed for unwinding stack frames for exception handling.  */
-/* Copyright (C) 1997, 1998, 1999, 2000, 2001, 2002, 2003 Free Software Foundation, Inc.
+/* Copyright (C) 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004
+   Free Software Foundation, Inc.
    Contributed by Jason Merrill <jason@cygnus.com>.
 
 This file is part of GCC.
Index: unwind-dw2.c
===================================================================
RCS file: /cvs/gcc/gcc/gcc/unwind-dw2.c,v
retrieving revision 1.48
diff -u -r1.48 unwind-dw2.c
--- unwind-dw2.c	30 Sep 2004 08:21:25 -0000	1.48
+++ unwind-dw2.c	15 Oct 2004 14:43:47 -0000
@@ -1,5 +1,5 @@
 /* DWARF2 exception handling and frame unwind runtime interface routines.
-   Copyright (C) 1997, 1998, 1999, 2000, 2001, 2002, 2003
+   Copyright (C) 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004
    Free Software Foundation, Inc.
 
    This file is part of GCC.
Index: unwind-sjlj.c
===================================================================
RCS file: /cvs/gcc/gcc/gcc/unwind-sjlj.c,v
retrieving revision 1.19
diff -u -r1.19 unwind-sjlj.c
--- unwind-sjlj.c	13 May 2004 06:39:52 -0000	1.19
+++ unwind-sjlj.c	15 Oct 2004 14:43:47 -0000
@@ -1,5 +1,5 @@
 /* SJLJ exception handling and frame unwind runtime interface routines.
-   Copyright (C) 1997, 1998, 1999, 2000, 2001, 2002, 2003
+   Copyright (C) 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004
    Free Software Foundation, Inc.
 
    This file is part of GCC.
Index: value-prof.h
===================================================================
RCS file: /cvs/gcc/gcc/gcc/value-prof.h,v
retrieving revision 1.8
diff -u -r1.8 value-prof.h
--- value-prof.h	8 Sep 2004 08:08:55 -0000	1.8
+++ value-prof.h	15 Oct 2004 14:43:47 -0000
@@ -1,5 +1,5 @@
 /* Definitions for transformations based on profile information for values.
-   Copyright (C) 2003 Free Software Foundation, Inc.
+   Copyright (C) 2003, 2004 Free Software Foundation, Inc.
 
 This file is part of GCC.
 



More information about the Gcc-patches mailing list