This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
[3.4 patch] gcc: Update copyright.
- From: Kazu Hirata <kazu at cs dot umass dot edu>
- To: gcc-patches at gcc dot gnu dot org
- Date: Sat, 31 Jan 2004 01:19:01 -0500 (EST)
- Subject: [3.4 patch] gcc: Update copyright.
Hi,
Committed as obvious.
Kazu Hirata
2004-01-31 Kazu Hirata <kazu@cs.umass.edu>
alloc-pool.c, alloc-pool.h, c-lex.c, c-pragma.h,
tree-optimize.c, config/alpha/alpha.c, config/alpha/alpha.h,
config/alpha/alpha.md, config/alpha/vms.h, config/arm/arm.h,
config/arm/linux-elf.h, config/avr/avr.c, config/c4x/c4x.c,
config/c4x/c4x.md, config/d30v/d30v.h,
config/frv/frv-protos.h, config/frv/frv.c, config/frv/frv.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/i386.c, config/i386/i386.h, config/i386/openbsd.h,
config/i386/winnt.c, config/i386/xm-mingw32.h,
config/i386/xmmintrin.h, config/ia64/ia64-protos.h,
config/ia64/ia64.c, config/ia64/ia64.md, config/ip2k/ip2k.c,
config/iq2000/iq2000-protos.h, config/iq2000/iq2000.c,
config/iq2000/iq2000.md, config/m32r/m32r-protos.h,
config/m32r/m32r.c, config/m32r/m32r.md, config/m68k/m68k.md,
config/m68k/netbsd-elf.h, config/mcore/mcore-elf.h,
config/mcore/mcore.c, config/mcore/mcore.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/mn10300/mn10300.c, config/mn10300/mn10300.h,
config/pdp11/pdp11.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, config/stormy16/stormy16.h: Update
copyright.
Index: alloc-pool.c
===================================================================
RCS file: /cvs/gcc/gcc/gcc/alloc-pool.c,v
retrieving revision 1.9.4.1
diff -u -r1.9.4.1 alloc-pool.c
--- alloc-pool.c 30 Jan 2004 10:58:31 -0000 1.9.4.1
+++ alloc-pool.c 31 Jan 2004 06:08:54 -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: alloc-pool.h
===================================================================
RCS file: /cvs/gcc/gcc/gcc/alloc-pool.h,v
retrieving revision 1.3.18.1
diff -u -r1.3.18.1 alloc-pool.h
--- alloc-pool.h 30 Jan 2004 10:58:31 -0000 1.3.18.1
+++ alloc-pool.h 31 Jan 2004 06:08:54 -0000
@@ -1,5 +1,5 @@
/* Functions to support a pool of allocatable objects
- Copyright (C) 1997, 1998, 1999, 2000, 2001, 2003
+ Copyright (C) 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.215.10.1
diff -u -r1.215.10.1 c-lex.c
--- c-lex.c 30 Jan 2004 00:40:18 -0000 1.215.10.1
+++ c-lex.c 31 Jan 2004 06:08:54 -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.36.12.1
diff -u -r1.36.12.1 c-pragma.h
--- c-pragma.h 30 Jan 2004 00:40:18 -0000 1.36.12.1
+++ c-pragma.h 31 Jan 2004 06:08:54 -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: tree-optimize.c
===================================================================
RCS file: /cvs/gcc/gcc/gcc/tree-optimize.c,v
retrieving revision 2.8.8.1
diff -u -r2.8.8.1 tree-optimize.c
--- tree-optimize.c 30 Jan 2004 11:46:24 -0000 2.8.8.1
+++ tree-optimize.c 31 Jan 2004 06:08:55 -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: config/alpha/alpha.c
===================================================================
RCS file: /cvs/gcc/gcc/gcc/config/alpha/alpha.c,v
retrieving revision 1.342.4.2
diff -u -r1.342.4.2 alpha.c
--- config/alpha/alpha.c 19 Jan 2004 19:47:38 -0000 1.342.4.2
+++ config/alpha/alpha.c 31 Jan 2004 06:09:01 -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.213.2.1
diff -u -r1.213.2.1 alpha.h
--- config/alpha/alpha.h 19 Jan 2004 09:53:46 -0000 1.213.2.1
+++ config/alpha/alpha.h 31 Jan 2004 06:09:02 -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.215.6.2
diff -u -r1.215.6.2 alpha.md
--- config/alpha/alpha.md 19 Jan 2004 19:47:39 -0000 1.215.6.2
+++ config/alpha/alpha.md 31 Jan 2004 06:09:06 -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/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 06:09:06 -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/arm.h
===================================================================
RCS file: /cvs/gcc/gcc/gcc/config/arm/arm.h,v
retrieving revision 1.214
diff -u -r1.214 arm.h
--- config/arm/arm.h 14 Jan 2004 17:51:30 -0000 1.214
+++ config/arm/arm.h 31 Jan 2004 06:09:09 -0000
@@ -1,6 +1,6 @@
/* Definitions of target machine for GNU compiler, for ARM.
Copyright (C) 1991, 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2000,
- 2001, 2002, 2003 Free Software Foundation, Inc.
+ 2001, 2002, 2003, 2004 Free Software Foundation, Inc.
Contributed by Pieter `Tiggr' Schoenmakers (rcpieter@win.tue.nl)
and Martin Simmons (@harleqn.co.uk).
More major hacks by Richard Earnshaw (rearnsha@arm.com)
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 06:09:09 -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.108
diff -u -r1.108 avr.c
--- config/avr/avr.c 13 Jan 2004 01:58:41 -0000 1.108
+++ config/avr/avr.c 31 Jan 2004 06:09:11 -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.c
===================================================================
RCS file: /cvs/gcc/gcc/gcc/config/c4x/c4x.c,v
retrieving revision 1.136
diff -u -r1.136 c4x.c
--- config/c4x/c4x.c 13 Jan 2004 01:58:42 -0000 1.136
+++ config/c4x/c4x.c 31 Jan 2004 06:09:14 -0000
@@ -1,5 +1,5 @@
/* Subroutines for assembler code output on the TMS320C[34]x
- Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2003
+ Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 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.80.4.1
diff -u -r1.80.4.1 c4x.md
--- config/c4x/c4x.md 31 Jan 2004 03:29:47 -0000 1.80.4.1
+++ config/c4x/c4x.md 31 Jan 2004 06:09:17 -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 06:09:20 -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-protos.h
===================================================================
RCS file: /cvs/gcc/gcc/gcc/config/frv/frv-protos.h,v
retrieving revision 1.10
diff -u -r1.10 frv-protos.h
--- config/frv/frv-protos.h 16 Jan 2004 18:04:21 -0000 1.10
+++ config/frv/frv-protos.h 31 Jan 2004 06:09:20 -0000
@@ -1,5 +1,5 @@
/* Frv prototypes.
- Copyright (C) 1999, 2000, 2001, 2003 Free Software Foundation, Inc.
+ Copyright (C) 1999, 2000, 2001, 2003, 2004 Free Software Foundation, Inc.
Contributed by Red Hat, Inc.
This file is part of GCC.
Index: config/frv/frv.c
===================================================================
RCS file: /cvs/gcc/gcc/gcc/config/frv/frv.c,v
retrieving revision 1.43
diff -u -r1.43 frv.c
--- config/frv/frv.c 16 Jan 2004 18:04:21 -0000 1.43
+++ config/frv/frv.c 31 Jan 2004 06:09:25 -0000
@@ -1,4 +1,5 @@
-/* Copyright (C) 1997, 1998, 1999, 2000, 2001 Free Software Foundation, Inc.
+/* Copyright (C) 1997, 1998, 1999, 2000, 2001, 2004
+ Free Software Foundation, Inc.
Contributed by Red Hat, Inc.
This file is part of GCC.
Index: config/frv/frv.h
===================================================================
RCS file: /cvs/gcc/gcc/gcc/config/frv/frv.h,v
retrieving revision 1.33
diff -u -r1.33 frv.h
--- config/frv/frv.h 16 Jan 2004 18:04:22 -0000 1.33
+++ config/frv/frv.h 31 Jan 2004 06:09:29 -0000
@@ -1,5 +1,6 @@
/* Target macros for the FRV port of GCC.
- 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 Red Hat Inc.
This file is part of GCC.
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 06:09:32 -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 06:09:32 -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 06:09:32 -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 06:09:33 -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 06:09:33 -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 06:09:33 -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 06:09:33 -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 06:09:34 -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.104
diff -u -r1.104 i386-protos.h
--- config/i386/i386-protos.h 1 Jan 2004 14:13:41 -0000 1.104
+++ config/i386/i386-protos.h 31 Jan 2004 06:09:34 -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/i386.c
===================================================================
RCS file: /cvs/gcc/gcc/gcc/config/i386/i386.c,v
retrieving revision 1.635.2.2
diff -u -r1.635.2.2 i386.c
--- config/i386/i386.c 27 Jan 2004 10:30:07 -0000 1.635.2.2
+++ config/i386/i386.c 31 Jan 2004 06:09:43 -0000
@@ -1,6 +1,6 @@
/* Subroutines used for code generation on IA-32.
Copyright (C) 1988, 1992, 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001,
- 2002, 2003 Free Software Foundation, Inc.
+ 2002, 2003, 2004 Free Software Foundation, Inc.
This file is part of GCC.
Index: config/i386/i386.h
===================================================================
RCS file: /cvs/gcc/gcc/gcc/config/i386/i386.h,v
retrieving revision 1.368
diff -u -r1.368 i386.h
--- config/i386/i386.h 14 Jan 2004 23:07:04 -0000 1.368
+++ config/i386/i386.h 31 Jan 2004 06:09:46 -0000
@@ -1,6 +1,6 @@
/* Definitions of target machine for GCC for IA-32.
Copyright (C) 1988, 1992, 1994, 1995, 1996, 1997, 1998, 1999, 2000,
- 2001, 2002, 2003 Free Software Foundation, Inc.
+ 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 06:09:47 -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 06:09:48 -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 06:09:48 -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 06:09:48 -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-protos.h
===================================================================
RCS file: /cvs/gcc/gcc/gcc/config/ia64/ia64-protos.h,v
retrieving revision 1.63
diff -u -r1.63 ia64-protos.h
--- config/ia64/ia64-protos.h 16 Jan 2004 01:27:37 -0000 1.63
+++ config/ia64/ia64-protos.h 31 Jan 2004 06:09:48 -0000
@@ -1,5 +1,5 @@
/* Definitions of target machine for GNU compiler for IA-64.
- Copyright (C) 1999, 2000, 2002, 2003
+ Copyright (C) 1999, 2000, 2002, 2003, 2004
Free Software Foundation, Inc.
This file is part of GCC.
Index: config/ia64/ia64.c
===================================================================
RCS file: /cvs/gcc/gcc/gcc/config/ia64/ia64.c,v
retrieving revision 1.265.2.1
diff -u -r1.265.2.1 ia64.c
--- config/ia64/ia64.c 28 Jan 2004 18:15:12 -0000 1.265.2.1
+++ config/ia64/ia64.c 31 Jan 2004 06:09:54 -0000
@@ -1,5 +1,6 @@
/* Definitions of target machine for 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.
Contributed by James E. Wilson <wilson@cygnus.com> and
David Mosberger <davidm@hpl.hp.com>.
Index: config/ia64/ia64.md
===================================================================
RCS file: /cvs/gcc/gcc/gcc/config/ia64/ia64.md,v
retrieving revision 1.119.2.2
diff -u -r1.119.2.2 ia64.md
--- config/ia64/ia64.md 28 Jan 2004 22:14:19 -0000 1.119.2.2
+++ config/ia64/ia64.md 31 Jan 2004 06:09:56 -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/ip2k/ip2k.c
===================================================================
RCS file: /cvs/gcc/gcc/gcc/config/ip2k/ip2k.c,v
retrieving revision 1.29
diff -u -r1.29 ip2k.c
--- config/ip2k/ip2k.c 13 Jan 2004 01:58:43 -0000 1.29
+++ config/ip2k/ip2k.c 31 Jan 2004 06:09:59 -0000
@@ -1,6 +1,6 @@
/* Subroutines used for code generation on Ubicom IP2022
Communications Controller.
- Copyright (C) 2000, 2001, 2002, 2003 Free Software Foundation, Inc.
+ Copyright (C) 2000, 2001, 2002, 2003, 2004 Free Software Foundation, Inc.
Contributed by Red Hat, Inc and Ubicom, Inc.
This file is part of GCC.
Index: config/iq2000/iq2000-protos.h
===================================================================
RCS file: /cvs/gcc/gcc/gcc/config/iq2000/iq2000-protos.h,v
retrieving revision 1.4
diff -u -r1.4 iq2000-protos.h
--- config/iq2000/iq2000-protos.h 14 Jan 2004 03:10:51 -0000 1.4
+++ config/iq2000/iq2000-protos.h 31 Jan 2004 06:09:59 -0000
@@ -1,5 +1,5 @@
/* Definitions of target machine for GNU compiler for iq2000.
- Copyright (C) 2003 Free Software Foundation, Inc.
+ Copyright (C) 2003, 2004 Free Software Foundation, Inc.
This file is part of GCC.
Index: config/iq2000/iq2000.c
===================================================================
RCS file: /cvs/gcc/gcc/gcc/config/iq2000/iq2000.c,v
retrieving revision 1.6
diff -u -r1.6 iq2000.c
--- config/iq2000/iq2000.c 14 Jan 2004 03:10:51 -0000 1.6
+++ config/iq2000/iq2000.c 31 Jan 2004 06:10:01 -0000
@@ -1,5 +1,5 @@
/* Subroutines used for code generation on 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/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 06:10:02 -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-protos.h
===================================================================
RCS file: /cvs/gcc/gcc/gcc/config/m32r/m32r-protos.h,v
retrieving revision 1.21
diff -u -r1.21 m32r-protos.h
--- config/m32r/m32r-protos.h 9 Jan 2004 15:33:46 -0000 1.21
+++ config/m32r/m32r-protos.h 31 Jan 2004 06:10:02 -0000
@@ -1,5 +1,5 @@
/* Prototypes for m32r.c functions used in the md file & elsewhere.
- 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: config/m32r/m32r.c
===================================================================
RCS file: /cvs/gcc/gcc/gcc/config/m32r/m32r.c,v
retrieving revision 1.80
diff -u -r1.80 m32r.c
--- config/m32r/m32r.c 9 Jan 2004 17:04:47 -0000 1.80
+++ config/m32r/m32r.c 31 Jan 2004 06:10:04 -0000
@@ -1,5 +1,5 @@
/* Subroutines used for code generation on the Renesas M32R cpu.
- Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003
+ Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2002, 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 06:10:05 -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 06:10:08 -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/m68k/netbsd-elf.h
===================================================================
RCS file: /cvs/gcc/gcc/gcc/config/m68k/netbsd-elf.h,v
retrieving revision 1.20
diff -u -r1.20 netbsd-elf.h
--- config/m68k/netbsd-elf.h 13 Jan 2004 21:23:36 -0000 1.20
+++ config/m68k/netbsd-elf.h 31 Jan 2004 06:10:09 -0000
@@ -1,7 +1,7 @@
/* Definitions of target machine for GNU compiler,
for m68k (including m68010) NetBSD platforms using the
ELF object format.
- 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 derived from <m68k/m68kv4.h>, <m68k/m68kelf.h>,
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 06:10:09 -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.c
===================================================================
RCS file: /cvs/gcc/gcc/gcc/config/mcore/mcore.c,v
retrieving revision 1.55
diff -u -r1.55 mcore.c
--- config/mcore/mcore.c 11 Jan 2004 08:15:32 -0000 1.55
+++ config/mcore/mcore.c 31 Jan 2004 06:10:11 -0000
@@ -1,5 +1,6 @@
/* Output routines for Motorola MCore processor
- Copyright (C) 1993, 1999, 2000, 2001, 2002, 2003 Free Software Foundation, Inc.
+ Copyright (C) 1993, 1999, 2000, 2001, 2002, 2003, 2004
+ Free Software Foundation, Inc.
This file is part of GCC.
Index: config/mcore/mcore.h
===================================================================
RCS file: /cvs/gcc/gcc/gcc/config/mcore/mcore.h,v
retrieving revision 1.57
diff -u -r1.57 mcore.h
--- config/mcore/mcore.h 11 Jan 2004 08:15:33 -0000 1.57
+++ config/mcore/mcore.h 31 Jan 2004 06:10:13 -0000
@@ -1,6 +1,6 @@
/* Definitions of target machine for GNU compiler,
for Motorola M*CORE Processor.
- Copyright (C) 1993, 1999, 2000, 2001, 2002, 2003
+ Copyright (C) 1993, 1999, 2000, 2001, 2002, 2003, 2004
Free Software Foundation, Inc.
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 06:10:14 -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 06:10:14 -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 06:10:14 -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 06:10:14 -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 06:10:15 -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 06:10:15 -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 06:10:15 -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 06:10:18 -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 06:10:18 -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 06:10:19 -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 06:10:19 -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/mn10300/mn10300.c
===================================================================
RCS file: /cvs/gcc/gcc/gcc/config/mn10300/mn10300.c,v
retrieving revision 1.61
diff -u -r1.61 mn10300.c
--- config/mn10300/mn10300.c 5 Jan 2004 17:01:42 -0000 1.61
+++ config/mn10300/mn10300.c 31 Jan 2004 06:10:20 -0000
@@ -1,5 +1,5 @@
/* Subroutines for insn-output.c for Matsushita MN10300 series
- Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003
+ Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004
Free Software Foundation, Inc.
Contributed by Jeff Law (law@cygnus.com).
Index: config/mn10300/mn10300.h
===================================================================
RCS file: /cvs/gcc/gcc/gcc/config/mn10300/mn10300.h,v
retrieving revision 1.77
diff -u -r1.77 mn10300.h
--- config/mn10300/mn10300.h 14 Jan 2004 20:34:25 -0000 1.77
+++ config/mn10300/mn10300.h 31 Jan 2004 06:10:21 -0000
@@ -1,6 +1,6 @@
/* Definitions of target machine for GNU compiler.
Matsushita MN10300 series
- Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003
+ Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004
Free Software Foundation, Inc.
Contributed by Jeff Law (law@cygnus.com).
Index: config/pdp11/pdp11.c
===================================================================
RCS file: /cvs/gcc/gcc/gcc/config/pdp11/pdp11.c,v
retrieving revision 1.32
diff -u -r1.32 pdp11.c
--- config/pdp11/pdp11.c 13 Jan 2004 01:58:45 -0000 1.32
+++ config/pdp11/pdp11.c 31 Jan 2004 06:10:23 -0000
@@ -1,5 +1,5 @@
/* Subroutines for gcc2 for pdp11.
- Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2001
+ Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2001, 2004
Free Software Foundation, Inc.
Contributed by Michael K. Gschwind (mike@vlsivie.tuwien.ac.at).
Index: config/rs6000/aix.h
===================================================================
RCS file: /cvs/gcc/gcc/gcc/config/rs6000/aix.h,v
retrieving revision 1.43.4.1
diff -u -r1.43.4.1 aix.h
--- config/rs6000/aix.h 17 Jan 2004 19:52:17 -0000 1.43.4.1
+++ config/rs6000/aix.h 31 Jan 2004 06:10:23 -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.25.4.1
diff -u -r1.25.4.1 altivec.h
--- config/rs6000/altivec.h 18 Jan 2004 19:51:39 -0000 1.25.4.1
+++ config/rs6000/altivec.h 31 Jan 2004 06:10:24 -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.45.4.1
diff -u -r1.45.4.1 darwin.h
--- config/rs6000/darwin.h 17 Jan 2004 19:52:18 -0000 1.45.4.1
+++ config/rs6000/darwin.h 31 Jan 2004 06:10:24 -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 06:10:25 -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.41.4.1
diff -u -r1.41.4.1 s390-protos.h
--- config/s390/s390-protos.h 22 Jan 2004 16:40:26 -0000 1.41.4.1
+++ config/s390/s390-protos.h 31 Jan 2004 06:10:25 -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.125.4.2
diff -u -r1.125.4.2 s390.c
--- config/s390/s390.c 28 Jan 2004 00:15:59 -0000 1.125.4.2
+++ config/s390/s390.c 31 Jan 2004 06:10:29 -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.92.4.1
diff -u -r1.92.4.1 s390.h
--- config/s390/s390.h 28 Jan 2004 00:15:59 -0000 1.92.4.1
+++ config/s390/s390.h 31 Jan 2004 06:10:30 -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.90.4.1
diff -u -r1.90.4.1 s390.md
--- config/s390/s390.md 28 Jan 2004 00:15:59 -0000 1.90.4.1
+++ config/s390/s390.md 31 Jan 2004 06:10:32 -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 06:10:32 -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.230
diff -u -r1.230 sh.h
--- config/sh/sh.h 6 Jan 2004 04:21:52 -0000 1.230
+++ config/sh/sh.h 31 Jan 2004 06:10:36 -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 06:10:36 -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.57.4.1
diff -u -r1.57.4.1 sol2.h
--- config/sparc/sol2.h 19 Jan 2004 17:01:32 -0000 1.57.4.1
+++ config/sparc/sol2.h 31 Jan 2004 06:10:36 -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: config/stormy16/stormy16.h
===================================================================
RCS file: /cvs/gcc/gcc/gcc/config/stormy16/stormy16.h,v
retrieving revision 1.82
diff -u -r1.82 stormy16.h
--- config/stormy16/stormy16.h 15 Jan 2004 07:25:23 -0000 1.82
+++ config/stormy16/stormy16.h 31 Jan 2004 06:10:37 -0000
@@ -1,5 +1,5 @@
/* Xstormy16 cpu description.
- 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 Red Hat, Inc.