This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[patch] gcc: Update copyright.


Hi,

Committed as obvious.

Kazu Hirata

2004-01-30  Kazu Hirata  <kazu@cs.umass.edu>

	alloc-pool.c, c-lex.c, c-pragma.h, c-semantics.c, cfghooks.c,
	cfghooks.h, cfglayout.c, cfgloopmanip.c, debug.c, debug.h,
	flow.c, genextract.c, ggc-common.c, ggc-page.c, ggc.h,
	ifcvt.c, jump.c, loop-unswitch.c, timevar.c, timevar.def,
	tree-optimize.c, vmsdbgout.c, config/fp-bit.c,
	config/alpha/alpha.c, config/alpha/alpha.h,
	config/alpha/alpha.md, config/alpha/unicosmk.h,
	config/alpha/vms.h, config/arm/linux-elf.h, config/avr/avr.c,
	config/c4x/c4x-protos.h, config/c4x/c4x.md,
	config/d30v/d30v.h, config/frv/frv.md, config/frv/frvbegin.c,
	config/frv/frvend.c, config/i386/cygming.h,
	config/i386/djgpp.h, config/i386/emmintrin.h,
	config/i386/gthr-win32.c, config/i386/i386-interix.h,
	config/i386/i386-protos.h, config/i386/openbsd.h,
	config/i386/winnt.c, config/i386/xm-mingw32.h,
	config/i386/xmmintrin.h, config/ia64/ia64.md,
	config/iq2000/iq2000.md, config/m32r/m32r.md,
	config/m68k/m68k.md, config/mcore/mcore-elf.h,
	config/mcore/mcore.md, config/mips/elf.h, config/mips/elf64.h,
	config/mips/iris5gas.h, config/mips/iris6.h,
	config/mips/iris6gas.h, config/mips/linux.h,
	config/mips/mips.md, config/mips/netbsd.h,
	config/mips/openbsd.h, config/mips/windiss.h,
	config/pa/fptr.c, config/rs6000/aix.h,
	config/rs6000/altivec.h, config/rs6000/darwin.h,
	config/rs6000/xcoff.h, config/s390/s390-protos.h,
	config/s390/s390.c, config/s390/s390.h, config/s390/s390.md,
	config/sh/netbsd-elf.h, config/sh/sh.h, config/sh/vxworks.h,
	config/sparc/sol2.h: Update copyright.

Index: alloc-pool.c
===================================================================
RCS file: /cvs/gcc/gcc/gcc/alloc-pool.c,v
retrieving revision 1.11
diff -u -r1.11 alloc-pool.c
--- alloc-pool.c	30 Jan 2004 11:36:05 -0000	1.11
+++ alloc-pool.c	31 Jan 2004 01:59:59 -0000
@@ -1,5 +1,5 @@
 /* Functions to support a pool of allocatable objects.
-   Copyright (C) 1987, 1997, 1998, 1999, 2000, 2001, 2003
+   Copyright (C) 1987, 1997, 1998, 1999, 2000, 2001, 2003, 2004
    Free Software Foundation, Inc.
    Contributed by Daniel Berlin <dan@cgsoftware.com>
 
Index: c-lex.c
===================================================================
RCS file: /cvs/gcc/gcc/gcc/c-lex.c,v
retrieving revision 1.216
diff -u -r1.216 c-lex.c
--- c-lex.c	29 Jan 2004 04:19:00 -0000	1.216
+++ c-lex.c	31 Jan 2004 02:00:00 -0000
@@ -1,6 +1,6 @@
 /* Mainly the interface between cpplib and the C front ends.
    Copyright (C) 1987, 1988, 1989, 1992, 1994, 1995, 1996, 1997
-   1998, 1999, 2000, 2001, 2002, 2003 Free Software Foundation, Inc.
+   1998, 1999, 2000, 2001, 2002, 2003, 2004 Free Software Foundation, Inc.
 
 This file is part of GCC.
 
Index: c-pragma.h
===================================================================
RCS file: /cvs/gcc/gcc/gcc/c-pragma.h,v
retrieving revision 1.37
diff -u -r1.37 c-pragma.h
--- c-pragma.h	29 Jan 2004 04:19:01 -0000	1.37
+++ c-pragma.h	31 Jan 2004 02:00:00 -0000
@@ -1,5 +1,5 @@
 /* Pragma related interfaces.
-   Copyright (C) 1995, 1998, 1999, 2000, 2001, 2002, 2003
+   Copyright (C) 1995, 1998, 1999, 2000, 2001, 2002, 2003, 2004
    Free Software Foundation, Inc.
 
 This file is part of GCC.
Index: c-semantics.c
===================================================================
RCS file: /cvs/gcc/gcc/gcc/c-semantics.c,v
retrieving revision 1.75
diff -u -r1.75 c-semantics.c
--- c-semantics.c	22 Jan 2004 20:23:27 -0000	1.75
+++ c-semantics.c	31 Jan 2004 02:00:00 -0000
@@ -1,7 +1,7 @@
 /* This file contains the definitions and documentation for the common
    tree codes used in the GNU C and C++ compilers (see c-common.def
    for the standard codes).
-   Copyright (C) 2000, 2001, 2002, 2003 Free Software Foundation, Inc.
+   Copyright (C) 2000, 2001, 2002, 2003, 2004 Free Software Foundation, Inc.
    Written by Benjamin Chelf (chelf@codesourcery.com).
 
 This file is part of GCC.
Index: cfghooks.c
===================================================================
RCS file: /cvs/gcc/gcc/gcc/cfghooks.c,v
retrieving revision 1.5
diff -u -r1.5 cfghooks.c
--- cfghooks.c	29 Jan 2004 12:55:25 -0000	1.5
+++ cfghooks.c	31 Jan 2004 02:00:01 -0000
@@ -1,5 +1,5 @@
 /* Hooks for cfg representation specific functions.
-   Copyright (C) 2003 Free Software Foundation, Inc.
+   Copyright (C) 2003, 2004 Free Software Foundation, Inc.
    Contributed by Sebastian Pop <s.pop@laposte.net>
 
 This file is part of GCC.
Index: cfghooks.h
===================================================================
RCS file: /cvs/gcc/gcc/gcc/cfghooks.h,v
retrieving revision 1.9
diff -u -r1.9 cfghooks.h
--- cfghooks.h	29 Jan 2004 07:47:54 -0000	1.9
+++ cfghooks.h	31 Jan 2004 02:00:01 -0000
@@ -1,5 +1,5 @@
 /* Hooks for cfg representation specific functions.
-   Copyright (C) 2003 Free Software Foundation, Inc.
+   Copyright (C) 2003, 2004 Free Software Foundation, Inc.
    Contributed by Sebastian Pop <s.pop@laposte.net>
 
 This file is part of GCC.
Index: cfglayout.c
===================================================================
RCS file: /cvs/gcc/gcc/gcc/cfglayout.c,v
retrieving revision 1.51
diff -u -r1.51 cfglayout.c
--- cfglayout.c	29 Jan 2004 07:47:56 -0000	1.51
+++ cfglayout.c	31 Jan 2004 02:00:01 -0000
@@ -1,5 +1,5 @@
 /* Basic block reordering routines for the GNU compiler.
-   Copyright (C) 2000, 2001, 2003 Free Software Foundation, Inc.
+   Copyright (C) 2000, 2001, 2003, 2004 Free Software Foundation, Inc.
 
 This file is part of GCC.
 
Index: cfgloopmanip.c
===================================================================
RCS file: /cvs/gcc/gcc/gcc/cfgloopmanip.c,v
retrieving revision 1.20
diff -u -r1.20 cfgloopmanip.c
--- cfgloopmanip.c	29 Jan 2004 07:47:54 -0000	1.20
+++ cfgloopmanip.c	31 Jan 2004 02:00:02 -0000
@@ -1,5 +1,5 @@
 /* Loop manipulation code for 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: debug.c
===================================================================
RCS file: /cvs/gcc/gcc/gcc/debug.c,v
retrieving revision 1.14
diff -u -r1.14 debug.c
--- debug.c	27 Jan 2004 20:35:51 -0000	1.14
+++ debug.c	31 Jan 2004 02:00:02 -0000
@@ -1,5 +1,5 @@
 /* Do-nothing debug hooks for GCC.
-   Copyright (C) 2001, 2002, 2003 Free Software Foundation, Inc.
+   Copyright (C) 2001, 2002, 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: debug.h
===================================================================
RCS file: /cvs/gcc/gcc/gcc/debug.h,v
retrieving revision 1.16
diff -u -r1.16 debug.h
--- debug.h	27 Jan 2004 20:35:51 -0000	1.16
+++ debug.h	31 Jan 2004 02:00:02 -0000
@@ -1,5 +1,5 @@
 /* Debug hooks for GCC.
-   Copyright (C) 2001, 2002, 2003 Free Software Foundation, Inc.
+   Copyright (C) 2001, 2002, 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: flow.c
===================================================================
RCS file: /cvs/gcc/gcc/gcc/flow.c,v
retrieving revision 1.574
diff -u -r1.574 flow.c
--- flow.c	29 Jan 2004 07:47:54 -0000	1.574
+++ flow.c	31 Jan 2004 02:00:04 -0000
@@ -1,6 +1,6 @@
 /* Data flow analysis for GNU compiler.
    Copyright (C) 1987, 1988, 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: genextract.c
===================================================================
RCS file: /cvs/gcc/gcc/gcc/genextract.c,v
retrieving revision 1.58
diff -u -r1.58 genextract.c
--- genextract.c	26 Jan 2004 20:34:22 -0000	1.58
+++ genextract.c	31 Jan 2004 02:00:05 -0000
@@ -1,5 +1,5 @@
 /* Generate code from machine description to extract operands from insn as rtl.
-   Copyright (C) 1987, 1991, 1992, 1993, 1997, 1998, 1999, 2000, 2003
+   Copyright (C) 1987, 1991, 1992, 1993, 1997, 1998, 1999, 2000, 2003, 2004
    Free Software Foundation, Inc.
 
 This file is part of GCC.
Index: ggc-common.c
===================================================================
RCS file: /cvs/gcc/gcc/gcc/ggc-common.c,v
retrieving revision 1.81
diff -u -r1.81 ggc-common.c
--- ggc-common.c	28 Jan 2004 18:49:25 -0000	1.81
+++ ggc-common.c	31 Jan 2004 02:00:05 -0000
@@ -1,5 +1,5 @@
 /* Simple garbage collection for the GNU compiler.
-   Copyright (C) 1999, 2000, 2001, 2002, 2003
+   Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004
    Free Software Foundation, Inc.
 
 This file is part of GCC.
Index: ggc-page.c
===================================================================
RCS file: /cvs/gcc/gcc/gcc/ggc-page.c,v
retrieving revision 1.87
diff -u -r1.87 ggc-page.c
--- ggc-page.c	28 Jan 2004 18:49:25 -0000	1.87
+++ ggc-page.c	31 Jan 2004 02:00:06 -0000
@@ -1,5 +1,6 @@
 /* "Bag-of-pages" garbage collector for the GNU compiler.
-   Copyright (C) 1999, 2000, 2001, 2002, 2003 Free Software Foundation, Inc.
+   Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004
+   Free Software Foundation, Inc.
 
 This file is part of GCC.
 
Index: ggc.h
===================================================================
RCS file: /cvs/gcc/gcc/gcc/ggc.h,v
retrieving revision 1.64
diff -u -r1.64 ggc.h
--- ggc.h	28 Jan 2004 18:49:25 -0000	1.64
+++ ggc.h	31 Jan 2004 02:00:06 -0000
@@ -1,5 +1,5 @@
 /* Garbage collection for the GNU compiler.
-   Copyright (C) 1998, 1999, 2000, 2001, 2002, 2003
+   Copyright (C) 1998, 1999, 2000, 2001, 2002, 2003, 2004
    Free Software Foundation, Inc.
 
 This file is part of GCC.
Index: ifcvt.c
===================================================================
RCS file: /cvs/gcc/gcc/gcc/ifcvt.c,v
retrieving revision 1.138
diff -u -r1.138 ifcvt.c
--- ifcvt.c	29 Jan 2004 07:47:56 -0000	1.138
+++ ifcvt.c	31 Jan 2004 02:00:08 -0000
@@ -1,5 +1,5 @@
 /* If-conversion support.
-   Copyright (C) 2000, 2001, 2002, 2003 Free Software Foundation, Inc.
+   Copyright (C) 2000, 2001, 2002, 2003, 2004 Free Software Foundation, Inc.
 
    This file is part of GCC.
 
Index: jump.c
===================================================================
RCS file: /cvs/gcc/gcc/gcc/jump.c,v
retrieving revision 1.237
diff -u -r1.237 jump.c
--- jump.c	25 Jan 2004 03:52:42 -0000	1.237
+++ jump.c	31 Jan 2004 02:00:09 -0000
@@ -1,6 +1,6 @@
 /* Optimize jump instructions, for GNU compiler.
    Copyright (C) 1987, 1988, 1989, 1991, 1992, 1993, 1994, 1995, 1996, 1997
-   1998, 1999, 2000, 2001, 2002, 2003 Free Software Foundation, Inc.
+   1998, 1999, 2000, 2001, 2002, 2003, 2004 Free Software Foundation, Inc.
 
 This file is part of GCC.
 
Index: loop-unswitch.c
===================================================================
RCS file: /cvs/gcc/gcc/gcc/loop-unswitch.c,v
retrieving revision 1.12
diff -u -r1.12 loop-unswitch.c
--- loop-unswitch.c	29 Jan 2004 07:47:56 -0000	1.12
+++ loop-unswitch.c	31 Jan 2004 02:00:09 -0000
@@ -1,5 +1,5 @@
 /* Loop unswitching for 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: timevar.c
===================================================================
RCS file: /cvs/gcc/gcc/gcc/timevar.c,v
retrieving revision 1.33
diff -u -r1.33 timevar.c
--- timevar.c	29 Jan 2004 05:31:47 -0000	1.33
+++ timevar.c	31 Jan 2004 02:00:09 -0000
@@ -1,5 +1,5 @@
 /* Timing variables for measuring compiler performance.
-   Copyright (C) 2000, 2003 Free Software Foundation, Inc.
+   Copyright (C) 2000, 2003, 2004 Free Software Foundation, Inc.
    Contributed by Alex Samuel <samuel@codesourcery.com>
 
 This file is part of GCC.
Index: timevar.def
===================================================================
RCS file: /cvs/gcc/gcc/gcc/timevar.def,v
retrieving revision 1.23
diff -u -r1.23 timevar.def
--- timevar.def	29 Jan 2004 07:47:56 -0000	1.23
+++ timevar.def	31 Jan 2004 02:00:09 -0000
@@ -1,6 +1,6 @@
 /* This file contains the definitions for timing variables used to
    measure run-time performance of the compiler.
-   Copyright (C) 2000, 2001, 2002, 2003 Free Software Foundation, Inc.
+   Copyright (C) 2000, 2001, 2002, 2003, 2004 Free Software Foundation, Inc.
    Contributed by Alex Samuel <samuel@codesourcery.com>
 
    This file is part of GCC.
Index: tree-optimize.c
===================================================================
RCS file: /cvs/gcc/gcc/gcc/tree-optimize.c,v
retrieving revision 2.9
diff -u -r2.9 tree-optimize.c
--- tree-optimize.c	29 Jan 2004 00:34:09 -0000	2.9
+++ tree-optimize.c	31 Jan 2004 02:00:10 -0000
@@ -1,5 +1,5 @@
 /* Control and data flow functions for trees.
-   Copyright 2001, 2002, 2003 Free Software Foundation, Inc.
+   Copyright 2001, 2002, 2003, 2004 Free Software Foundation, Inc.
 
 This file is part of GCC.
 
Index: vmsdbgout.c
===================================================================
RCS file: /cvs/gcc/gcc/gcc/vmsdbgout.c,v
retrieving revision 1.30
diff -u -r1.30 vmsdbgout.c
--- vmsdbgout.c	27 Jan 2004 20:35:52 -0000	1.30
+++ vmsdbgout.c	31 Jan 2004 02:00:10 -0000
@@ -1,6 +1,6 @@
 /* Output VMS debug format symbol table information from GCC.
    Copyright (C) 1987, 1988, 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.
    Contributed by Douglas B. Rupp (rupp@gnat.com).
 
 This file is part of GCC.
Index: config/fp-bit.c
===================================================================
RCS file: /cvs/gcc/gcc/gcc/config/fp-bit.c,v
retrieving revision 1.44
diff -u -r1.44 fp-bit.c
--- config/fp-bit.c	28 Jan 2004 07:21:21 -0000	1.44
+++ config/fp-bit.c	31 Jan 2004 02:00:11 -0000
@@ -1,6 +1,6 @@
 /* This is a software floating point library which can be used
    for targets without hardware floating point. 
-   Copyright (C) 1994, 1995, 1996, 1997, 1998, 2000, 2001, 2002, 2003
+   Copyright (C) 1994, 1995, 1996, 1997, 1998, 2000, 2001, 2002, 2003, 2004
    Free Software Foundation, Inc.
 
 This file is free software; you can redistribute it and/or modify it
Index: config/alpha/alpha.c
===================================================================
RCS file: /cvs/gcc/gcc/gcc/config/alpha/alpha.c,v
retrieving revision 1.346
diff -u -r1.346 alpha.c
--- config/alpha/alpha.c	30 Jan 2004 23:16:03 -0000	1.346
+++ config/alpha/alpha.c	31 Jan 2004 02:00:16 -0000
@@ -1,6 +1,6 @@
 /* Subroutines used for code generation on the DEC Alpha.
    Copyright (C) 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. 
    Contributed by Richard Kenner (kenner@vlsi1.ultra.nyu.edu)
 
 This file is part of GCC.
Index: config/alpha/alpha.h
===================================================================
RCS file: /cvs/gcc/gcc/gcc/config/alpha/alpha.h,v
retrieving revision 1.214
diff -u -r1.214 alpha.h
--- config/alpha/alpha.h	19 Jan 2004 09:55:42 -0000	1.214
+++ config/alpha/alpha.h	31 Jan 2004 02:00:17 -0000
@@ -1,6 +1,6 @@
 /* Definitions of target machine for GNU compiler, for DEC Alpha.
    Copyright (C) 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999,
-   2000, 2001, 2002 Free Software Foundation, Inc.
+   2000, 2001, 2002, 2004 Free Software Foundation, Inc.
    Contributed by Richard Kenner (kenner@vlsi1.ultra.nyu.edu)
 
 This file is part of GCC.
Index: config/alpha/alpha.md
===================================================================
RCS file: /cvs/gcc/gcc/gcc/config/alpha/alpha.md,v
retrieving revision 1.217
diff -u -r1.217 alpha.md
--- config/alpha/alpha.md	19 Jan 2004 19:49:33 -0000	1.217
+++ config/alpha/alpha.md	31 Jan 2004 02:00:20 -0000
@@ -1,6 +1,6 @@
 ;; Machine description for DEC Alpha for GNU C compiler
 ;; Copyright (C) 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.
 ;; Contributed by Richard Kenner (kenner@vlsi1.ultra.nyu.edu)
 ;;
 ;; This file is part of GCC.
Index: config/alpha/unicosmk.h
===================================================================
RCS file: /cvs/gcc/gcc/gcc/config/alpha/unicosmk.h,v
retrieving revision 1.29
diff -u -r1.29 unicosmk.h
--- config/alpha/unicosmk.h	16 Jan 2004 21:19:04 -0000	1.29
+++ config/alpha/unicosmk.h	31 Jan 2004 02:00:20 -0000
@@ -1,6 +1,6 @@
 /* Definitions of target machine for GNU compiler, for DEC Alpha on Cray
    T3E running Unicos/Mk.
-   Copyright (C) 2001, 2002
+   Copyright (C) 2001, 2002, 2004
    Free Software Foundation, Inc.
    Contributed by Roman Lechtchinsky (rl@cs.tu-berlin.de)
 
Index: config/alpha/vms.h
===================================================================
RCS file: /cvs/gcc/gcc/gcc/config/alpha/vms.h,v
retrieving revision 1.79
diff -u -r1.79 vms.h
--- config/alpha/vms.h	14 Jan 2004 20:16:57 -0000	1.79
+++ config/alpha/vms.h	31 Jan 2004 02:00:20 -0000
@@ -1,5 +1,5 @@
 /* Output variables, constants and external declarations, for GNU compiler.
-   Copyright (C) 1996, 1997, 1998, 2000, 2001, 2002
+   Copyright (C) 1996, 1997, 1998, 2000, 2001, 2002, 2004
    Free Software Foundation, Inc.
 
 This file is part of GCC.
Index: config/arm/linux-elf.h
===================================================================
RCS file: /cvs/gcc/gcc/gcc/config/arm/linux-elf.h,v
retrieving revision 1.45
diff -u -r1.45 linux-elf.h
--- config/arm/linux-elf.h	14 Jan 2004 17:51:31 -0000	1.45
+++ config/arm/linux-elf.h	31 Jan 2004 02:00:20 -0000
@@ -1,5 +1,5 @@
 /* Definitions for ARM running Linux-based GNU systems using ELF
-   Copyright (C) 1993, 1994, 1997, 1998, 1999, 2000, 2001, 2002, 2003
+   Copyright (C) 1993, 1994, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004
    Free Software Foundation, Inc.
    Contributed by Philip Blundell <philb@gnu.org>
 
Index: config/avr/avr.c
===================================================================
RCS file: /cvs/gcc/gcc/gcc/config/avr/avr.c,v
retrieving revision 1.110
diff -u -r1.110 avr.c
--- config/avr/avr.c	30 Jan 2004 23:16:05 -0000	1.110
+++ config/avr/avr.c	31 Jan 2004 02:00:21 -0000
@@ -1,5 +1,6 @@
 /* Subroutines for insn-output.c for ATMEL AVR micro controllers
-   Copyright (C) 1998, 1999, 2000, 2001, 2002 Free Software Foundation, Inc.
+   Copyright (C) 1998, 1999, 2000, 2001, 2002, 2004
+   Free Software Foundation, Inc.
    Contributed by Denis Chertykov (denisc@overta.ru)
 
    This file is part of GCC.
Index: config/c4x/c4x-protos.h
===================================================================
RCS file: /cvs/gcc/gcc/gcc/config/c4x/c4x-protos.h,v
retrieving revision 1.35
diff -u -r1.35 c4x-protos.h
--- config/c4x/c4x-protos.h	26 Jan 2004 00:12:04 -0000	1.35
+++ config/c4x/c4x-protos.h	31 Jan 2004 02:00:22 -0000
@@ -1,5 +1,5 @@
 /* Definitions of target machine for GNU compiler.  TMS320C[34]x
-   Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2003
+   Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2003, 2004
    Free Software Foundation, Inc.
 
    Contributed by Michael Hayes (m.hayes@elec.canterbury.ac.nz)
Index: config/c4x/c4x.md
===================================================================
RCS file: /cvs/gcc/gcc/gcc/config/c4x/c4x.md,v
retrieving revision 1.82
diff -u -r1.82 c4x.md
--- config/c4x/c4x.md	26 Jan 2004 03:36:07 -0000	1.82
+++ config/c4x/c4x.md	31 Jan 2004 02:00:24 -0000
@@ -1,6 +1,6 @@
 ;; Machine description for the TMS320C[34]x for GCC
 ;; Copyright (C) 1994, 1995, 1996, 1997, 1998,
-;; 1999, 2000, 2002 Free Software Foundation, Inc.
+;; 1999, 2000, 2002, 2004 Free Software Foundation, Inc.
 
 ;; Contributed by Michael Hayes (m.hayes@elec.canterbury.ac.nz)
 ;;            and Herman Ten Brugge (Haj.Ten.Brugge@net.HCC.nl)
Index: config/d30v/d30v.h
===================================================================
RCS file: /cvs/gcc/gcc/gcc/config/d30v/d30v.h,v
retrieving revision 1.88
diff -u -r1.88 d30v.h
--- config/d30v/d30v.h	15 Jan 2004 07:25:23 -0000	1.88
+++ config/d30v/d30v.h	31 Jan 2004 02:00:25 -0000
@@ -1,5 +1,5 @@
 /* Definitions of target machine for Mitsubishi D30V.
-   Copyright (C) 1997, 1998, 1999, 2000, 2001, 2002, 2003
+   Copyright (C) 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004
    Free Software Foundation, Inc.
    Contributed by Cygnus Solutions.
 
Index: config/frv/frv.md
===================================================================
RCS file: /cvs/gcc/gcc/gcc/config/frv/frv.md,v
retrieving revision 1.8
diff -u -r1.8 frv.md
--- config/frv/frv.md	16 Jan 2004 18:04:22 -0000	1.8
+++ config/frv/frv.md	31 Jan 2004 02:00:28 -0000
@@ -1,5 +1,5 @@
 ;; Frv Machine Description
-;; Copyright (C) 1999, 2000, 2001 Free Software Foundation, Inc.
+;; Copyright (C) 1999, 2000, 2001, 2004 Free Software Foundation, Inc.
 ;; Contributed by Red Hat, Inc.
 
 ;; This file is part of GCC.
Index: config/frv/frvbegin.c
===================================================================
RCS file: /cvs/gcc/gcc/gcc/config/frv/frvbegin.c,v
retrieving revision 1.6
diff -u -r1.6 frvbegin.c
--- config/frv/frvbegin.c	16 Jan 2004 18:04:22 -0000	1.6
+++ config/frv/frvbegin.c	31 Jan 2004 02:00:28 -0000
@@ -1,5 +1,5 @@
 /* Frv initialization file linked before all user modules
-   Copyright (C) 1999, 2000, 2003 Free Software Foundation, Inc.
+   Copyright (C) 1999, 2000, 2003, 2004 Free Software Foundation, Inc.
     Contributed by Red Hat, Inc.
   
    This file is part of GCC.
Index: config/frv/frvend.c
===================================================================
RCS file: /cvs/gcc/gcc/gcc/config/frv/frvend.c,v
retrieving revision 1.4
diff -u -r1.4 frvend.c
--- config/frv/frvend.c	16 Jan 2004 18:04:22 -0000	1.4
+++ config/frv/frvend.c	31 Jan 2004 02:00:28 -0000
@@ -1,5 +1,5 @@
 /* Frv initialization file linked after all user modules
-   Copyright (C) 1999, 2000, 2003 Free Software Foundation, Inc.
+   Copyright (C) 1999, 2000, 2003, 2004 Free Software Foundation, Inc.
     Contributed by Red Hat, Inc.
   
    This file is part of GCC.
Index: config/i386/cygming.h
===================================================================
RCS file: /cvs/gcc/gcc/gcc/config/i386/cygming.h,v
retrieving revision 1.11
diff -u -r1.11 cygming.h
--- config/i386/cygming.h	2 Jan 2004 15:30:42 -0000	1.11
+++ config/i386/cygming.h	31 Jan 2004 02:00:28 -0000
@@ -1,6 +1,6 @@
 /* Operating system specific defines to be used when targeting GCC for
    hosting on Windows32, using a Unix style C library and tools.
-   Copyright (C) 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003
+   Copyright (C) 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004
    Free Software Foundation, Inc.
 
 This file is part of GCC.
Index: config/i386/djgpp.h
===================================================================
RCS file: /cvs/gcc/gcc/gcc/config/i386/djgpp.h,v
retrieving revision 1.47
diff -u -r1.47 djgpp.h
--- config/i386/djgpp.h	2 Jan 2004 15:30:42 -0000	1.47
+++ config/i386/djgpp.h	31 Jan 2004 02:00:28 -0000
@@ -1,5 +1,5 @@
 /* Configuration for an i386 running MS-DOS with DJGPP.
-   Copyright (C) 1997, 1998, 1999, 2000, 2001, 2002
+   Copyright (C) 1997, 1998, 1999, 2000, 2001, 2002, 2004
    Free Software Foundation, Inc.
 
 This file is part of GCC.
Index: config/i386/emmintrin.h
===================================================================
RCS file: /cvs/gcc/gcc/gcc/config/i386/emmintrin.h,v
retrieving revision 1.4
diff -u -r1.4 emmintrin.h
--- config/i386/emmintrin.h	1 Jan 2004 14:13:41 -0000	1.4
+++ config/i386/emmintrin.h	31 Jan 2004 02:00:28 -0000
@@ -1,4 +1,4 @@
-/* Copyright (C) 2003 Free Software Foundation, Inc.
+/* Copyright (C) 2003, 2004 Free Software Foundation, Inc.
 
    This file is part of GCC.
 
Index: config/i386/gthr-win32.c
===================================================================
RCS file: /cvs/gcc/gcc/gcc/config/i386/gthr-win32.c,v
retrieving revision 1.4
diff -u -r1.4 gthr-win32.c
--- config/i386/gthr-win32.c	2 Jan 2004 15:30:42 -0000	1.4
+++ config/i386/gthr-win32.c	31 Jan 2004 02:00:29 -0000
@@ -1,7 +1,7 @@
 /* Implementation of W32-specific threads compatibility routines for
    libgcc2.  */
 
-/* Copyright (C) 1999, 2000, 2002 Free Software Foundation, Inc.
+/* Copyright (C) 1999, 2000, 2002, 2004 Free Software Foundation, Inc.
    Contributed by Mumit Khan <khan@xraylith.wisc.edu>.
    Modified and moved to separate file by Danny Smith
    <dannysmith@users.sourceforge.net>.
Index: config/i386/i386-interix.h
===================================================================
RCS file: /cvs/gcc/gcc/gcc/config/i386/i386-interix.h,v
retrieving revision 1.47
diff -u -r1.47 i386-interix.h
--- config/i386/i386-interix.h	2 Jan 2004 15:30:42 -0000	1.47
+++ config/i386/i386-interix.h	31 Jan 2004 02:00:29 -0000
@@ -1,5 +1,6 @@
 /* Target definitions for GCC for Intel 80386 running Interix
-   Parts Copyright (C) 1991, 1999, 2000, 2002, 2003 Free Software Foundation, Inc.
+   Parts Copyright (C) 1991, 1999, 2000, 2002, 2003, 2004
+   Free Software Foundation, Inc.
 
    Parts:
      by Douglas B. Rupp (drupp@cs.washington.edu).
Index: config/i386/i386-protos.h
===================================================================
RCS file: /cvs/gcc/gcc/gcc/config/i386/i386-protos.h,v
retrieving revision 1.105
diff -u -r1.105 i386-protos.h
--- config/i386/i386-protos.h	29 Jan 2004 08:05:44 -0000	1.105
+++ config/i386/i386-protos.h	31 Jan 2004 02:00:29 -0000
@@ -1,6 +1,6 @@
 /* Definitions of target machine for GCC for IA-32.
    Copyright (C) 1988, 1992, 1994, 1995, 1996, 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: config/i386/openbsd.h
===================================================================
RCS file: /cvs/gcc/gcc/gcc/config/i386/openbsd.h,v
retrieving revision 1.21
diff -u -r1.21 openbsd.h
--- config/i386/openbsd.h	2 Jan 2004 15:30:43 -0000	1.21
+++ config/i386/openbsd.h	31 Jan 2004 02:00:29 -0000
@@ -1,5 +1,5 @@
 /* Configuration for an OpenBSD i386 target.
-   Copyright (C) 1999, 2000, 2002 Free Software Foundation, Inc.
+   Copyright (C) 1999, 2000, 2002, 2004 Free Software Foundation, Inc.
 
 This file is part of GCC.
 
Index: config/i386/winnt.c
===================================================================
RCS file: /cvs/gcc/gcc/gcc/config/i386/winnt.c,v
retrieving revision 1.60
diff -u -r1.60 winnt.c
--- config/i386/winnt.c	2 Jan 2004 15:30:43 -0000	1.60
+++ config/i386/winnt.c	31 Jan 2004 02:00:30 -0000
@@ -1,6 +1,6 @@
 /* Subroutines for insn-output.c for Windows NT.
    Contributed by Douglas Rupp (drupp@cs.washington.edu)
-   Copyright (C) 1995, 1997, 1998, 1999, 2000, 2001, 2002, 2003
+   Copyright (C) 1995, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004
    Free Software Foundation, Inc.
 
 This file is part of GCC.
Index: config/i386/xm-mingw32.h
===================================================================
RCS file: /cvs/gcc/gcc/gcc/config/i386/xm-mingw32.h,v
retrieving revision 1.19
diff -u -r1.19 xm-mingw32.h
--- config/i386/xm-mingw32.h	2 Jan 2004 15:30:43 -0000	1.19
+++ config/i386/xm-mingw32.h	31 Jan 2004 02:00:30 -0000
@@ -1,6 +1,6 @@
 /* Configuration for GCC for hosting on Windows32.
    using GNU tools and the Windows32 API Library.
-   Copyright (C) 1997, 1998, 1999, 2001, 2002, 2003 Free Software
+   Copyright (C) 1997, 1998, 1999, 2001, 2002, 2003, 2004 Free Software
    Foundation, Inc.
 
 This file is part of GCC.
Index: config/i386/xmmintrin.h
===================================================================
RCS file: /cvs/gcc/gcc/gcc/config/i386/xmmintrin.h,v
retrieving revision 1.27
diff -u -r1.27 xmmintrin.h
--- config/i386/xmmintrin.h	1 Jan 2004 14:13:44 -0000	1.27
+++ config/i386/xmmintrin.h	31 Jan 2004 02:00:30 -0000
@@ -1,4 +1,4 @@
-/* Copyright (C) 2002, 2003 Free Software Foundation, Inc.
+/* Copyright (C) 2002, 2003, 2004 Free Software Foundation, Inc.
 
    This file is part of GCC.
 
Index: config/ia64/ia64.md
===================================================================
RCS file: /cvs/gcc/gcc/gcc/config/ia64/ia64.md,v
retrieving revision 1.122
diff -u -r1.122 ia64.md
--- config/ia64/ia64.md	28 Jan 2004 22:09:27 -0000	1.122
+++ config/ia64/ia64.md	31 Jan 2004 02:00:31 -0000
@@ -1,5 +1,6 @@
 ;; IA-64 Machine description template
-;; Copyright (C) 1999, 2000, 2001, 2002, 2003 Free Software Foundation, Inc.
+;; Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004
+;; Free Software Foundation, Inc.
 ;; Contributed by James E. Wilson <wilson@cygnus.com> and
 ;;		  David Mosberger <davidm@hpl.hp.com>.
 
Index: config/iq2000/iq2000.md
===================================================================
RCS file: /cvs/gcc/gcc/gcc/config/iq2000/iq2000.md,v
retrieving revision 1.4
diff -u -r1.4 iq2000.md
--- config/iq2000/iq2000.md	14 Jan 2004 03:10:51 -0000	1.4
+++ config/iq2000/iq2000.md	31 Jan 2004 02:00:32 -0000
@@ -1,5 +1,5 @@
 ;;  iq2000.md	     Machine Description for Vitesse IQ2000 processors
-;;  Copyright (C) 2003 Free Software Foundation, Inc.
+;;  Copyright (C) 2003, 2004 Free Software Foundation, Inc.
 
 ;; This file is part of GCC.
 
Index: config/m32r/m32r.md
===================================================================
RCS file: /cvs/gcc/gcc/gcc/config/m32r/m32r.md,v
retrieving revision 1.41
diff -u -r1.41 m32r.md
--- config/m32r/m32r.md	15 Jan 2004 22:00:51 -0000	1.41
+++ config/m32r/m32r.md	31 Jan 2004 02:00:33 -0000
@@ -1,5 +1,6 @@
 ;; Machine description of the Renesas M32R cpu for GNU C compiler
-;; Copyright (C) 1996, 1997, 1998, 1999, 2001, 2003 Free Software Foundation, Inc.
+;; Copyright (C) 1996, 1997, 1998, 1999, 2001, 2003, 2004
+;  Free Software Foundation, Inc.
 
 ;; This file is part of GCC.
 
Index: config/m68k/m68k.md
===================================================================
RCS file: /cvs/gcc/gcc/gcc/config/m68k/m68k.md,v
retrieving revision 1.71
diff -u -r1.71 m68k.md
--- config/m68k/m68k.md	12 Jan 2004 07:52:54 -0000	1.71
+++ config/m68k/m68k.md	31 Jan 2004 02:00:35 -0000
@@ -1,5 +1,6 @@
 ;;- Machine description for GNU compiler, Motorola 68000 Version
-;;  Copyright (C) 1987, 1988, 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2001, 2002, 2003
+;;  Copyright (C) 1987, 1988, 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2001,
+;;  2002, 2003, 2004
 ;;  Free Software Foundation, Inc.
 
 ;; This file is part of GCC.
Index: config/mcore/mcore-elf.h
===================================================================
RCS file: /cvs/gcc/gcc/gcc/config/mcore/mcore-elf.h,v
retrieving revision 1.18
diff -u -r1.18 mcore-elf.h
--- config/mcore/mcore-elf.h	11 Jan 2004 08:15:31 -0000	1.18
+++ config/mcore/mcore-elf.h	31 Jan 2004 02:00:35 -0000
@@ -1,5 +1,6 @@
 /* Definitions of MCore target. 
-   Copyright (C) 1998, 1999, 2000, 2001, 2002 Free Software Foundation, Inc.
+   Copyright (C) 1998, 1999, 2000, 2001, 2002, 2004
+   Free Software Foundation, Inc.
    Contributed by Cygnus Solutions.
 
 This file is part of GCC.
Index: config/mcore/mcore.md
===================================================================
RCS file: /cvs/gcc/gcc/gcc/config/mcore/mcore.md,v
retrieving revision 1.14
diff -u -r1.14 mcore.md
--- config/mcore/mcore.md	11 Jan 2004 08:15:34 -0000	1.14
+++ config/mcore/mcore.md	31 Jan 2004 02:00:36 -0000
@@ -1,5 +1,5 @@
 ;;  Machine description the Motorola MCore
-;;  Copyright (C) 1993, 1999, 2000 Free Software Foundation, Inc.
+;;  Copyright (C) 1993, 1999, 2000, 2004 Free Software Foundation, Inc.
 ;;  Contributed by Motorola.
 
 ;; This file is part of GCC.
Index: config/mips/elf.h
===================================================================
RCS file: /cvs/gcc/gcc/gcc/config/mips/elf.h,v
retrieving revision 1.60
diff -u -r1.60 elf.h
--- config/mips/elf.h	7 Jan 2004 00:52:31 -0000	1.60
+++ config/mips/elf.h	31 Jan 2004 02:00:37 -0000
@@ -1,6 +1,6 @@
 /* Definitions of target machine for GNU compiler.  MIPS R3000 version with
    GOFAST floating point library.
-   Copyright (C) 1994, 1997, 1999, 2000, 2002, 2003
+   Copyright (C) 1994, 1997, 1999, 2000, 2002, 2003, 2004
    Free Software Foundation, Inc.
 
 This file is part of GCC.
Index: config/mips/elf64.h
===================================================================
RCS file: /cvs/gcc/gcc/gcc/config/mips/elf64.h,v
retrieving revision 1.62
diff -u -r1.62 elf64.h
--- config/mips/elf64.h	7 Jan 2004 00:52:31 -0000	1.62
+++ config/mips/elf64.h	31 Jan 2004 02:00:37 -0000
@@ -1,6 +1,6 @@
 /* Definitions of target machine for GNU compiler.  MIPS R4000 version with
    GOFAST floating point library.
-   Copyright (C) 1994, 1995, 1996, 1997, 1999, 2000, 2002
+   Copyright (C) 1994, 1995, 1996, 1997, 1999, 2000, 2002, 2004
    Free Software Foundation, Inc.
 
 This file is part of GCC.
Index: config/mips/iris5gas.h
===================================================================
RCS file: /cvs/gcc/gcc/gcc/config/mips/iris5gas.h,v
retrieving revision 1.16
diff -u -r1.16 iris5gas.h
--- config/mips/iris5gas.h	7 Jan 2004 00:52:31 -0000	1.16
+++ config/mips/iris5gas.h	31 Jan 2004 02:00:37 -0000
@@ -1,5 +1,5 @@
 /* Definitions of target machine for GNU compiler.  Irix version 5 with gas.
-   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: config/mips/iris6.h
===================================================================
RCS file: /cvs/gcc/gcc/gcc/config/mips/iris6.h,v
retrieving revision 1.74
diff -u -r1.74 iris6.h
--- config/mips/iris6.h	7 Jan 2004 00:52:31 -0000	1.74
+++ config/mips/iris6.h	31 Jan 2004 02:00:37 -0000
@@ -1,5 +1,5 @@
 /* Definitions of target machine for GNU compiler.  IRIX version 6.
-   Copyright (C) 1994, 1995, 1996, 1997, 1998, 2000, 2001, 2002, 2003
+   Copyright (C) 1994, 1995, 1996, 1997, 1998, 2000, 2001, 2002, 2003, 2004
    Free Software Foundation, Inc.
 
 This file is part of GCC.
Index: config/mips/iris6gas.h
===================================================================
RCS file: /cvs/gcc/gcc/gcc/config/mips/iris6gas.h,v
retrieving revision 1.2
diff -u -r1.2 iris6gas.h
--- config/mips/iris6gas.h	7 Jan 2004 00:52:31 -0000	1.2
+++ config/mips/iris6gas.h	31 Jan 2004 02:00:37 -0000
@@ -1,5 +1,5 @@
 /* Definitions for MIPS running IRIX 6 using GNU AS
-   Copyright (C) 2003
+   Copyright (C) 2003, 2004
    Free Software Foundation, Inc.
 
 This file is part of GCC.
Index: config/mips/linux.h
===================================================================
RCS file: /cvs/gcc/gcc/gcc/config/mips/linux.h,v
retrieving revision 1.75
diff -u -r1.75 linux.h
--- config/mips/linux.h	7 Jan 2004 00:52:31 -0000	1.75
+++ config/mips/linux.h	31 Jan 2004 02:00:37 -0000
@@ -1,5 +1,5 @@
 /* Definitions for MIPS running Linux-based GNU systems with ELF format.
-   Copyright (C) 1998, 1999, 2000, 2001, 2002, 2003
+   Copyright (C) 1998, 1999, 2000, 2001, 2002, 2003, 2004
    Free Software Foundation, Inc.
 
 This file is part of GCC.
Index: config/mips/mips.md
===================================================================
RCS file: /cvs/gcc/gcc/gcc/config/mips/mips.md,v
retrieving revision 1.211
diff -u -r1.211 mips.md
--- config/mips/mips.md	3 Jan 2004 18:33:14 -0000	1.211
+++ config/mips/mips.md	31 Jan 2004 02:00:39 -0000
@@ -1,6 +1,6 @@
 ;;  Mips.md	     Machine Description for MIPS based processors
 ;;  Copyright (C) 1989, 1990, 1991, 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.
 ;;  Contributed by   A. Lichnewsky, lich@inria.inria.fr
 ;;  Changes by       Michael Meissner, meissner@osf.org
 ;;  64 bit r4000 support by Ian Lance Taylor, ian@cygnus.com, and
Index: config/mips/netbsd.h
===================================================================
RCS file: /cvs/gcc/gcc/gcc/config/mips/netbsd.h,v
retrieving revision 1.32
diff -u -r1.32 netbsd.h
--- config/mips/netbsd.h	3 Jan 2004 18:33:14 -0000	1.32
+++ config/mips/netbsd.h	31 Jan 2004 02:00:39 -0000
@@ -1,5 +1,5 @@
 /* Definitions of target machine for GNU compiler, for MIPS NetBSD systems.
-   Copyright (C) 1993, 1995, 1996, 1997, 1999, 2000, 2001, 2002, 2003
+   Copyright (C) 1993, 1995, 1996, 1997, 1999, 2000, 2001, 2002, 2003, 2004
    Free Software Foundation, Inc.
 
 This file is part of GCC.
Index: config/mips/openbsd.h
===================================================================
RCS file: /cvs/gcc/gcc/gcc/config/mips/openbsd.h,v
retrieving revision 1.15
diff -u -r1.15 openbsd.h
--- config/mips/openbsd.h	7 Jan 2004 00:52:32 -0000	1.15
+++ config/mips/openbsd.h	31 Jan 2004 02:00:39 -0000
@@ -1,5 +1,5 @@
 /* Configuration for  a Mips ABI32 OpenBSD target.
-   Copyright (C) 1999, 2003 Free Software Foundation, Inc.
+   Copyright (C) 1999, 2003, 2004 Free Software Foundation, Inc.
 
 This file is part of GCC.
 
Index: config/mips/windiss.h
===================================================================
RCS file: /cvs/gcc/gcc/gcc/config/mips/windiss.h,v
retrieving revision 1.2
diff -u -r1.2 windiss.h
--- config/mips/windiss.h	3 Jan 2004 18:33:14 -0000	1.2
+++ config/mips/windiss.h	31 Jan 2004 02:00:39 -0000
@@ -1,5 +1,5 @@
 /* Support for GCC on MIPS using WindISS simulator.
-   Copyright (C) 2002, 2003 Free Software Foundation, Inc.
+   Copyright (C) 2002, 2003, 2004 Free Software Foundation, Inc.
    Contributed by CodeSourcery, LLC. 
 
 This file is part of GCC.
Index: config/pa/fptr.c
===================================================================
RCS file: /cvs/gcc/gcc/gcc/config/pa/fptr.c,v
retrieving revision 1.5
diff -u -r1.5 fptr.c
--- config/pa/fptr.c	23 Jan 2004 04:31:49 -0000	1.5
+++ config/pa/fptr.c	31 Jan 2004 02:00:39 -0000
@@ -1,5 +1,5 @@
 /* Subroutine for function pointer canonicalization on PA-RISC with ELF32.
-   Copyright 2002, 2003 Free Software Foundation, Inc.
+   Copyright 2002, 2003, 2004 Free Software Foundation, Inc.
    Contributed by John David Anglin (dave.anglin@nrc.ca).
 
 This file is part of GCC.
Index: config/rs6000/aix.h
===================================================================
RCS file: /cvs/gcc/gcc/gcc/config/rs6000/aix.h,v
retrieving revision 1.44
diff -u -r1.44 aix.h
--- config/rs6000/aix.h	17 Jan 2004 19:48:50 -0000	1.44
+++ config/rs6000/aix.h	31 Jan 2004 02:00:39 -0000
@@ -1,6 +1,6 @@
 /* Definitions of target machine for GNU compiler,
    for IBM RS/6000 POWER running AIX.
-   Copyright (C) 2000, 2001, 2002, 2003 Free Software Foundation, Inc.
+   Copyright (C) 2000, 2001, 2002, 2003, 2004 Free Software Foundation, Inc.
 
    This file is part of GCC.
 
Index: config/rs6000/altivec.h
===================================================================
RCS file: /cvs/gcc/gcc/gcc/config/rs6000/altivec.h,v
retrieving revision 1.26
diff -u -r1.26 altivec.h
--- config/rs6000/altivec.h	18 Jan 2004 19:50:18 -0000	1.26
+++ config/rs6000/altivec.h	31 Jan 2004 02:00:41 -0000
@@ -1,5 +1,5 @@
 /* PowerPC AltiVec include file.
-   Copyright (C) 2002, 2003 Free Software Foundation, Inc.
+   Copyright (C) 2002, 2003, 2004 Free Software Foundation, Inc.
    Contributed by Aldy Hernandez (aldyh@redhat.com).
 
    This file is part of GCC.
Index: config/rs6000/darwin.h
===================================================================
RCS file: /cvs/gcc/gcc/gcc/config/rs6000/darwin.h,v
retrieving revision 1.46
diff -u -r1.46 darwin.h
--- config/rs6000/darwin.h	17 Jan 2004 19:48:50 -0000	1.46
+++ config/rs6000/darwin.h	31 Jan 2004 02:00:41 -0000
@@ -1,5 +1,5 @@
 /* Target definitions for PowerPC running Darwin (Mac OS X).
-   Copyright (C) 1997, 2000, 2001, 2003 Free Software Foundation, Inc.
+   Copyright (C) 1997, 2000, 2001, 2003, 2004 Free Software Foundation, Inc.
    Contributed by Apple Computer Inc.
 
    This file is part of GCC.
Index: config/rs6000/xcoff.h
===================================================================
RCS file: /cvs/gcc/gcc/gcc/config/rs6000/xcoff.h,v
retrieving revision 1.51
diff -u -r1.51 xcoff.h
--- config/rs6000/xcoff.h	6 Jan 2004 19:49:26 -0000	1.51
+++ config/rs6000/xcoff.h	31 Jan 2004 02:00:41 -0000
@@ -1,6 +1,6 @@
 /* Definitions of target machine for GNU compiler,
    for some generic XCOFF file format
-   Copyright (C) 2001, 2002, 2003 Free Software Foundation, Inc.
+   Copyright (C) 2001, 2002, 2003, 2004 Free Software Foundation, Inc.
 
    This file is part of GCC.
 
Index: config/s390/s390-protos.h
===================================================================
RCS file: /cvs/gcc/gcc/gcc/config/s390/s390-protos.h,v
retrieving revision 1.42
diff -u -r1.42 s390-protos.h
--- config/s390/s390-protos.h	22 Jan 2004 16:38:14 -0000	1.42
+++ config/s390/s390-protos.h	31 Jan 2004 02:00:41 -0000
@@ -1,5 +1,5 @@
 /* Definitions of target machine for GNU compiler, for IBM S/390.
-   Copyright (C) 2000, 2002, 2003 Free Software Foundation, Inc.
+   Copyright (C) 2000, 2002, 2003, 2004 Free Software Foundation, Inc.
    Contributed by Hartmut Penner (hpenner@de.ibm.com)
 
 This file is part of GCC.
Index: config/s390/s390.c
===================================================================
RCS file: /cvs/gcc/gcc/gcc/config/s390/s390.c,v
retrieving revision 1.128
diff -u -r1.128 s390.c
--- config/s390/s390.c	28 Jan 2004 00:13:58 -0000	1.128
+++ config/s390/s390.c	31 Jan 2004 02:00:44 -0000
@@ -1,5 +1,6 @@
 /* Subroutines used for code generation on IBM S/390 and zSeries
-   Copyright (C) 1999, 2000, 2001, 2002, 2003 Free Software Foundation, Inc.
+   Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004
+   Free Software Foundation, Inc.
    Contributed by Hartmut Penner (hpenner@de.ibm.com) and
                   Ulrich Weigand (uweigand@de.ibm.com).
 
Index: config/s390/s390.h
===================================================================
RCS file: /cvs/gcc/gcc/gcc/config/s390/s390.h,v
retrieving revision 1.94
diff -u -r1.94 s390.h
--- config/s390/s390.h	28 Jan 2004 00:13:58 -0000	1.94
+++ config/s390/s390.h	31 Jan 2004 02:00:44 -0000
@@ -1,5 +1,6 @@
 /* Definitions of target machine for GNU compiler, for IBM S/390
-   Copyright (C) 1999, 2000, 2001, 2002, 2003 Free Software Foundation, Inc.
+   Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004
+   Free Software Foundation, Inc.
    Contributed by Hartmut Penner (hpenner@de.ibm.com) and
                   Ulrich Weigand (uweigand@de.ibm.com).
 
Index: config/s390/s390.md
===================================================================
RCS file: /cvs/gcc/gcc/gcc/config/s390/s390.md,v
retrieving revision 1.91
diff -u -r1.91 s390.md
--- config/s390/s390.md	28 Jan 2004 00:13:58 -0000	1.91
+++ config/s390/s390.md	31 Jan 2004 02:00:46 -0000
@@ -1,5 +1,6 @@
 ;;- Machine description for GNU compiler -- S/390 / zSeries version.
-;;  Copyright (C) 1999, 2000, 2001, 2002, 2003 Free Software Foundation, Inc.
+;;  Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004
+;;  Free Software Foundation, Inc.
 ;;  Contributed by Hartmut Penner (hpenner@de.ibm.com) and
 ;;                 Ulrich Weigand (uweigand@de.ibm.com).
 
Index: config/sh/netbsd-elf.h
===================================================================
RCS file: /cvs/gcc/gcc/gcc/config/sh/netbsd-elf.h,v
retrieving revision 1.8
diff -u -r1.8 netbsd-elf.h
--- config/sh/netbsd-elf.h	6 Jan 2004 04:21:52 -0000	1.8
+++ config/sh/netbsd-elf.h	31 Jan 2004 02:00:46 -0000
@@ -1,5 +1,5 @@
 /* Definitions for SH running NetBSD using ELF
-   Copyright (C) 2002, 2003 Free Software Foundation, Inc.
+   Copyright (C) 2002, 2003, 2004 Free Software Foundation, Inc.
    Contributed by Wasabi Systems, Inc.
 
 This file is part of GCC.
Index: config/sh/sh.h
===================================================================
RCS file: /cvs/gcc/gcc/gcc/config/sh/sh.h,v
retrieving revision 1.232
diff -u -r1.232 sh.h
--- config/sh/sh.h	30 Jan 2004 23:16:19 -0000	1.232
+++ config/sh/sh.h	31 Jan 2004 02:00:48 -0000
@@ -1,6 +1,6 @@
 /* Definitions of target machine for GNU compiler for Renesas / SuperH SH.
    Copyright (C) 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
-   2003 Free Software Foundation, Inc.
+   2003, 2004 Free Software Foundation, Inc.
    Contributed by Steve Chamberlain (sac@cygnus.com).
    Improved by Jim Wilson (wilson@cygnus.com).
 
Index: config/sh/vxworks.h
===================================================================
RCS file: /cvs/gcc/gcc/gcc/config/sh/vxworks.h,v
retrieving revision 1.2
diff -u -r1.2 vxworks.h
--- config/sh/vxworks.h	6 Jan 2004 04:21:52 -0000	1.2
+++ config/sh/vxworks.h	31 Jan 2004 02:00:48 -0000
@@ -1,6 +1,6 @@
 /* Definitions of target machine for GCC,
    for SuperH with targeting the VXWorks run time environment. 
-   Copyright (C) 2003 Free Software Foundation, Inc.
+   Copyright (C) 2003, 2004 Free Software Foundation, Inc.
    Contributed by CodeSourcery, LLC.
    
 This file is part of GCC.
Index: config/sparc/sol2.h
===================================================================
RCS file: /cvs/gcc/gcc/gcc/config/sparc/sol2.h,v
retrieving revision 1.58
diff -u -r1.58 sol2.h
--- config/sparc/sol2.h	19 Jan 2004 16:57:05 -0000	1.58
+++ config/sparc/sol2.h	31 Jan 2004 02:00:49 -0000
@@ -1,5 +1,5 @@
 /* Definitions of target machine for GCC, for SPARC running Solaris 2
-   Copyright 1992, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002
+   Copyright 1992, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2004
    Free Software Foundation, Inc.
    Contributed by Ron Guilmette (rfg@netcom.com).
    Additional changes by David V. Henkel-Wallace (gumby@cygnus.com).


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]