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, cp: Update copyright.


Hi,

Committed as obvious.

Kazu Hirata

gcc/
2004-03-15  Kazu Hirata  <kazu@cs.umass.edu>

	* c-incpath.c, c-incpath.h, c-pch.c, c.opt, cppexp.c,
	et-forest.h, genattr.c, ggc-none.c, hosthooks-def.h,
	hosthooks.h, params.h, ra-colorize.c, web.c,
	config/darwin-c.c, config/alpha/freebsd.h, config/arm/pe.c,
	config/avr/avr-protos.h, config/avr/avr.md,
	config/fr30/fr30-protos.h, config/fr30/fr30.md,
	config/h8300/fixunssfsi.c, config/i386/darwin.h,
	config/i386/freebsd.h, config/i386/freebsd64.h,
	config/ia64/hpux.h, config/ia64/unwind-ia64.c,
	config/ip2k/libgcc.S, config/m32r/xm-m32r.h,
	config/mmix/mmix-modes.def, config/ns32k/netbsd.h,
	config/ns32k/ns32k.md, config/pa/pa64-hpux.h,
	config/pa/pa64-regs.h, config/rs6000/aix41.h,
	config/rs6000/aix43.h, config/rs6000/host-darwin.c,
	config/sparc/aout.h, config/sparc/freebsd.h,
	config/sparc/litecoff.h, config/vax/vax-protos.h,
	doc/hostconfig.texi, doc/include/gcc-common.texi: Update
	copyright.

gcc/cp/
2004-03-15  Kazu Hirata  <kazu@cs.umass.edu>

	* cp-lang.c, ptree.c: Update copyright.

Index: c-incpath.c
===================================================================
RCS file: /home/kazu/nobackup/gcc-cvs/gcc/gcc/c-incpath.c,v
retrieving revision 1.11
diff -u -r1.11 c-incpath.c
--- c-incpath.c	4 Mar 2004 00:18:45 -0000	1.11
+++ c-incpath.c	15 Mar 2004 18:08:10 -0000
@@ -1,6 +1,6 @@
 /* Set up combined include path chain for the preprocessor.
    Copyright (C) 1986, 1987, 1989, 1992, 1993, 1994, 1995, 1996, 1997, 1998,
-   1999, 2000, 2001, 2002, 2003 Free Software Foundation, Inc.
+   1999, 2000, 2001, 2002, 2003, 2004 Free Software Foundation, Inc.
 
    Broken out of cppinit.c and cppfiles.c and rewritten Mar 2003.
 
Index: c-incpath.h
===================================================================
RCS file: /home/kazu/nobackup/gcc-cvs/gcc/gcc/c-incpath.h,v
retrieving revision 1.4
diff -u -r1.4 c-incpath.h
--- c-incpath.h	4 Mar 2004 00:18:45 -0000	1.4
+++ c-incpath.h	15 Mar 2004 18:08:10 -0000
@@ -1,5 +1,5 @@
 /* Set up combined include path for the preprocessor.
-   Copyright (C) 2003 Free Software Foundation, Inc.
+   Copyright (C) 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: c-pch.c
===================================================================
RCS file: /home/kazu/nobackup/gcc-cvs/gcc/gcc/c-pch.c,v
retrieving revision 1.20
diff -u -r1.20 c-pch.c
--- c-pch.c	11 Mar 2004 03:19:03 -0000	1.20
+++ c-pch.c	15 Mar 2004 18:08:10 -0000
@@ -1,5 +1,5 @@
 /* Precompiled header implementation for the C languages.
-   Copyright (C) 2000, 2002, 2003 Free Software Foundation, Inc.
+   Copyright (C) 2000, 2002, 2003, 2004 Free Software Foundation, Inc.
 
 This file is part of GCC.
 
Index: c.opt
===================================================================
RCS file: /home/kazu/nobackup/gcc-cvs/gcc/gcc/c.opt,v
retrieving revision 1.21
diff -u -r1.21 c.opt
--- c.opt	4 Mar 2004 00:18:45 -0000	1.21
+++ c.opt	15 Mar 2004 18:08:10 -0000
@@ -1,5 +1,5 @@
 ; Options for the C, ObjC, C++ and ObjC++ front ends.
-; Copyright (C) 2003 Free Software Foundation, Inc.
+; Copyright (C) 2003, 2004 Free Software Foundation, Inc.
 ;
 ; This file is part of GCC.
 ;
Index: cppexp.c
===================================================================
RCS file: /home/kazu/nobackup/gcc-cvs/gcc/gcc/cppexp.c,v
retrieving revision 1.145
diff -u -r1.145 cppexp.c
--- cppexp.c	11 Feb 2004 23:50:40 -0000	1.145
+++ cppexp.c	15 Mar 2004 18:08:10 -0000
@@ -1,6 +1,6 @@
 /* Parse C expressions for cpplib.
    Copyright (C) 1987, 1992, 1994, 1995, 1997, 1998, 1999, 2000, 2001,
-   2002 Free Software Foundation.
+   2002, 2004 Free Software Foundation.
    Contributed by Per Bothner, 1994.
 
 This program is free software; you can redistribute it and/or modify it
Index: et-forest.h
===================================================================
RCS file: /home/kazu/nobackup/gcc-cvs/gcc/gcc/et-forest.h,v
retrieving revision 1.8
diff -u -r1.8 et-forest.h
--- et-forest.h	11 Mar 2004 05:54:24 -0000	1.8
+++ et-forest.h	15 Mar 2004 18:08:10 -0000
@@ -1,5 +1,5 @@
 /* Et-forest data structure implementation.
-   Copyright (C) 2002, 2003 Free Software Foundation, Inc.
+   Copyright (C) 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
Index: genattr.c
===================================================================
RCS file: /home/kazu/nobackup/gcc-cvs/gcc/gcc/genattr.c,v
retrieving revision 1.61
diff -u -r1.61 genattr.c
--- genattr.c	28 Feb 2004 21:44:21 -0000	1.61
+++ genattr.c	15 Mar 2004 18:08:10 -0000
@@ -1,5 +1,5 @@
 /* Generate attribute information (insn-attr.h) from machine description.
-   Copyright (C) 1991, 1994, 1996, 1998, 1999, 2000, 2003
+   Copyright (C) 1991, 1994, 1996, 1998, 1999, 2000, 2003, 2004
    Free Software Foundation, Inc.
    Contributed by Richard Kenner (kenner@vlsi1.ultra.nyu.edu)
 
Index: ggc-none.c
===================================================================
RCS file: /home/kazu/nobackup/gcc-cvs/gcc/gcc/ggc-none.c,v
retrieving revision 1.16
diff -u -r1.16 ggc-none.c
--- ggc-none.c	3 Mar 2004 11:25:47 -0000	1.16
+++ ggc-none.c	15 Mar 2004 18:08:10 -0000
@@ -1,5 +1,5 @@
 /* Null garbage collection for the GNU compiler.
-   Copyright (C) 1998, 1999, 2000, 2003
+   Copyright (C) 1998, 1999, 2000, 2003, 2004
    Free Software Foundation, Inc.
 
    This file is part of GCC.
Index: hosthooks-def.h
===================================================================
RCS file: /home/kazu/nobackup/gcc-cvs/gcc/gcc/hosthooks-def.h,v
retrieving revision 1.4
diff -u -r1.4 hosthooks-def.h
--- hosthooks-def.h	11 Mar 2004 03:19:03 -0000	1.4
+++ hosthooks-def.h	15 Mar 2004 18:08:10 -0000
@@ -1,5 +1,5 @@
 /* Default macros to initialize the lang_hooks data structure.
-   Copyright 2003 Free Software Foundation, Inc.
+   Copyright 2003, 2004 Free Software Foundation, Inc.
 
 This file is part of GCC.
 
Index: hosthooks.h
===================================================================
RCS file: /home/kazu/nobackup/gcc-cvs/gcc/gcc/hosthooks.h,v
retrieving revision 1.5
diff -u -r1.5 hosthooks.h
--- hosthooks.h	11 Mar 2004 03:19:03 -0000	1.5
+++ hosthooks.h	15 Mar 2004 18:08:10 -0000
@@ -1,5 +1,5 @@
 /* The host_hooks data structure.
-   Copyright 2003 Free Software Foundation, Inc.
+   Copyright 2003, 2004 Free Software Foundation, Inc.
 
 This file is part of GCC.
 
Index: params.h
===================================================================
RCS file: /home/kazu/nobackup/gcc-cvs/gcc/gcc/params.h,v
retrieving revision 1.17
diff -u -r1.17 params.h
--- params.h	3 Mar 2004 16:32:38 -0000	1.17
+++ params.h	15 Mar 2004 18:08:10 -0000
@@ -1,5 +1,5 @@
 /* params.h - Run-time parameters.
-   Copyright (C) 2001, 2003 Free Software Foundation, Inc.
+   Copyright (C) 2001, 2003, 2004 Free Software Foundation, Inc.
    Written by Mark Mitchell <mark@codesourcery.com>.
 
 This file is part of GCC.
Index: ra-colorize.c
===================================================================
RCS file: /home/kazu/nobackup/gcc-cvs/gcc/gcc/ra-colorize.c,v
retrieving revision 1.17
diff -u -r1.17 ra-colorize.c
--- ra-colorize.c	24 Feb 2004 23:39:55 -0000	1.17
+++ ra-colorize.c	15 Mar 2004 18:08:10 -0000
@@ -1,5 +1,5 @@
 /* Graph coloring register allocator
-   Copyright (C) 2001, 2002 Free Software Foundation, Inc.
+   Copyright (C) 2001, 2002, 2004 Free Software Foundation, Inc.
    Contributed by Michael Matz <matz@suse.de>
    and Daniel Berlin <dan@cgsoftware.com>.
 
Index: web.c
===================================================================
RCS file: /home/kazu/nobackup/gcc-cvs/gcc/gcc/web.c,v
retrieving revision 2.6
diff -u -r2.6 web.c
--- web.c	24 Feb 2004 23:39:56 -0000	2.6
+++ web.c	15 Mar 2004 18:08:10 -0000
@@ -1,6 +1,6 @@
 /* Web construction code for GNU compiler.
    Contributed by Jan Hubicka.
-   Copyright (C) 2001, 2002 Free Software Foundation, Inc.
+   Copyright (C) 2001, 2002, 2004 Free Software Foundation, Inc.
 
 This file is part of GCC.
 
Index: config/darwin-c.c
===================================================================
RCS file: /home/kazu/nobackup/gcc-cvs/gcc/gcc/config/darwin-c.c,v
retrieving revision 1.8
diff -u -r1.8 darwin-c.c
--- config/darwin-c.c	4 Mar 2004 00:18:53 -0000	1.8
+++ config/darwin-c.c	15 Mar 2004 18:08:11 -0000
@@ -1,5 +1,5 @@
 /* Darwin support needed only by C/C++ frontends.
-   Copyright (C) 2001, 2003  Free Software Foundation, Inc.
+   Copyright (C) 2001, 2003, 2004  Free Software Foundation, Inc.
    Contributed by Apple Computer Inc.
 
 This file is part of GCC.
Index: config/alpha/freebsd.h
===================================================================
RCS file: /home/kazu/nobackup/gcc-cvs/gcc/gcc/config/alpha/freebsd.h,v
retrieving revision 1.17
diff -u -r1.17 freebsd.h
--- config/alpha/freebsd.h	2 Mar 2004 16:50:02 -0000	1.17
+++ config/alpha/freebsd.h	15 Mar 2004 18:08:11 -0000
@@ -1,5 +1,5 @@
 /* Definitions for DEC Alpha/AXP running FreeBSD using the ELF format
-   Copyright (C) 2000, 2002 Free Software Foundation, Inc.
+   Copyright (C) 2000, 2002, 2004 Free Software Foundation, Inc.
    Contributed by David E. O'Brien <obrien@FreeBSD.org> and BSDi.
 
 This file is part of GCC.
Index: config/arm/pe.c
===================================================================
RCS file: /home/kazu/nobackup/gcc-cvs/gcc/gcc/config/arm/pe.c,v
retrieving revision 1.24
diff -u -r1.24 pe.c
--- config/arm/pe.c	23 Feb 2004 21:42:59 -0000	1.24
+++ config/arm/pe.c	15 Mar 2004 18:09:13 -0000
@@ -1,5 +1,6 @@
 /* Routines for GCC for ARM/pe.
-   Copyright (C) 1995, 1996, 2000, 2001, 2002 Free Software Foundation, Inc.
+   Copyright (C) 1995, 1996, 2000, 2001, 2002, 2004
+   Free Software Foundation, Inc.
    Contributed by Doug Evans (dje@cygnus.com).
 
    This file is part of GCC.
Index: config/avr/avr-protos.h
===================================================================
RCS file: /home/kazu/nobackup/gcc-cvs/gcc/gcc/config/avr/avr-protos.h,v
retrieving revision 1.32
diff -u -r1.32 avr-protos.h
--- config/avr/avr-protos.h	13 Mar 2004 06:43:30 -0000	1.32
+++ config/avr/avr-protos.h	15 Mar 2004 18:08:11 -0000
@@ -1,6 +1,6 @@
 /* Prototypes for exported functions defined in avr.c
    
-   Copyright (C) 2000, 2001, 2002, 2003 Free Software Foundation, Inc.
+   Copyright (C) 2000, 2001, 2002, 2003, 2004 Free Software Foundation, Inc.
    Contributed by Denis Chertykov (denisc@overta.ru)
 
    This file is part of GCC.
Index: config/avr/avr.md
===================================================================
RCS file: /home/kazu/nobackup/gcc-cvs/gcc/gcc/config/avr/avr.md,v
retrieving revision 1.43
diff -u -r1.43 avr.md
--- config/avr/avr.md	1 Feb 2004 21:21:34 -0000	1.43
+++ config/avr/avr.md	15 Mar 2004 18:09:03 -0000
@@ -1,7 +1,8 @@
 ;; -*- Mode: Scheme -*-
 ;;   Machine description for GNU compiler,
 ;;   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/fr30/fr30-protos.h
===================================================================
RCS file: /home/kazu/nobackup/gcc-cvs/gcc/gcc/config/fr30/fr30-protos.h,v
retrieving revision 1.8
diff -u -r1.8 fr30-protos.h
--- config/fr30/fr30-protos.h	6 Feb 2004 05:48:34 -0000	1.8
+++ config/fr30/fr30-protos.h	15 Mar 2004 18:08:11 -0000
@@ -1,5 +1,5 @@
 /* Prototypes for fr30.c functions used in the md file & elsewhere.
-   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/fr30/fr30.md
===================================================================
RCS file: /home/kazu/nobackup/gcc-cvs/gcc/gcc/config/fr30/fr30.md,v
retrieving revision 1.23
diff -u -r1.23 fr30.md
--- config/fr30/fr30.md	3 Feb 2004 06:43:44 -0000	1.23
+++ config/fr30/fr30.md	15 Mar 2004 18:08:11 -0000
@@ -1,5 +1,5 @@
 ;; FR30 machine description.
-;; Copyright (C) 1998, 1999, 2000, 2002 Free Software Foundation, Inc.
+;; Copyright (C) 1998, 1999, 2000, 2002, 2004 Free Software Foundation, Inc.
 ;; Contributed by Cygnus Solutions.
 
 ;; This file is part of GCC.
Index: config/h8300/fixunssfsi.c
===================================================================
RCS file: /home/kazu/nobackup/gcc-cvs/gcc/gcc/config/h8300/fixunssfsi.c,v
retrieving revision 1.7
diff -u -r1.7 fixunssfsi.c
--- config/h8300/fixunssfsi.c	3 Mar 2004 04:53:16 -0000	1.7
+++ config/h8300/fixunssfsi.c	15 Mar 2004 18:08:52 -0000
@@ -1,6 +1,7 @@
 /* More subroutines needed by GCC output code on some machines.  */
 /* Compile this one with gcc.  */
-/* Copyright (C) 1989, 1992, 2001, 2002, 2003  Free Software Foundation, Inc.
+/* Copyright (C) 1989, 1992, 2001, 2002, 2003, 2004
+   Free Software Foundation, Inc.
 
 This file is part of GCC.
 
Index: config/i386/darwin.h
===================================================================
RCS file: /home/kazu/nobackup/gcc-cvs/gcc/gcc/config/i386/darwin.h,v
retrieving revision 1.13
diff -u -r1.13 darwin.h
--- config/i386/darwin.h	4 Mar 2004 19:24:21 -0000	1.13
+++ config/i386/darwin.h	15 Mar 2004 18:08:11 -0000
@@ -1,5 +1,5 @@
 /* Target definitions for x86 running Darwin.
-   Copyright (C) 2001, 2002 Free Software Foundation, Inc.
+   Copyright (C) 2001, 2002, 2004 Free Software Foundation, Inc.
    Contributed by Apple Computer Inc.
 
 This file is part of GCC.
Index: config/i386/freebsd.h
===================================================================
RCS file: /home/kazu/nobackup/gcc-cvs/gcc/gcc/config/i386/freebsd.h,v
retrieving revision 1.42
diff -u -r1.42 freebsd.h
--- config/i386/freebsd.h	2 Mar 2004 16:50:02 -0000	1.42
+++ config/i386/freebsd.h	15 Mar 2004 18:08:11 -0000
@@ -1,5 +1,5 @@
 /* Definitions for Intel 386 running FreeBSD with ELF format
-   Copyright (C) 1996, 2000, 2002 Free Software Foundation, Inc.
+   Copyright (C) 1996, 2000, 2002, 2004 Free Software Foundation, Inc.
    Contributed by Eric Youngdale.
    Modified for stabs-in-ELF by H.J. Lu.
    Adapted from GNU/Linux version by John Polstra.
Index: config/i386/freebsd64.h
===================================================================
RCS file: /home/kazu/nobackup/gcc-cvs/gcc/gcc/config/i386/freebsd64.h,v
retrieving revision 1.6
diff -u -r1.6 freebsd64.h
--- config/i386/freebsd64.h	2 Mar 2004 16:50:03 -0000	1.6
+++ config/i386/freebsd64.h	15 Mar 2004 18:08:11 -0000
@@ -1,5 +1,5 @@
 /* Definitions for AMD x86-64 running FreeBSD with ELF format
-   Copyright (C) 2002 Free Software Foundation, Inc.
+   Copyright (C) 2002, 2004 Free Software Foundation, Inc.
    Contributed by David O'Brien <obrien@FreeBSD.org>
 
 This file is part of GCC.
Index: config/ia64/hpux.h
===================================================================
RCS file: /home/kazu/nobackup/gcc-cvs/gcc/gcc/config/ia64/hpux.h,v
retrieving revision 1.40
diff -u -r1.40 hpux.h
--- config/ia64/hpux.h	11 Mar 2004 19:21:19 -0000	1.40
+++ config/ia64/hpux.h	15 Mar 2004 18:08:43 -0000
@@ -1,5 +1,6 @@
 /* Definitions of target machine GNU compiler.  IA-64 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 Steve Ellcey <sje@cup.hp.com> and
                   Reva Cuthbertson <reva@cup.hp.com>
 
Index: config/ia64/unwind-ia64.c
===================================================================
RCS file: /home/kazu/nobackup/gcc-cvs/gcc/gcc/config/ia64/unwind-ia64.c,v
retrieving revision 1.23
diff -u -r1.23 unwind-ia64.c
--- config/ia64/unwind-ia64.c	4 Feb 2004 20:27:07 -0000	1.23
+++ config/ia64/unwind-ia64.c	15 Mar 2004 18:08:11 -0000
@@ -1,6 +1,6 @@
 /* Subroutines needed for unwinding IA-64 standard format stack frame
    info for exception handling.
-   Copyright (C) 1997, 1998, 1999, 2000, 2001, 2002
+   Copyright (C) 1997, 1998, 1999, 2000, 2001, 2002, 2004
    Free Software Foundation, Inc.
    Contributed by Andrew MacLeod  <amacleod@cygnus.com>
 	          Andrew Haley  <aph@cygnus.com>
Index: config/ip2k/libgcc.S
===================================================================
RCS file: /home/kazu/nobackup/gcc-cvs/gcc/gcc/config/ip2k/libgcc.S,v
retrieving revision 1.5
diff -u -r1.5 libgcc.S
--- config/ip2k/libgcc.S	4 Feb 2004 20:00:59 -0000	1.5
+++ config/ip2k/libgcc.S	15 Mar 2004 18:08:11 -0000
@@ -1,5 +1,5 @@
 ;
-; Copyright (C) 2000, 2001, 2002 Free Software Foundation, Inc.
+; Copyright (C) 2000, 2001, 2002, 2004 Free Software Foundation, Inc.
 ; Contributed by Red Hat, Inc and Ubicom, Inc.
 ;
 ; This file is part of GCC.
Index: config/m32r/xm-m32r.h
===================================================================
RCS file: /home/kazu/nobackup/gcc-cvs/gcc/gcc/config/m32r/xm-m32r.h,v
retrieving revision 1.9
diff -u -r1.9 xm-m32r.h
--- config/m32r/xm-m32r.h	11 Mar 2004 05:54:31 -0000	1.9
+++ config/m32r/xm-m32r.h	15 Mar 2004 18:08:11 -0000
@@ -1,5 +1,5 @@
 /* Configuration for GNU C-compiler for the M32R processor.
-   Copyright (C) 2003 Free Software Foundation, Inc.
+   Copyright (C) 2003, 2004 Free Software Foundation, Inc.
 
    This file is part of GCC.
 
Index: config/mmix/mmix-modes.def
===================================================================
RCS file: /home/kazu/nobackup/gcc-cvs/gcc/gcc/config/mmix/mmix-modes.def,v
retrieving revision 1.5
diff -u -r1.5 mmix-modes.def
--- config/mmix/mmix-modes.def	15 Feb 2004 14:53:41 -0000	1.5
+++ config/mmix/mmix-modes.def	15 Mar 2004 18:08:11 -0000
@@ -1,5 +1,5 @@
 /* Definitions of target machine for GNU compiler, for MMIX.
-   Copyright (C) 2002 Free Software Foundation, Inc.
+   Copyright (C) 2002, 2004 Free Software Foundation, Inc.
    Contributed by Hans-Peter Nilsson (hp@bitrange.com)
 
 This file is part of GCC.
Index: config/ns32k/netbsd.h
===================================================================
RCS file: /home/kazu/nobackup/gcc-cvs/gcc/gcc/config/ns32k/netbsd.h,v
retrieving revision 1.21
diff -u -r1.21 netbsd.h
--- config/ns32k/netbsd.h	4 Feb 2004 20:01:02 -0000	1.21
+++ config/ns32k/netbsd.h	15 Mar 2004 18:08:11 -0000
@@ -1,5 +1,5 @@
 /* Configuration for a ns32532 running NetBSD as the target machine.
-   Copyright (C) 1988, 1994, 1995, 1996, 1998, 2002
+   Copyright (C) 1988, 1994, 1995, 1996, 1998, 2002, 2004
    Free Software Foundation, Inc.
 
 This file is part of GCC.
Index: config/ns32k/ns32k.md
===================================================================
RCS file: /home/kazu/nobackup/gcc-cvs/gcc/gcc/config/ns32k/ns32k.md,v
retrieving revision 1.29
diff -u -r1.29 ns32k.md
--- config/ns32k/ns32k.md	3 Feb 2004 05:15:45 -0000	1.29
+++ config/ns32k/ns32k.md	15 Mar 2004 18:08:11 -0000
@@ -1,5 +1,5 @@
 ;;- Machine description for GNU compiler, ns32000 Version
-;;  Copyright (C) 1988, 1994, 1996, 1998, 1999, 2000, 2001, 2002
+;;  Copyright (C) 1988, 1994, 1996, 1998, 1999, 2000, 2001, 2002, 2004
 ;;  Free Software Foundation, Inc.
 ;;  Contributed by Michael Tiemann (tiemann@cygnus.com)
 
Index: config/pa/pa64-hpux.h
===================================================================
RCS file: /home/kazu/nobackup/gcc-cvs/gcc/gcc/config/pa/pa64-hpux.h,v
retrieving revision 1.32
diff -u -r1.32 pa64-hpux.h
--- config/pa/pa64-hpux.h	28 Feb 2004 22:40:38 -0000	1.32
+++ config/pa/pa64-hpux.h	15 Mar 2004 18:08:11 -0000
@@ -1,6 +1,6 @@
 /* Definitions of target machine for GNU compiler, for HPs running
    HPUX using the 64bit runtime model.
-   Copyright (C) 1999, 2000, 2001, 2002 Free Software Foundation, Inc.
+   Copyright (C) 1999, 2000, 2001, 2002, 2004 Free Software Foundation, Inc.
 
 This file is part of GCC.
 
Index: config/pa/pa64-regs.h
===================================================================
RCS file: /home/kazu/nobackup/gcc-cvs/gcc/gcc/config/pa/pa64-regs.h,v
retrieving revision 1.14
diff -u -r1.14 pa64-regs.h
--- config/pa/pa64-regs.h	11 Mar 2004 05:54:33 -0000	1.14
+++ config/pa/pa64-regs.h	15 Mar 2004 18:08:12 -0000
@@ -1,5 +1,5 @@
 /* Configuration for GCC-compiler for PA-RISC.
-   Copyright (C) 1999, 2000, 2003 Free Software Foundation, Inc.
+   Copyright (C) 1999, 2000, 2003, 2004 Free Software Foundation, Inc.
 
 This file is part of GCC.
 
Index: config/rs6000/aix41.h
===================================================================
RCS file: /home/kazu/nobackup/gcc-cvs/gcc/gcc/config/rs6000/aix41.h,v
retrieving revision 1.19
diff -u -r1.19 aix41.h
--- config/rs6000/aix41.h	10 Mar 2004 21:22:40 -0000	1.19
+++ config/rs6000/aix41.h	15 Mar 2004 18:08:12 -0000
@@ -1,6 +1,6 @@
 /* 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
+   Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2003, 2004
    Free Software Foundation, Inc.
    Contributed by David Edelsohn (edelsohn@gnu.org).
 
Index: config/rs6000/aix43.h
===================================================================
RCS file: /home/kazu/nobackup/gcc-cvs/gcc/gcc/config/rs6000/aix43.h,v
retrieving revision 1.31
diff -u -r1.31 aix43.h
--- config/rs6000/aix43.h	10 Mar 2004 21:22:40 -0000	1.31
+++ config/rs6000/aix43.h	15 Mar 2004 18:08:32 -0000
@@ -1,6 +1,7 @@
 /* Definitions of target machine for GNU compiler,
    for IBM RS/6000 POWER running AIX version 4.3.
-   Copyright (C) 1998, 1999, 2000, 2001, 2003 Free Software Foundation, Inc.
+   Copyright (C) 1998, 1999, 2000, 2001, 2003, 2004
+   Free Software Foundation, Inc.
    Contributed by David Edelsohn (edelsohn@gnu.org).
 
    This file is part of GCC.
Index: config/rs6000/host-darwin.c
===================================================================
RCS file: /home/kazu/nobackup/gcc-cvs/gcc/gcc/config/rs6000/host-darwin.c,v
retrieving revision 1.9
diff -u -r1.9 host-darwin.c
--- config/rs6000/host-darwin.c	12 Mar 2004 19:45:49 -0000	1.9
+++ config/rs6000/host-darwin.c	15 Mar 2004 18:08:12 -0000
@@ -1,5 +1,5 @@
 /* Darwin/powerpc host-specific hook definitions.
-   Copyright (C) 2003 Free Software Foundation, Inc.
+   Copyright (C) 2003, 2004 Free Software Foundation, Inc.
 
    This file is part of GCC.
 
Index: config/sparc/aout.h
===================================================================
RCS file: /home/kazu/nobackup/gcc-cvs/gcc/gcc/config/sparc/aout.h,v
retrieving revision 1.13
diff -u -r1.13 aout.h
--- config/sparc/aout.h	10 Mar 2004 00:17:35 -0000	1.13
+++ config/sparc/aout.h	15 Mar 2004 18:08:12 -0000
@@ -1,5 +1,5 @@
 /* Definitions of target machine for GCC, for SPARC using a.out.
-   Copyright (C) 1994, 1996, 2002 Free Software Foundation, Inc.
+   Copyright (C) 1994, 1996, 2002, 2004 Free Software Foundation, Inc.
    Contributed by Michael Tiemann (tiemann@cygnus.com).
 
 This file is part of GCC.
Index: config/sparc/freebsd.h
===================================================================
RCS file: /home/kazu/nobackup/gcc-cvs/gcc/gcc/config/sparc/freebsd.h,v
retrieving revision 1.25
diff -u -r1.25 freebsd.h
--- config/sparc/freebsd.h	2 Mar 2004 16:50:05 -0000	1.25
+++ config/sparc/freebsd.h	15 Mar 2004 18:08:12 -0000
@@ -1,5 +1,5 @@
 /* Definitions for Sun SPARC64 running FreeBSD using the ELF format
-   Copyright (C) 2001, 2002 Free Software Foundation, Inc.
+   Copyright (C) 2001, 2002, 2004 Free Software Foundation, Inc.
    Contributed by David E. O'Brien <obrien@FreeBSD.org> and BSDi.
 
 This file is part of GCC.
Index: config/sparc/litecoff.h
===================================================================
RCS file: /home/kazu/nobackup/gcc-cvs/gcc/gcc/config/sparc/litecoff.h,v
retrieving revision 1.14
diff -u -r1.14 litecoff.h
--- config/sparc/litecoff.h	3 Feb 2004 12:36:22 -0000	1.14
+++ config/sparc/litecoff.h	15 Mar 2004 18:08:12 -0000
@@ -1,5 +1,5 @@
 /* Definitions of target machine for GCC, for SPARClite w/o FPU, COFF.
-   Copyright (C) 1994, 1996, 2000, 2002 Free Software Foundation, Inc.
+   Copyright (C) 1994, 1996, 2000, 2002, 2004 Free Software Foundation, Inc.
    Written by Ken Raeburn (raeburn@cygnus.com).
 
 This file is part of GCC.
Index: config/vax/vax-protos.h
===================================================================
RCS file: /home/kazu/nobackup/gcc-cvs/gcc/gcc/config/vax/vax-protos.h,v
retrieving revision 1.16
diff -u -r1.16 vax-protos.h
--- config/vax/vax-protos.h	6 Mar 2004 21:14:50 -0000	1.16
+++ config/vax/vax-protos.h	15 Mar 2004 18:08:12 -0000
@@ -1,5 +1,5 @@
 /* Definitions of target machine for GNU compiler.  VAX version.
-   Copyright (C) 2000, 2002, 2003 Free Software Foundation, Inc.
+   Copyright (C) 2000, 2002, 2003, 2004 Free Software Foundation, Inc.
 
 This file is part of GCC.
 
Index: cp/cp-lang.c
===================================================================
RCS file: /home/kazu/nobackup/gcc-cvs/gcc/gcc/cp/cp-lang.c,v
retrieving revision 1.73
diff -u -r1.73 cp-lang.c
--- cp/cp-lang.c	13 Feb 2004 07:19:16 -0000	1.73
+++ cp/cp-lang.c	15 Mar 2004 18:08:12 -0000
@@ -1,5 +1,5 @@
 /* Language-dependent hooks for C++.
-   Copyright 2001, 2002 Free Software Foundation, Inc.
+   Copyright 2001, 2002, 2004 Free Software Foundation, Inc.
    Contributed by Alexandre Oliva  <aoliva@redhat.com>
 
 This file is part of GCC.
Index: cp/ptree.c
===================================================================
RCS file: /home/kazu/nobackup/gcc-cvs/gcc/gcc/cp/ptree.c,v
retrieving revision 1.39
diff -u -r1.39 ptree.c
--- cp/ptree.c	9 Mar 2004 08:16:41 -0000	1.39
+++ cp/ptree.c	15 Mar 2004 18:08:12 -0000
@@ -1,6 +1,6 @@
 /* Prints out trees in human readable form.
    Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998,
-   1999, 2000, 2001, 2002, 2003 Free Software Foundation, Inc.
+   1999, 2000, 2001, 2002, 2003, 2004 Free Software Foundation, Inc.
    Hacked by Michael Tiemann (tiemann@cygnus.com)
 
 This file is part of GCC.
Index: doc/hostconfig.texi
===================================================================
RCS file: /home/kazu/nobackup/gcc-cvs/gcc/gcc/doc/hostconfig.texi,v
retrieving revision 1.8
diff -u -r1.8 hostconfig.texi
--- doc/hostconfig.texi	11 Mar 2004 03:19:04 -0000	1.8
+++ doc/hostconfig.texi	15 Mar 2004 18:08:12 -0000
@@ -1,5 +1,5 @@
 @c Copyright (C) 1988, 1989, 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999,
-@c 2000, 2001, 2002, 2003 Free Software Foundation, Inc.
+@c 2000, 2001, 2002, 2003, 2004 Free Software Foundation, Inc.
 @c This is part of the GCC manual.
 @c For copying conditions, see the file gccint.texi.
 
Index: doc/include/gcc-common.texi
===================================================================
RCS file: /home/kazu/nobackup/gcc-cvs/gcc/gcc/doc/include/gcc-common.texi,v
retrieving revision 1.7
diff -u -r1.7 gcc-common.texi
--- doc/include/gcc-common.texi	16 Jan 2004 19:41:35 -0000	1.7
+++ doc/include/gcc-common.texi	15 Mar 2004 18:08:12 -0000
@@ -1,4 +1,4 @@
-@c Copyright (C) 2001, 2002, 2003 Free Software Foundation, Inc.
+@c Copyright (C) 2001, 2002, 2003, 2004 Free Software Foundation, Inc.
 @c This is part of the GCC manual.
 @c For copying conditions, see the file gcc.texi.
 


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