[patch] gcc/config/*: Update copyright.

Kazu Hirata kazu@cs.umass.edu
Tue Jan 18 12:02:00 GMT 2005


Hi,

Committed as obvious.

Kazu Hirata

2005-01-18  Kazu Hirata  <kazu@cs.umass.edu>

	* config/darwin.c, config/darwin.h, config/freebsd-spec.h,
	config/alpha/alpha.c, config/arm/vfp.md,
	config/i386/emmintrin.h, config/i386/i386-modes.def,
	config/i386/i386-protos.h, config/i386/i386.h,
	config/i386/pmmintrin.h, config/i386/ppro.md,
	config/i386/predicates.md, config/i386/xmmintrin.h,
	config/i860/i860.c, config/ia64/ia64-modes.def,
	config/ia64/ia64-protos.h, config/ia64/ia64.h,
	config/ia64/ia64.md, config/ia64/itanium1.md,
	config/ia64/itanium2.md, config/ia64/predicates.md,
	config/iq2000/iq2000.h, config/mips/linux64.h,
	config/rs6000/aix41.h, config/rs6000/aix43.h,
	config/rs6000/aix52.h, config/rs6000/darwin-fallback.c,
	config/rs6000/rs6000.c, config/rs6000/rs6000.h,
	config/rs6000/spe.md, config/sh/sh.md, config/sparc/linux.h,
	config/sparc/linux64.h, config/sparc/litecoff.h,
	config/sparc/sp64-elf.h, config/sparc/sparc.c,
	config/sparc/sparc.h, config/sparc/sparc.md,
	config/sparc/sysv4-only.h: Update copyright.

Index: config/darwin.c
===================================================================
RCS file: /cvs/gcc/gcc/gcc/config/darwin.c,v
retrieving revision 1.105
diff -u -d -p -r1.105 darwin.c
--- config/darwin.c	13 Jan 2005 00:47:44 -0000	1.105
+++ config/darwin.c	18 Jan 2005 11:57:46 -0000
@@ -1,5 +1,6 @@
 /* Functions for generic Darwin as target machine for GNU C compiler.
-   Copyright (C) 1989, 1990, 1991, 1992, 1993, 2000, 2001, 2002, 2003, 2004
+   Copyright (C) 1989, 1990, 1991, 1992, 1993, 2000, 2001, 2002, 2003, 2004,
+   2005
    Free Software Foundation, Inc.
    Contributed by Apple Computer Inc.
 
Index: config/darwin.h
===================================================================
RCS file: /cvs/gcc/gcc/gcc/config/darwin.h,v
retrieving revision 1.110
diff -u -d -p -r1.110 darwin.h
--- config/darwin.h	5 Jan 2005 18:39:43 -0000	1.110
+++ config/darwin.h	18 Jan 2005 11:57:46 -0000
@@ -1,5 +1,6 @@
 /* Target definitions for Darwin (Mac OS X) systems.
-   Copyright (C) 1989, 1990, 1991, 1992, 1993, 2000, 2001, 2002, 2003, 2004
+   Copyright (C) 1989, 1990, 1991, 1992, 1993, 2000, 2001, 2002, 2003, 2004,
+   2005
    Free Software Foundation, Inc.
    Contributed by Apple Computer Inc.
 
Index: config/freebsd-spec.h
===================================================================
RCS file: /cvs/gcc/gcc/gcc/config/freebsd-spec.h,v
retrieving revision 1.11
diff -u -d -p -r1.11 freebsd-spec.h
--- config/freebsd-spec.h	14 Jan 2005 03:23:17 -0000	1.11
+++ config/freebsd-spec.h	18 Jan 2005 11:57:46 -0000
@@ -1,5 +1,5 @@
 /* Base configuration file for all FreeBSD targets.
-   Copyright (C) 1999, 2000, 2001, 2004 Free Software Foundation, Inc.
+   Copyright (C) 1999, 2000, 2001, 2004, 2005 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.406
diff -u -d -p -r1.406 alpha.c
--- config/alpha/alpha.c	11 Jan 2005 05:29:28 -0000	1.406
+++ config/alpha/alpha.c	18 Jan 2005 11:57:48 -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, 2004 Free Software Foundation, Inc.
+   2000, 2001, 2002, 2003, 2004, 2005 Free Software Foundation, Inc.
    Contributed by Richard Kenner (kenner@vlsi1.ultra.nyu.edu)
 
 This file is part of GCC.
Index: config/arm/vfp.md
===================================================================
RCS file: /cvs/gcc/gcc/gcc/config/arm/vfp.md,v
retrieving revision 1.8
diff -u -d -p -r1.8 vfp.md
--- config/arm/vfp.md	5 Jan 2005 11:24:20 -0000	1.8
+++ config/arm/vfp.md	18 Jan 2005 11:57:48 -0000
@@ -1,5 +1,5 @@
 ;; ARM VFP coprocessor Machine Description
-;; Copyright (C) 2003 Free Software Foundation, Inc.
+;; Copyright (C) 2003, 2005 Free Software Foundation, Inc.
 ;; Written by CodeSourcery, LLC.
 ;;
 ;; 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.11
diff -u -d -p -r1.11 emmintrin.h
--- config/i386/emmintrin.h	13 Jan 2005 17:51:30 -0000	1.11
+++ config/i386/emmintrin.h	18 Jan 2005 11:57:49 -0000
@@ -1,4 +1,4 @@
-/* Copyright (C) 2003, 2004 Free Software Foundation, Inc.
+/* Copyright (C) 2003, 2004, 2005 Free Software Foundation, Inc.
 
    This file is part of GCC.
 
Index: config/i386/i386-modes.def
===================================================================
RCS file: /cvs/gcc/gcc/gcc/config/i386/i386-modes.def,v
retrieving revision 1.11
diff -u -d -p -r1.11 i386-modes.def
--- config/i386/i386-modes.def	9 Jan 2005 00:51:26 -0000	1.11
+++ config/i386/i386-modes.def	18 Jan 2005 11:57:49 -0000
@@ -1,5 +1,5 @@
 /* Definitions of target machine for GCC for IA-32.
-   Copyright (C) 2002, 2004 Free Software Foundation, Inc.
+   Copyright (C) 2002, 2004, 2005 Free Software Foundation, Inc.
 
 This file is part of GCC.
 
Index: config/i386/i386-protos.h
===================================================================
RCS file: /cvs/gcc/gcc/gcc/config/i386/i386-protos.h,v
retrieving revision 1.126
diff -u -d -p -r1.126 i386-protos.h
--- config/i386/i386-protos.h	14 Jan 2005 00:33:48 -0000	1.126
+++ config/i386/i386-protos.h	18 Jan 2005 11:57:49 -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, 2004 Free Software Foundation, Inc.
+   2000, 2001, 2002, 2003, 2004, 2005 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.417
diff -u -d -p -r1.417 i386.h
--- config/i386/i386.h	11 Jan 2005 21:33:13 -0000	1.417
+++ config/i386/i386.h	18 Jan 2005 11:57:49 -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, 2004 Free Software Foundation, Inc.
+   2001, 2002, 2003, 2004, 2005 Free Software Foundation, Inc.
 
 This file is part of GCC.
 
Index: config/i386/pmmintrin.h
===================================================================
RCS file: /cvs/gcc/gcc/gcc/config/i386/pmmintrin.h,v
retrieving revision 1.5
diff -u -d -p -r1.5 pmmintrin.h
--- config/i386/pmmintrin.h	11 Jan 2005 21:33:14 -0000	1.5
+++ config/i386/pmmintrin.h	18 Jan 2005 11:57:49 -0000
@@ -1,4 +1,4 @@
-/* Copyright (C) 2003, 2004 Free Software Foundation, Inc.
+/* Copyright (C) 2003, 2004, 2005 Free Software Foundation, Inc.
 
    This file is part of GCC.
 
Index: config/i386/ppro.md
===================================================================
RCS file: /cvs/gcc/gcc/gcc/config/i386/ppro.md,v
retrieving revision 1.8
diff -u -d -p -r1.8 ppro.md
--- config/i386/ppro.md	9 Jan 2005 00:51:30 -0000	1.8
+++ config/i386/ppro.md	18 Jan 2005 11:57:49 -0000
@@ -1,5 +1,5 @@
 ;; Scheduling for the Intel P6 family of processors
-;; Copyright (C) 2004 Free Software Foundation, Inc.
+;; Copyright (C) 2004, 2005 Free Software Foundation, Inc.
 ;;
 ;; This file is part of GCC.
 ;;
Index: config/i386/predicates.md
===================================================================
RCS file: /cvs/gcc/gcc/gcc/config/i386/predicates.md,v
retrieving revision 1.13
diff -u -d -p -r1.13 predicates.md
--- config/i386/predicates.md	11 Jan 2005 21:33:14 -0000	1.13
+++ config/i386/predicates.md	18 Jan 2005 11:57:50 -0000
@@ -1,5 +1,5 @@
 ;; Predicate definitions for IA-32 and x86-64.
-;; Copyright (C) 2004 Free Software Foundation, Inc.
+;; Copyright (C) 2004, 2005 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.32
diff -u -d -p -r1.32 xmmintrin.h
--- config/i386/xmmintrin.h	11 Jan 2005 21:33:14 -0000	1.32
+++ config/i386/xmmintrin.h	18 Jan 2005 11:57:50 -0000
@@ -1,4 +1,4 @@
-/* Copyright (C) 2002, 2003, 2004 Free Software Foundation, Inc.
+/* Copyright (C) 2002, 2003, 2004, 2005 Free Software Foundation, Inc.
 
    This file is part of GCC.
 
Index: config/i860/i860.c
===================================================================
RCS file: /cvs/gcc/gcc/gcc/config/i860/i860.c,v
retrieving revision 1.49
diff -u -d -p -r1.49 i860.c
--- config/i860/i860.c	5 Jan 2005 23:19:23 -0000	1.49
+++ config/i860/i860.c	18 Jan 2005 11:57:50 -0000
@@ -1,5 +1,6 @@
 /* Subroutines for insn-output.c for Intel i860
-   Copyright (C) 1989, 1991, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004
+   Copyright (C) 1989, 1991, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004,
+   2005
    Free Software Foundation, Inc.
    Derived from sparc.c.
 
Index: config/ia64/ia64-modes.def
===================================================================
RCS file: /cvs/gcc/gcc/gcc/config/ia64/ia64-modes.def,v
retrieving revision 1.7
diff -u -d -p -r1.7 ia64-modes.def
--- config/ia64/ia64-modes.def	3 Jan 2005 19:59:11 -0000	1.7
+++ config/ia64/ia64-modes.def	18 Jan 2005 11:57:51 -0000
@@ -1,5 +1,5 @@
 /* Definitions of target machine GNU compiler.  IA-64 version.
-   Copyright (C) 2002, 2003, 2004 Free Software Foundation, Inc.
+   Copyright (C) 2002, 2003, 2004, 2005 Free Software Foundation, Inc.
    Contributed by James E. Wilson <wilson@cygnus.com> and
    		  David Mosberger <davidm@hpl.hp.com>.
 
Index: config/ia64/ia64-protos.h
===================================================================
RCS file: /cvs/gcc/gcc/gcc/config/ia64/ia64-protos.h,v
retrieving revision 1.69
diff -u -d -p -r1.69 ia64-protos.h
--- config/ia64/ia64-protos.h	3 Jan 2005 19:59:11 -0000	1.69
+++ config/ia64/ia64-protos.h	18 Jan 2005 11:57:51 -0000
@@ -1,5 +1,5 @@
 /* Definitions of target machine for GNU compiler for IA-64.
-   Copyright (C) 1999, 2000, 2002, 2003, 2004
+   Copyright (C) 1999, 2000, 2002, 2003, 2004, 2005
    Free Software Foundation, Inc.
 
 This file is part of GCC.
Index: config/ia64/ia64.h
===================================================================
RCS file: /cvs/gcc/gcc/gcc/config/ia64/ia64.h,v
retrieving revision 1.190
diff -u -d -p -r1.190 ia64.h
--- config/ia64/ia64.h	3 Jan 2005 19:59:11 -0000	1.190
+++ config/ia64/ia64.h	18 Jan 2005 11:57:51 -0000
@@ -1,5 +1,5 @@
 /* Definitions of target machine GNU compiler.  IA-64 version.
-   Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004
+   Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004, 2005
    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.143
diff -u -d -p -r1.143 ia64.md
--- config/ia64/ia64.md	18 Jan 2005 03:50:58 -0000	1.143
+++ config/ia64/ia64.md	18 Jan 2005 11:57:52 -0000
@@ -1,5 +1,5 @@
 ;; IA-64 Machine description template
-;; Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004
+;; Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004, 2005
 ;; Free Software Foundation, Inc.
 ;; Contributed by James E. Wilson <wilson@cygnus.com> and
 ;;		  David Mosberger <davidm@hpl.hp.com>.
Index: config/ia64/itanium1.md
===================================================================
RCS file: /cvs/gcc/gcc/gcc/config/ia64/itanium1.md,v
retrieving revision 1.7
diff -u -d -p -r1.7 itanium1.md
--- config/ia64/itanium1.md	3 Jan 2005 19:59:11 -0000	1.7
+++ config/ia64/itanium1.md	18 Jan 2005 11:57:52 -0000
@@ -1,6 +1,6 @@
 ;; Itanium1 (original Itanium) DFA descriptions for insn scheduling
 ;; and bundling.
-;; Copyright (C) 2002, 2004 Free Software Foundation, Inc.
+;; Copyright (C) 2002, 2004, 2005 Free Software Foundation, Inc.
 ;; Contributed by Vladimir Makarov <vmakarov@redhat.com>.
 ;;
 ;; This file is part of GCC.
Index: config/ia64/itanium2.md
===================================================================
RCS file: /cvs/gcc/gcc/gcc/config/ia64/itanium2.md,v
retrieving revision 1.9
diff -u -d -p -r1.9 itanium2.md
--- config/ia64/itanium2.md	3 Jan 2005 19:59:11 -0000	1.9
+++ config/ia64/itanium2.md	18 Jan 2005 11:57:52 -0000
@@ -1,5 +1,5 @@
 ;; Itanium2 DFA descriptions for insn scheduling and bundling.
-;; Copyright (C) 2002, 2004 Free Software Foundation, Inc.
+;; Copyright (C) 2002, 2004, 2005 Free Software Foundation, Inc.
 ;; Contributed by Vladimir Makarov <vmakarov@redhat.com>.
 ;;
 ;; This file is part of GCC.
Index: config/ia64/predicates.md
===================================================================
RCS file: /cvs/gcc/gcc/gcc/config/ia64/predicates.md,v
retrieving revision 1.4
diff -u -d -p -r1.4 predicates.md
--- config/ia64/predicates.md	11 Jan 2005 08:57:24 -0000	1.4
+++ config/ia64/predicates.md	18 Jan 2005 11:57:52 -0000
@@ -1,5 +1,5 @@
 ;; Predicate definitions for IA-64.
-;; Copyright (C) 2004 Free Software Foundation, Inc.
+;; Copyright (C) 2004, 2005 Free Software Foundation, Inc.
 ;;
 ;; This file is part of GCC.
 ;;
Index: config/iq2000/iq2000.h
===================================================================
RCS file: /cvs/gcc/gcc/gcc/config/iq2000/iq2000.h,v
retrieving revision 1.20
diff -u -d -p -r1.20 iq2000.h
--- config/iq2000/iq2000.h	12 Jan 2005 11:02:33 -0000	1.20
+++ config/iq2000/iq2000.h	18 Jan 2005 11:57:53 -0000
@@ -1,6 +1,6 @@
 /* Definitions of target machine for GNU compiler.  
    Vitesse IQ2000 processors
-   Copyright (C) 2003, 2004 Free Software Foundation, Inc.
+   Copyright (C) 2003, 2004, 2005 Free Software Foundation, Inc.
 
    This file is part of GCC.
 
Index: config/mips/linux64.h
===================================================================
RCS file: /cvs/gcc/gcc/gcc/config/mips/linux64.h,v
retrieving revision 1.10
diff -u -d -p -r1.10 linux64.h
--- config/mips/linux64.h	17 Jan 2005 21:09:14 -0000	1.10
+++ config/mips/linux64.h	18 Jan 2005 11:57:53 -0000
@@ -1,6 +1,6 @@
 /* Definitions for MIPS running Linux-based GNU systems with ELF format
    using n32/64 abi.
-   Copyright 2002, 2003, 2004 Free Software Foundation, Inc.
+   Copyright 2002, 2003, 2004, 2005 Free Software Foundation, Inc.
 
 This file is part of GCC.
 
Index: config/rs6000/aix41.h
===================================================================
RCS file: /cvs/gcc/gcc/gcc/config/rs6000/aix41.h,v
retrieving revision 1.21
diff -u -d -p -r1.21 aix41.h
--- config/rs6000/aix41.h	16 Jan 2005 15:28:17 -0000	1.21
+++ config/rs6000/aix41.h	18 Jan 2005 11:57:53 -0000
@@ -1,6 +1,7 @@
 /* Definitions of target machine for GNU compiler,
    for IBM RS/6000 POWER running AIX version 4.1.
-   Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2003, 2004
+   Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2003, 2004,
+   2005
    Free Software Foundation, Inc.
    Contributed by David Edelsohn (edelsohn@gnu.org).
 
Index: config/rs6000/aix43.h
===================================================================
RCS file: /cvs/gcc/gcc/gcc/config/rs6000/aix43.h,v
retrieving revision 1.33
diff -u -d -p -r1.33 aix43.h
--- config/rs6000/aix43.h	16 Jan 2005 15:28:17 -0000	1.33
+++ config/rs6000/aix43.h	18 Jan 2005 11:57:53 -0000
@@ -1,6 +1,6 @@
 /* Definitions of target machine for GNU compiler,
    for IBM RS/6000 POWER running AIX version 4.3.
-   Copyright (C) 1998, 1999, 2000, 2001, 2003, 2004
+   Copyright (C) 1998, 1999, 2000, 2001, 2003, 2004, 2005
    Free Software Foundation, Inc.
    Contributed by David Edelsohn (edelsohn@gnu.org).
 
Index: config/rs6000/aix52.h
===================================================================
RCS file: /cvs/gcc/gcc/gcc/config/rs6000/aix52.h,v
retrieving revision 1.11
diff -u -d -p -r1.11 aix52.h
--- config/rs6000/aix52.h	15 Jan 2005 17:40:00 -0000	1.11
+++ config/rs6000/aix52.h	18 Jan 2005 11:57:53 -0000
@@ -1,6 +1,6 @@
 /* Definitions of target machine for GNU compiler,
    for IBM RS/6000 POWER running AIX V5.2.
-   Copyright (C) 2002, 2003, 2004 Free Software Foundation, Inc.
+   Copyright (C) 2002, 2003, 2004, 2005 Free Software Foundation, Inc.
    Contributed by David Edelsohn (edelsohn@gnu.org).
 
    This file is part of GCC.
Index: config/rs6000/darwin-fallback.c
===================================================================
RCS file: /cvs/gcc/gcc/gcc/config/rs6000/darwin-fallback.c,v
retrieving revision 1.3
diff -u -d -p -r1.3 darwin-fallback.c
--- config/rs6000/darwin-fallback.c	3 Jan 2005 23:17:55 -0000	1.3
+++ config/rs6000/darwin-fallback.c	18 Jan 2005 11:57:53 -0000
@@ -1,5 +1,5 @@
 /* Fallback frame-state unwinder for Darwin.
-   Copyright (C) 2004 Free Software Foundation, Inc.
+   Copyright (C) 2004, 2005 Free Software Foundation, Inc.
 
    This file is part of GCC.
 
Index: config/rs6000/rs6000.c
===================================================================
RCS file: /cvs/gcc/gcc/gcc/config/rs6000/rs6000.c,v
retrieving revision 1.779
diff -u -d -p -r1.779 rs6000.c
--- config/rs6000/rs6000.c	15 Jan 2005 04:03:05 -0000	1.779
+++ config/rs6000/rs6000.c	18 Jan 2005 11:57:56 -0000
@@ -1,6 +1,6 @@
 /* Subroutines used for code generation on IBM RS/6000.
    Copyright (C) 1991, 1993, 1994, 1995, 1996, 1997, 1998, 1999,
-   2000, 2001, 2002, 2003, 2004 Free Software Foundation, Inc.
+   2000, 2001, 2002, 2003, 2004, 2005 Free Software Foundation, Inc.
    Contributed by Richard Kenner (kenner@vlsi1.ultra.nyu.edu)
 
    This file is part of GCC.
Index: config/rs6000/rs6000.h
===================================================================
RCS file: /cvs/gcc/gcc/gcc/config/rs6000/rs6000.h,v
retrieving revision 1.352
diff -u -d -p -r1.352 rs6000.h
--- config/rs6000/rs6000.h	15 Jan 2005 04:03:09 -0000	1.352
+++ config/rs6000/rs6000.h	18 Jan 2005 11:57:57 -0000
@@ -1,6 +1,6 @@
 /* Definitions of target machine for GNU compiler, for IBM RS/6000.
    Copyright (C) 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999,
-   2000, 2001, 2002, 2003, 2004 Free Software Foundation, Inc.
+   2000, 2001, 2002, 2003, 2004, 2005 Free Software Foundation, Inc.
    Contributed by Richard Kenner (kenner@vlsi1.ultra.nyu.edu)
 
    This file is part of GCC.
Index: config/rs6000/spe.md
===================================================================
RCS file: /cvs/gcc/gcc/gcc/config/rs6000/spe.md,v
retrieving revision 1.31
diff -u -d -p -r1.31 spe.md
--- config/rs6000/spe.md	15 Jan 2005 04:03:10 -0000	1.31
+++ config/rs6000/spe.md	18 Jan 2005 11:57:57 -0000
@@ -1,5 +1,5 @@
 ;; e500 SPE description
-;; Copyright (C) 2002, 2003, 2004 Free Software Foundation, Inc.
+;; Copyright (C) 2002, 2003, 2004, 2005 Free Software Foundation, Inc.
 ;; Contributed by Aldy Hernandez (aldy@quesejoda.com)
 
 ;; This file is part of GCC.
Index: config/sh/sh.md
===================================================================
RCS file: /cvs/gcc/gcc/gcc/config/sh/sh.md,v
retrieving revision 1.189
diff -u -d -p -r1.189 sh.md
--- config/sh/sh.md	12 Jan 2005 14:14:56 -0000	1.189
+++ config/sh/sh.md	18 Jan 2005 11:57:58 -0000
@@ -1,6 +1,6 @@
 ;;- Machine description for Renesas / SuperH SH.
 ;;  Copyright (C) 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
-;;  2003, 2004 Free Software Foundation, Inc.
+;;  2003, 2004, 2005 Free Software Foundation, Inc.
 ;;  Contributed by Steve Chamberlain (sac@cygnus.com).
 ;;  Improved by Jim Wilson (wilson@cygnus.com).
 
Index: config/sparc/linux.h
===================================================================
RCS file: /cvs/gcc/gcc/gcc/config/sparc/linux.h,v
retrieving revision 1.66
diff -u -d -p -r1.66 linux.h
--- config/sparc/linux.h	3 Jan 2005 08:23:58 -0000	1.66
+++ config/sparc/linux.h	18 Jan 2005 11:57:59 -0000
@@ -1,5 +1,5 @@
 /* Definitions for SPARC running Linux-based GNU systems with ELF.
-   Copyright (C) 1996, 1997, 1998, 1999, 2000, 2002, 2003, 2004
+   Copyright (C) 1996, 1997, 1998, 1999, 2000, 2002, 2003, 2004, 2005
    Free Software Foundation, Inc.
    Contributed by Eddie C. Dost (ecd@skynet.be)
 
Index: config/sparc/linux64.h
===================================================================
RCS file: /cvs/gcc/gcc/gcc/config/sparc/linux64.h,v
retrieving revision 1.88
diff -u -d -p -r1.88 linux64.h
--- config/sparc/linux64.h	3 Jan 2005 08:23:57 -0000	1.88
+++ config/sparc/linux64.h	18 Jan 2005 11:57:59 -0000
@@ -1,5 +1,5 @@
 /* Definitions for 64-bit SPARC running Linux-based GNU systems with ELF.
-   Copyright 1996, 1997, 1998, 2000, 2002, 2003, 2004
+   Copyright 1996, 1997, 1998, 2000, 2002, 2003, 2004, 2005
    Free Software Foundation, Inc.
    Contributed by David S. Miller (davem@caip.rutgers.edu)
 
Index: config/sparc/litecoff.h
===================================================================
RCS file: /cvs/gcc/gcc/gcc/config/sparc/litecoff.h,v
retrieving revision 1.16
diff -u -d -p -r1.16 litecoff.h
--- config/sparc/litecoff.h	3 Jan 2005 21:00:24 -0000	1.16
+++ config/sparc/litecoff.h	18 Jan 2005 11:57:59 -0000
@@ -1,5 +1,6 @@
 /* Definitions of target machine for GCC, for SPARClite w/o FPU, COFF.
-   Copyright (C) 1994, 1996, 2000, 2002, 2004 Free Software Foundation, Inc.
+   Copyright (C) 1994, 1996, 2000, 2002, 2004, 2005
+   Free Software Foundation, Inc.
    Written by Ken Raeburn (raeburn@cygnus.com).
 
 This file is part of GCC.
Index: config/sparc/sp64-elf.h
===================================================================
RCS file: /cvs/gcc/gcc/gcc/config/sparc/sp64-elf.h,v
retrieving revision 1.33
diff -u -d -p -r1.33 sp64-elf.h
--- config/sparc/sp64-elf.h	3 Jan 2005 21:00:25 -0000	1.33
+++ config/sparc/sp64-elf.h	18 Jan 2005 11:57:59 -0000
@@ -1,5 +1,5 @@
 /* Definitions of target machine for GCC, for SPARC64, ELF.
-   Copyright (C) 1994, 1995, 1996, 1997, 1998, 2000, 2004
+   Copyright (C) 1994, 1995, 1996, 1997, 1998, 2000, 2004, 2005
    Free Software Foundation, Inc.
    Contributed by Doug Evans, dje@cygnus.com.
 
Index: config/sparc/sparc.c
===================================================================
RCS file: /cvs/gcc/gcc/gcc/config/sparc/sparc.c,v
retrieving revision 1.352
diff -u -d -p -r1.352 sparc.c
--- config/sparc/sparc.c	3 Jan 2005 08:23:58 -0000	1.352
+++ config/sparc/sparc.c	18 Jan 2005 11:58:00 -0000
@@ -1,6 +1,6 @@
 /* Subroutines for insn-output.c for SPARC.
    Copyright (C) 1987, 1988, 1989, 1992, 1993, 1994, 1995, 1996, 1997, 1998,
-   1999, 2000, 2001, 2002, 2003, 2004 Free Software Foundation, Inc.
+   1999, 2000, 2001, 2002, 2003, 2004, 2005 Free Software Foundation, Inc.
    Contributed by Michael Tiemann (tiemann@cygnus.com)
    64-bit SPARC-V9 support by Michael Tiemann, Jim Wilson, and Doug Evans,
    at Cygnus Support.
Index: config/sparc/sparc.h
===================================================================
RCS file: /cvs/gcc/gcc/gcc/config/sparc/sparc.h,v
retrieving revision 1.271
diff -u -d -p -r1.271 sparc.h
--- config/sparc/sparc.h	3 Jan 2005 08:23:55 -0000	1.271
+++ config/sparc/sparc.h	18 Jan 2005 11:58:01 -0000
@@ -1,6 +1,6 @@
 /* Definitions of target machine for GNU compiler, for Sun SPARC.
    Copyright (C) 1987, 1988, 1989, 1992, 1994, 1995, 1996, 1997, 1998, 1999
-   2000, 2001, 2002, 2003, 2004 Free Software Foundation, Inc.
+   2000, 2001, 2002, 2003, 2004, 2005 Free Software Foundation, Inc.
    Contributed by Michael Tiemann (tiemann@cygnus.com).
    64-bit SPARC-V9 support by Michael Tiemann, Jim Wilson, and Doug Evans,
    at Cygnus Support.
Index: config/sparc/sparc.md
===================================================================
RCS file: /cvs/gcc/gcc/gcc/config/sparc/sparc.md,v
retrieving revision 1.224
diff -u -d -p -r1.224 sparc.md
--- config/sparc/sparc.md	4 Jan 2005 19:03:45 -0000	1.224
+++ config/sparc/sparc.md	18 Jan 2005 11:58:02 -0000
@@ -1,6 +1,6 @@
 ;; Machine description for SPARC chip for GCC
 ;;  Copyright (C) 1987, 1988, 1989, 1992, 1993, 1994, 1995, 1996, 1997, 1998,
-;;  1999, 2000, 2001, 2002, 2003, 2004 Free Software Foundation, Inc.
+;;  1999, 2000, 2001, 2002, 2003, 2004, 2005 Free Software Foundation, Inc.
 ;;  Contributed by Michael Tiemann (tiemann@cygnus.com)
 ;;  64-bit SPARC-V9 support by Michael Tiemann, Jim Wilson, and Doug Evans,
 ;;  at Cygnus Support.
Index: config/sparc/sysv4-only.h
===================================================================
RCS file: /cvs/gcc/gcc/gcc/config/sparc/sysv4-only.h,v
retrieving revision 1.3
diff -u -d -p -r1.3 sysv4-only.h
--- config/sparc/sysv4-only.h	3 Jan 2005 21:00:25 -0000	1.3
+++ config/sparc/sysv4-only.h	18 Jan 2005 11:58:02 -0000
@@ -1,5 +1,5 @@
 /* Target macros for GCC for SPARC running System V.4
-   Copyright (C) 2003
+   Copyright (C) 2003, 2005
    Free Software Foundation, Inc.
 
 This file is part of GCC.



More information about the Gcc-patches mailing list