This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
2.95: Copyright year updates
- To: <gcc-patches at gcc dot gnu dot org>
- Subject: 2.95: Copyright year updates
- From: Bernd Schmidt <bernds at redhat dot com>
- Date: Thu, 25 Jan 2001 13:58:58 +0000 (GMT)
Not a very exciting patch, but for reference I'm posting it here. This updates
all the files that were changed in 200[01].
Bernd
Index: Makefile.in
===================================================================
RCS file: /cvs/gcc/egcs/gcc/Makefile.in,v
retrieving revision 1.264.4.7
diff -u -p -r1.264.4.7 Makefile.in
--- Makefile.in 2000/12/18 14:18:13 1.264.4.7
+++ Makefile.in 2001/01/25 13:49:32
@@ -1,5 +1,6 @@
# Makefile for GNU C compiler.
-# Copyright (C) 1987, 88, 90-98, 1999 Free Software Foundation, Inc.
+# Copyright (C) 1987, 1988, 1990, 1991, 1992, 1993, 1994, 1995, 1996, 1997,
+# 1998, 1999, 2000 Free Software Foundation, Inc.
#This file is part of GNU CC.
Index: alias.c
===================================================================
RCS file: /cvs/gcc/egcs/gcc/alias.c,v
retrieving revision 1.52.4.2
diff -u -p -r1.52.4.2 alias.c
--- alias.c 2000/12/29 16:14:30 1.52.4.2
+++ alias.c 2001/01/25 13:49:34
@@ -1,5 +1,5 @@
/* Alias analysis for GNU C
- Copyright (C) 1997, 1998, 1999 Free Software Foundation, Inc.
+ Copyright (C) 1997, 1998, 1999, 2000 Free Software Foundation, Inc.
Contributed by John Carr (jfc@mit.edu).
This file is part of GNU CC.
Index: c-decl.c
===================================================================
RCS file: /cvs/gcc/egcs/gcc/c-decl.c,v
retrieving revision 1.61.4.1
diff -u -p -r1.61.4.1 c-decl.c
--- c-decl.c 2000/02/03 18:54:23 1.61.4.1
+++ c-decl.c 2001/01/25 13:49:41
@@ -1,5 +1,6 @@
/* Process declarations and variables for C compiler.
- Copyright (C) 1988, 92-98, 1999 Free Software Foundation, Inc.
+ Copyright (C) 1988, 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2000
+ Free Software Foundation, Inc.
This file is part of GNU CC.
Index: c-typeck.c
===================================================================
RCS file: /cvs/gcc/egcs/gcc/c-typeck.c,v
retrieving revision 1.26.4.2
diff -u -p -r1.26.4.2 c-typeck.c
--- c-typeck.c 2000/04/12 16:04:25 1.26.4.2
+++ c-typeck.c 2001/01/25 13:49:46
@@ -1,5 +1,6 @@
/* Build expressions with type checking for C compiler.
- Copyright (C) 1987, 88, 91-97, 1998 Free Software Foundation, Inc.
+ Copyright (C) 1987, 1988, 1991, 1992, 1993, 1994, 1995, 1996, 1997, 1998,
+ 1999, 2000 Free Software Foundation, Inc.
This file is part of GNU CC.
Index: calls.c
===================================================================
RCS file: /cvs/gcc/egcs/gcc/calls.c,v
retrieving revision 1.57.4.1
diff -u -p -r1.57.4.1 calls.c
--- calls.c 2000/12/22 14:55:10 1.57.4.1
+++ calls.c 2001/01/25 13:49:48
@@ -1,5 +1,6 @@
/* Convert function calls to rtl insns, for GNU C compiler.
- Copyright (C) 1989, 92-97, 1998, 1999 Free Software Foundation, Inc.
+ Copyright (C) 1989, 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2000
+ Free Software Foundation, Inc.
This file is part of GNU CC.
Index: cccp.c
===================================================================
RCS file: /cvs/gcc/egcs/gcc/Attic/cccp.c,v
retrieving revision 1.69.4.3
diff -u -p -r1.69.4.3 cccp.c
--- cccp.c 2000/03/08 06:54:20 1.69.4.3
+++ cccp.c 2001/01/25 13:49:55
@@ -1,5 +1,6 @@
/* C Compatible Compiler Preprocessor (CCCP)
- Copyright (C) 1986, 87, 89, 92-98, 1999 Free Software Foundation, Inc.
+ Copyright (C) 1986, 1987, 1989, 1992, 1993, 1994, 1995, 1996, 1997, 1998,
+ 1999, 2000 Free Software Foundation, Inc.
Written by Paul Rubin, June 1986
Adapted to ANSI C, Richard Stallman, Jan 1987
Index: collect2.c
===================================================================
RCS file: /cvs/gcc/egcs/gcc/collect2.c,v
retrieving revision 1.72.4.3
diff -u -p -r1.72.4.3 collect2.c
--- collect2.c 2000/08/25 17:14:47 1.72.4.3
+++ collect2.c 2001/01/25 13:49:57
@@ -1,6 +1,7 @@
/* Collect static initialization info into data structures that can be
traversed by C++ initialization and finalization routines.
- Copyright (C) 1992, 93-98, 1999 Free Software Foundation, Inc.
+ Copyright (C) 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2000
+ Free Software Foundation, Inc.
Contributed by Chris Smith (csmith@convex.com).
Heavily modified by Michael Meissner (meissner@cygnus.com),
Per Bothner (bothner@cygnus.com), and John Gilmore (gnu@cygnus.com).
Index: combine.c
===================================================================
RCS file: /cvs/gcc/egcs/gcc/combine.c,v
retrieving revision 1.62.4.4
diff -u -p -r1.62.4.4 combine.c
--- combine.c 2000/12/29 15:59:30 1.62.4.4
+++ combine.c 2001/01/25 13:50:03
@@ -1,5 +1,6 @@
/* Optimize by combining instructions for GNU compiler.
- Copyright (C) 1987, 88, 92-98, 1999 Free Software Foundation, Inc.
+ Copyright (C) 1987, 1988, 1992, 1993, 1994, 1995, 1996, 1997, 1998,
+ 1999, 2000 Free Software Foundation, Inc.
This file is part of GNU CC.
Index: configure.in
===================================================================
RCS file: /cvs/gcc/egcs/gcc/configure.in,v
retrieving revision 1.246.4.17
diff -u -p -r1.246.4.17 configure.in
--- configure.in 2001/01/11 18:17:44 1.246.4.17
+++ configure.in 2001/01/25 13:50:05
@@ -1,7 +1,7 @@
# configure.in for GNU CC
# Process this file with autoconf to generate a configuration script.
-# Copyright (C) 1997, 1998, 1999 Free Software Foundation, Inc.
+# Copyright (C) 1997, 1998, 1999, 2000, 2001 Free Software Foundation, Inc.
#This file is part of GNU CC.
Index: cppinit.c
===================================================================
RCS file: /cvs/gcc/egcs/gcc/cppinit.c,v
retrieving revision 1.14.4.2
diff -u -p -r1.14.4.2 cppinit.c
--- cppinit.c 1999/12/30 05:52:51 1.14.4.2
+++ cppinit.c 2001/01/25 13:50:06
@@ -1,5 +1,6 @@
/* CPP Library.
- Copyright (C) 1986, 87, 89, 92-98, 1999 Free Software Foundation, Inc.
+ Copyright (C) 1986, 1987, 1989, 1992, 1993, 1994, 1995, 1996, 1997, 1998,
+ 1999, 2000 Free Software Foundation, Inc.
Contributed by Per Bothner, 1994-95.
Based on CCCP program by Paul Rubin, June 1986
Adapted to ANSI C, Richard Stallman, Jan 1987
Index: cse.c
===================================================================
RCS file: /cvs/gcc/egcs/gcc/cse.c,v
retrieving revision 1.72.4.5
diff -u -p -r1.72.4.5 cse.c
--- cse.c 2000/01/04 09:24:24 1.72.4.5
+++ cse.c 2001/01/25 13:50:11
@@ -1,5 +1,6 @@
/* Common subexpression elimination for GNU compiler.
- Copyright (C) 1987, 88, 89, 92-99, 2000 Free Software Foundation, Inc.
+ Copyright (C) 1987, 1988, 1989, 1992, 1993, 1994, 1995, 1996, 1997, 1998,
+ 1999, 2000 Free Software Foundation, Inc.
This file is part of GNU CC.
Index: dwarf2out.c
===================================================================
RCS file: /cvs/gcc/egcs/gcc/dwarf2out.c,v
retrieving revision 1.91.4.6
diff -u -p -r1.91.4.6 dwarf2out.c
--- dwarf2out.c 2000/12/22 14:24:59 1.91.4.6
+++ dwarf2out.c 2001/01/25 13:50:17
@@ -1,5 +1,6 @@
/* Output Dwarf2 format symbol table information from the GNU C compiler.
- Copyright (C) 1992, 93, 95-98, 1999 Free Software Foundation, Inc.
+ Copyright (C) 1992, 1993, 1995, 1996, 1997, 1998, 1999, 2000 Free Software
+ Foundation, Inc.
Contributed by Gary Funck (gary@intrepid.com).
Derived from DWARF 1 implementation of Ron Guilmette (rfg@monkeys.com).
Extensively modified by Jason Merrill (jason@cygnus.com).
Index: emit-rtl.c
===================================================================
RCS file: /cvs/gcc/egcs/gcc/emit-rtl.c,v
retrieving revision 1.59.4.7
diff -u -p -r1.59.4.7 emit-rtl.c
--- emit-rtl.c 2001/01/25 13:12:19 1.59.4.7
+++ emit-rtl.c 2001/01/25 13:50:20
@@ -1,5 +1,6 @@
/* Emit RTL for the GNU C-Compiler expander.
- Copyright (C) 1987, 88, 92-97, 1998, 1999 Free Software Foundation, Inc.
+ Copyright (C) 1987, 1988, 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999,
+ 2000, 2001 Free Software Foundation, Inc.
This file is part of GNU CC.
Index: expmed.c
===================================================================
RCS file: /cvs/gcc/egcs/gcc/expmed.c,v
retrieving revision 1.31.4.2
diff -u -p -r1.31.4.2 expmed.c
--- expmed.c 2000/11/30 11:49:02 1.31.4.2
+++ expmed.c 2001/01/25 13:50:22
@@ -1,6 +1,7 @@
/* Medium-level subroutines: convert bit-field store and extract
and shifts, multiplies and divides to rtl instructions.
- Copyright (C) 1987, 88, 89, 92-97, 1998 Free Software Foundation, Inc.
+ Copyright (C) 1987, 1988, 1989, 1992, 1993, 1994, 1995, 1996, 1997, 1998,
+ 1999, 2000 Free Software Foundation, Inc.
This file is part of GNU CC.
Index: expr.c
===================================================================
RCS file: /cvs/gcc/egcs/gcc/expr.c,v
retrieving revision 1.144.4.7
diff -u -p -r1.144.4.7 expr.c
--- expr.c 2001/01/12 16:33:07 1.144.4.7
+++ expr.c 2001/01/25 13:50:28
@@ -1,5 +1,6 @@
/* Convert tree expression to rtl instructions, for GNU compiler.
- Copyright (C) 1988, 92-98, 1999 Free Software Foundation, Inc.
+ Copyright (C) 1988, 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999,
+ 2000, 2001 Free Software Foundation, Inc.
This file is part of GNU CC.
Index: flow.c
===================================================================
RCS file: /cvs/gcc/egcs/gcc/flow.c,v
retrieving revision 1.120.4.6
diff -u -p -r1.120.4.6 flow.c
--- flow.c 2000/12/22 14:36:32 1.120.4.6
+++ flow.c 2001/01/25 13:50:31
@@ -1,5 +1,6 @@
/* Data flow analysis for GNU compiler.
- Copyright (C) 1987, 88, 92-98, 1999 Free Software Foundation, Inc.
+ Copyright (C) 1987, 1988, 1992, 1993, 1994, 1995, 1996, 1997, 1998,
+ 1999, 2000 Free Software Foundation, Inc.
This file is part of GNU CC.
Index: fold-const.c
===================================================================
RCS file: /cvs/gcc/egcs/gcc/fold-const.c,v
retrieving revision 1.64.4.8
diff -u -p -r1.64.4.8 fold-const.c
--- fold-const.c 2000/11/30 11:53:40 1.64.4.8
+++ fold-const.c 2001/01/25 13:50:35
@@ -1,5 +1,6 @@
/* Fold a constant sub-tree into a single node for C-compiler
- Copyright (C) 1987, 88, 92-98, 1999 Free Software Foundation, Inc.
+ Copyright (C) 1987, 1988, 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999,
+ 2000 Free Software Foundation, Inc.
This file is part of GNU CC.
Index: frame.c
===================================================================
RCS file: /cvs/gcc/egcs/gcc/frame.c,v
retrieving revision 1.25.8.1
diff -u -p -r1.25.8.1 frame.c
--- frame.c 2000/12/22 14:25:00 1.25.8.1
+++ frame.c 2001/01/25 13:50:35
@@ -1,6 +1,6 @@
/* Subroutines needed for unwinding stack frames for exception handling. */
/* Compile this one with gcc. */
-/* Copyright (C) 1997, 1998 Free Software Foundation, Inc.
+/* Copyright (C) 1997, 1998, 2000 Free Software Foundation, Inc.
Contributed by Jason Merrill <jason@cygnus.com>.
This file is part of GNU CC.
Index: function.c
===================================================================
RCS file: /cvs/gcc/egcs/gcc/function.c,v
retrieving revision 1.90.4.5
diff -u -p -r1.90.4.5 function.c
--- function.c 2001/01/25 13:12:19 1.90.4.5
+++ function.c 2001/01/25 13:50:40
@@ -1,5 +1,6 @@
/* Expands front end tree to back end RTL for GNU C-Compiler
- Copyright (C) 1987, 88, 89, 91-98, 1999 Free Software Foundation, Inc.
+ Copyright (C) 1987, 1988, 1989, 1991, 1992, 1993, 1994, 1995, 1996, 1997,
+ 1998, 1999, 2000, 2001 Free Software Foundation, Inc.
This file is part of GNU CC.
Index: gcc.c
===================================================================
RCS file: /cvs/gcc/egcs/gcc/gcc.c,v
retrieving revision 1.102.4.5
diff -u -p -r1.102.4.5 gcc.c
--- gcc.c 2000/12/18 14:18:15 1.102.4.5
+++ gcc.c 2001/01/25 13:50:45
@@ -1,5 +1,6 @@
/* Compiler driver program that can handle many languages.
- Copyright (C) 1987, 89, 92-98, 1999 Free Software Foundation, Inc.
+ Copyright (C) 1987, 1989, 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999,
+ 2000 Free Software Foundation, Inc.
This file is part of GNU CC.
Index: gcc.texi
===================================================================
RCS file: /cvs/gcc/egcs/gcc/gcc.texi,v
retrieving revision 1.22.4.10
diff -u -p -r1.22.4.10 gcc.texi
--- gcc.texi 2000/02/18 17:19:28 1.22.4.10
+++ gcc.texi 2001/01/25 13:50:49
@@ -100,7 +100,7 @@ Published by the Free Software Foundatio
59 Temple Place - Suite 330
Boston, MA 02111-1307 USA
-Copyright (C) 1988, 1989, 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999 Free Software Foundation, Inc.
+Copyright (C) 1988, 1989, 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2000 Free Software Foundation, Inc.
Permission is granted to make and distribute verbatim copies of
this manual provided the copyright notice and this permission notice
Index: invoke.texi
===================================================================
RCS file: /cvs/gcc/egcs/gcc/invoke.texi,v
retrieving revision 1.111.4.12
diff -u -p -r1.111.4.12 invoke.texi
--- invoke.texi 2001/01/11 18:08:24 1.111.4.12
+++ invoke.texi 2001/01/25 13:50:55
@@ -1,4 +1,5 @@
-@c Copyright (C) 1988, 89, 92-98, 1999 Free Software Foundation, Inc.
+@c Copyright (C) 1988, 1989, 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999,
+@c 2000, 2001 Free Software Foundation, Inc.
@c This is part of the GCC manual.
@c For copying conditions, see the file gcc.texi.
Index: loop.c
===================================================================
RCS file: /cvs/gcc/egcs/gcc/loop.c,v
retrieving revision 1.156.4.19
diff -u -p -r1.156.4.19 loop.c
--- loop.c 2001/01/11 18:05:38 1.156.4.19
+++ loop.c 2001/01/25 13:51:00
@@ -1,5 +1,6 @@
/* Perform various loop optimizations, including strength reduction.
- Copyright (C) 1987, 88, 89, 91-98, 1999 Free Software Foundation, Inc.
+ Copyright (C) 1987, 1988, 1989, 1991, 1992, 1993, 1994, 1995, 1996,
+ 1997, 1998, 1999, 2000, 2001 Free Software Foundation, Inc.
This file is part of GNU CC.
Index: optabs.c
===================================================================
RCS file: /cvs/gcc/egcs/gcc/optabs.c,v
retrieving revision 1.33.4.3
diff -u -p -r1.33.4.3 optabs.c
--- optabs.c 2000/12/18 15:21:15 1.33.4.3
+++ optabs.c 2001/01/25 13:51:01
@@ -1,5 +1,6 @@
/* Expand the basic unary and binary arithmetic operations, for GNU compiler.
- Copyright (C) 1987, 88, 92-98, 1999 Free Software Foundation, Inc.
+ Copyright (C) 1987, 1988, 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999,
+ 2000 Free Software Foundation, Inc.
This file is part of GNU CC.
Index: reload.c
===================================================================
RCS file: /cvs/gcc/egcs/gcc/reload.c,v
retrieving revision 1.71.4.8
diff -u -p -r1.71.4.8 reload.c
--- reload.c 2000/12/20 13:47:24 1.71.4.8
+++ reload.c 2001/01/25 13:51:04
@@ -1,5 +1,6 @@
/* Search an insn for pseudo regs that must be in hard regs and are not.
- Copyright (C) 1987, 88, 89, 92-98, 1999 Free Software Foundation, Inc.
+ Copyright (C) 1987, 1988, 1989, 1992, 1993, 1994, 1995, 1996, 1997,
+ 1998, 1999, 2000 Free Software Foundation, Inc.
This file is part of GNU CC.
Index: reload.h
===================================================================
RCS file: /cvs/gcc/egcs/gcc/reload.h,v
retrieving revision 1.17.8.2
diff -u -p -r1.17.8.2 reload.h
--- reload.h 2000/12/18 14:29:56 1.17.8.2
+++ reload.h 2001/01/25 13:51:04
@@ -1,5 +1,6 @@
/* Communication between reload.c and reload1.c.
- Copyright (C) 1987, 91-95, 97, 1998 Free Software Foundation, Inc.
+ Copyright (C) 1987, 1991, 1992, 1993, 1994, 1995, 1997, 1998, 2000
+ Free Software Foundation, Inc.
This file is part of GNU CC.
Index: reload1.c
===================================================================
RCS file: /cvs/gcc/egcs/gcc/reload1.c,v
retrieving revision 1.145.4.11
diff -u -p -r1.145.4.11 reload1.c
--- reload1.c 2000/12/20 18:23:08 1.145.4.11
+++ reload1.c 2001/01/25 13:51:07
@@ -1,5 +1,6 @@
/* Reload pseudo regs into hard regs for insns that require hard regs.
- Copyright (C) 1987, 88, 89, 92-98, 1999 Free Software Foundation, Inc.
+ Copyright (C) 1987, 1988, 1989, 1992, 1993, 1994, 1995, 1996, 1997,
+ 1998, 1999, 2000 Free Software Foundation, Inc.
This file is part of GNU CC.
Index: rtl.h
===================================================================
RCS file: /cvs/gcc/egcs/gcc/rtl.h,v
retrieving revision 1.105.4.2
diff -u -p -r1.105.4.2 rtl.h
--- rtl.h 2001/01/25 13:12:19 1.105.4.2
+++ rtl.h 2001/01/25 13:51:08
@@ -1,5 +1,6 @@
/* Register Transfer Language (RTL) definitions for GNU C-Compiler
- Copyright (C) 1987, 91-98, 1999 Free Software Foundation, Inc.
+ Copyright (C) 1987, 1991, 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999,
+ 2000, 2001 Free Software Foundation, Inc.
This file is part of GNU CC.
Index: rtlanal.c
===================================================================
RCS file: /cvs/gcc/egcs/gcc/rtlanal.c,v
retrieving revision 1.36.4.1
diff -u -p -r1.36.4.1 rtlanal.c
--- rtlanal.c 2000/12/20 13:53:00 1.36.4.1
+++ rtlanal.c 2001/01/25 13:51:09
@@ -1,5 +1,6 @@
/* Analyze RTL for C-Compiler
- Copyright (C) 1987, 88, 92-98, 1999 Free Software Foundation, Inc.
+ Copyright (C) 1987, 1988, 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999,
+ 2000 Free Software Foundation, Inc.
This file is part of GNU CC.
Index: stmt.c
===================================================================
RCS file: /cvs/gcc/egcs/gcc/stmt.c,v
retrieving revision 1.71.4.5
diff -u -p -r1.71.4.5 stmt.c
--- stmt.c 2000/12/20 14:11:00 1.71.4.5
+++ stmt.c 2001/01/25 13:51:11
@@ -1,5 +1,6 @@
/* Expands front end tree to back end RTL for GNU C-Compiler
- Copyright (C) 1987, 88, 89, 92-98, 1999 Free Software Foundation, Inc.
+ Copyright (C) 1987, 1988, 1989, 1992, 1993, 1994, 1995, 1996, 1997, 1998,
+ 1999, 2000 Free Software Foundation, Inc.
This file is part of GNU CC.
Index: system.h
===================================================================
RCS file: /cvs/gcc/egcs/gcc/system.h,v
retrieving revision 1.40.4.5
diff -u -p -r1.40.4.5 system.h
--- system.h 2000/02/18 17:19:28 1.40.4.5
+++ system.h 2001/01/25 13:51:11
@@ -1,6 +1,6 @@
/* system.h - Get common system includes and various definitions and
declarations based on autoconf macros.
- Copyright (C) 1998, 1999 Free Software Foundation, Inc.
+ Copyright (C) 1998, 1999, 2000 Free Software Foundation, Inc.
This file is part of GNU CC.
Index: toplev.c
===================================================================
RCS file: /cvs/gcc/egcs/gcc/toplev.c,v
retrieving revision 1.185.4.6
diff -u -p -r1.185.4.6 toplev.c
--- toplev.c 2001/01/25 13:12:20 1.185.4.6
+++ toplev.c 2001/01/25 13:51:13
@@ -1,5 +1,6 @@
/* Top level of GNU C compiler
- Copyright (C) 1987, 88, 89, 92-99, 2000 Free Software Foundation, Inc.
+ Copyright (C) 1987, 1988, 1989, 1992, 1993, 1994, 1995, 1996, 1997, 1998,
+ 1999, 2000, 2001 Free Software Foundation, Inc.
This file is part of GNU CC.
Index: tree.c
===================================================================
RCS file: /cvs/gcc/egcs/gcc/tree.c,v
retrieving revision 1.64.4.2
diff -u -p -r1.64.4.2 tree.c
--- tree.c 2001/01/11 17:53:42 1.64.4.2
+++ tree.c 2001/01/25 13:51:16
@@ -1,5 +1,6 @@
/* Language-independent node constructors for parse phase of GNU compiler.
- Copyright (C) 1987, 88, 92-98, 1999 Free Software Foundation, Inc.
+ Copyright (C) 1987, 1988, 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999,
+ 2000, 2001 Free Software Foundation, Inc.
This file is part of GNU CC.
Index: tree.h
===================================================================
RCS file: /cvs/gcc/egcs/gcc/tree.h,v
retrieving revision 1.71.4.1
diff -u -p -r1.71.4.1 tree.h
--- tree.h 2001/01/25 13:12:19 1.71.4.1
+++ tree.h 2001/01/25 13:51:18
@@ -1,5 +1,6 @@
/* Front-end tree definitions for GNU compiler.
- Copyright (C) 1989, 93-98, 1999 Free Software Foundation, Inc.
+ Copyright (C) 1989, 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001
+ Free Software Foundation, Inc.
This file is part of GNU CC.
Index: unroll.c
===================================================================
RCS file: /cvs/gcc/egcs/gcc/unroll.c,v
retrieving revision 1.57.4.3
diff -u -p -r1.57.4.3 unroll.c
--- unroll.c 2000/04/03 08:35:12 1.57.4.3
+++ unroll.c 2001/01/25 13:51:23
@@ -1,5 +1,6 @@
/* Try to unroll loops, and split induction variables.
- Copyright (C) 1992, 93, 94, 95, 97, 98, 1999 Free Software Foundation, Inc.
+ Copyright (C) 1992, 1993, 1994, 1995, 1997, 1998, 1999, 2000 Free Software
+ Foundation, Inc.
Contributed by James E. Wilson, Cygnus Support/UC Berkeley.
This file is part of GNU CC.
Index: varasm.c
===================================================================
RCS file: /cvs/gcc/egcs/gcc/varasm.c,v
retrieving revision 1.59.4.5
diff -u -p -r1.59.4.5 varasm.c
--- varasm.c 2001/01/25 13:06:51 1.59.4.5
+++ varasm.c 2001/01/25 13:51:28
@@ -1,5 +1,6 @@
/* Output variables, constants and external declarations, for GNU compiler.
- Copyright (C) 1987, 88, 89, 92-98, 1999 Free Software Foundation, Inc.
+ Copyright (C) 1987, 1988, 1989, 1992, 1993, 1994, 1995, 1996, 1997, 1998,
+ 1999, 2000, 2001 Free Software Foundation, Inc.
This file is part of GNU CC.
Index: ch/lang-specs.h
===================================================================
RCS file: /cvs/gcc/egcs/gcc/ch/lang-specs.h,v
retrieving revision 1.9.4.1
diff -u -p -r1.9.4.1 lang-specs.h
--- ch/lang-specs.h 2000/12/18 14:18:17 1.9.4.1
+++ ch/lang-specs.h 2001/01/25 13:51:28
@@ -1,5 +1,5 @@
/* Definitions for specs for GNU CHILL.
- Copyright (C) 1995, 1998, 1999 Free Software Foundation, Inc..
+ Copyright (C) 1995, 1998, 1999, 2000 Free Software Foundation, Inc..
This file is part of GNU CC.
Index: config/arm/arm.c
===================================================================
RCS file: /cvs/gcc/egcs/gcc/config/arm/arm.c,v
retrieving revision 1.43.4.7
diff -u -p -r1.43.4.7 arm.c
--- config/arm/arm.c 2000/12/05 19:55:48 1.43.4.7
+++ config/arm/arm.c 2001/01/25 13:51:33
@@ -1,5 +1,6 @@
/* Output routines for GCC for ARM.
- Copyright (C) 1991, 93, 94, 95, 96, 97, 98, 1999 Free Software Foundation, Inc.
+ Copyright (C) 1991, 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2000
+ 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/arm.h
===================================================================
RCS file: /cvs/gcc/egcs/gcc/config/arm/arm.h,v
retrieving revision 1.34.4.4
diff -u -p -r1.34.4.4 arm.h
--- config/arm/arm.h 2000/12/05 19:55:49 1.34.4.4
+++ config/arm/arm.h 2001/01/25 13:51:35
@@ -1,5 +1,6 @@
/* Definitions of target machine for GNU compiler, for ARM.
- Copyright (C) 1991, 93, 94, 95, 96, 97, 98, 1999 Free Software Foundation, Inc.
+ Copyright (C) 1991, 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2000
+ 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 (rwe11@cl.cam.ac.uk)
Index: config/arm/arm.md
===================================================================
RCS file: /cvs/gcc/egcs/gcc/config/arm/arm.md,v
retrieving revision 1.27.4.4
diff -u -p -r1.27.4.4 arm.md
--- config/arm/arm.md 2000/12/05 19:48:09 1.27.4.4
+++ config/arm/arm.md 2001/01/25 13:51:37
@@ -1,5 +1,6 @@
;;- Machine description for ARM for GNU compiler
-;; Copyright (C) 1991, 93-98, 1999 Free Software Foundation, Inc.
+;; Copyright (C) 1991, 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2000
+;; 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/egcs/gcc/config/arm/linux-elf.h,v
retrieving revision 1.7.4.5
diff -u -p -r1.7.4.5 linux-elf.h
--- config/arm/linux-elf.h 2000/12/29 16:08:46 1.7.4.5
+++ config/arm/linux-elf.h 2001/01/25 13:51:37
@@ -1,5 +1,5 @@
/* Definitions for ARM running Linux-based GNU systems using ELF
- Copyright (C) 1993, 1994, 1997, 1998, 1999 Free Software Foundation, Inc.
+ Copyright (C) 1993, 1994, 1997, 1998, 1999, 2000 Free Software Foundation, Inc.
Contributed by Philip Blundell <philb@gnu.org>
This file is part of GNU CC.
Index: config/h8300/h8300.c
===================================================================
RCS file: /cvs/gcc/egcs/gcc/config/h8300/h8300.c,v
retrieving revision 1.16.4.2
diff -u -p -r1.16.4.2 h8300.c
--- config/h8300/h8300.c 2000/12/29 16:04:18 1.16.4.2
+++ config/h8300/h8300.c 2001/01/25 13:51:39
@@ -1,6 +1,6 @@
/* Subroutines for insn-output.c for Hitachi H8/300.
- Copyright (C) 1992, 93, 94, 95, 96, 97, 1998, 1999 Free Software
- Foundation, Inc.
+ Copyright (C) 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2000
+ Free Software Foundation, Inc.
Contributed by Steve Chamberlain (sac@cygnus.com),
Jim Wilson (wilson@cygnus.com), and Doug Evans (dje@cygnus.com).
Index: config/h8300/h8300.md
===================================================================
RCS file: /cvs/gcc/egcs/gcc/config/h8300/h8300.md,v
retrieving revision 1.5.4.2
diff -u -p -r1.5.4.2 h8300.md
--- config/h8300/h8300.md 2000/12/29 16:04:18 1.5.4.2
+++ config/h8300/h8300.md 2001/01/25 13:51:39
@@ -1,5 +1,6 @@
;; GCC machine description for Hitachi H8/300
-;; Copyright (C) 1992, 93, 94, 95, 96, 1997 Free Software Foundation, Inc.
+;; Copyright (C) 1992, 1993, 1994, 1995, 1996, 1997, 2000 Free Software
+;; Foundation, Inc.
;; Contributed by Steve Chamberlain (sac@cygnus.com),
;; Jim Wilson (wilson@cygnus.com), and Doug Evans (dje@cygnus.com).
Index: config/i386/i386.md
===================================================================
RCS file: /cvs/gcc/egcs/gcc/config/i386/i386.md,v
retrieving revision 1.78.4.3
diff -u -p -r1.78.4.3 i386.md
--- config/i386/i386.md 2000/07/07 08:08:07 1.78.4.3
+++ config/i386/i386.md 2001/01/25 13:51:41
@@ -1,5 +1,6 @@
; GCC machine description for Intel X86.
-;; Copyright (C) 1988, 94-99, 2000 Free Software Foundation, Inc.
+;; Copyright (C) 1988, 1994, 1995, 1996, 1997, 1998, 1999, 2000 Free Software
+;; Foundation, Inc.
;; Mostly by William Schelter.
;; This file is part of GNU CC.
Index: config/m68k/m68k.h
===================================================================
RCS file: /cvs/gcc/egcs/gcc/config/m68k/m68k.h,v
retrieving revision 1.32.4.4
diff -u -p -r1.32.4.4 m68k.h
--- config/m68k/m68k.h 2000/01/04 09:24:24 1.32.4.4
+++ config/m68k/m68k.h 2001/01/25 13:51:42
@@ -1,5 +1,6 @@
/* Definitions of target machine for GNU compiler. Sun 68000/68020 version.
- Copyright (C) 1987, 88, 93-98, 1999, 2000 Free Software Foundation, Inc.
+ Copyright (C) 1987, 1988, 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2000
+ Free Software Foundation, Inc.
This file is part of GNU CC.
Index: config/mips/vxworks.h
===================================================================
RCS file: /cvs/gcc/egcs/gcc/config/mips/vxworks.h,v
retrieving revision 1.1.4.1
diff -u -p -r1.1.4.1 vxworks.h
--- config/mips/vxworks.h 2001/01/11 18:11:48 1.1.4.1
+++ config/mips/vxworks.h 2001/01/25 13:51:42
@@ -1,4 +1,4 @@
-/* Copyright (C) 1999 Free Software Foundation, Inc.
+/* Copyright (C) 1999, 2001 Free Software Foundation, Inc.
This file is part of GNU CC.
Index: config/rs6000/rs6000.c
===================================================================
RCS file: /cvs/gcc/egcs/gcc/config/rs6000/rs6000.c,v
retrieving revision 1.70.4.16
diff -u -p -r1.70.4.16 rs6000.c
--- config/rs6000/rs6000.c 2001/01/11 18:02:46 1.70.4.16
+++ config/rs6000/rs6000.c 2001/01/25 13:51:45
@@ -1,5 +1,6 @@
/* Subroutines used for code generation on IBM RS/6000.
- Copyright (C) 1991, 93-8, 1999 Free Software Foundation, Inc.
+ Copyright (C) 1991, 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001
+ Free Software Foundation, Inc.
Contributed by Richard Kenner (kenner@vlsi1.ultra.nyu.edu)
This file is part of GNU CC.
Index: config/rs6000/rs6000.md
===================================================================
RCS file: /cvs/gcc/egcs/gcc/config/rs6000/rs6000.md,v
retrieving revision 1.55.4.16
diff -u -p -r1.55.4.16 rs6000.md
--- config/rs6000/rs6000.md 2001/01/01 17:43:04 1.55.4.16
+++ config/rs6000/rs6000.md 2001/01/25 13:51:47
@@ -1,5 +1,6 @@
;; Machine description for IBM RISC System 6000 (POWER) for GNU C compiler
-;; Copyright (C) 1990, 91-98, 1999 Free Software Foundation, Inc.
+;; Copyright (C) 1990, 1991, 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999,
+;; 2000, 2001 Free Software Foundation, Inc.
;; Contributed by Richard Kenner (kenner@vlsi1.ultra.nyu.edu)
;; This file is part of GNU CC.
Index: config/rs6000/sysv4.h
===================================================================
RCS file: /cvs/gcc/egcs/gcc/config/rs6000/sysv4.h,v
retrieving revision 1.19.4.2
diff -u -p -r1.19.4.2 sysv4.h
--- config/rs6000/sysv4.h 2000/05/16 20:59:13 1.19.4.2
+++ config/rs6000/sysv4.h 2001/01/25 13:51:49
@@ -1,5 +1,5 @@
/* Target definitions for GNU compiler for PowerPC running System V.4
- Copyright (C) 1995, 1996, 1997, 1998, 1999 Free Software Foundation, Inc.
+ Copyright (C) 1995, 1996, 1997, 1998, 1999, 2000 Free Software Foundation, Inc.
Contributed by Cygnus Support.
This file is part of GNU CC.
Index: config/sparc/sparc.c
===================================================================
RCS file: /cvs/gcc/egcs/gcc/config/sparc/sparc.c,v
retrieving revision 1.69.4.4
diff -u -p -r1.69.4.4 sparc.c
--- config/sparc/sparc.c 2000/12/29 16:02:01 1.69.4.4
+++ config/sparc/sparc.c 2001/01/25 13:51:52
@@ -1,5 +1,6 @@
/* Subroutines for insn-output.c for Sun SPARC.
- Copyright (C) 1987, 88, 89, 92-98, 1999 Free Software Foundation, Inc.
+ Copyright (C) 1987, 1988, 1989, 1992, 1993, 1994, 1995, 1996, 1997, 1998,
+ 1999, 2000 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/egcs/gcc/config/sparc/sparc.md,v
retrieving revision 1.71.4.3
diff -u -p -r1.71.4.3 sparc.md
--- config/sparc/sparc.md 1999/12/30 05:49:06 1.71.4.3
+++ config/sparc/sparc.md 2001/01/25 13:51:53
@@ -1,5 +1,6 @@
;;- Machine description for SPARC chip for GNU C compiler
-;; Copyright (C) 1987, 88, 89, 92-98, 1999 Free Software Foundation, Inc.
+;; Copyright (C) 1987, 1988, 1989, 1992, 1993, 1994, 1995, 1996, 1997, 1998,
+;; 1999 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/v850/v850.c
===================================================================
RCS file: /cvs/gcc/egcs/gcc/config/v850/v850.c,v
retrieving revision 1.16.6.1
diff -u -p -r1.16.6.1 v850.c
--- config/v850/v850.c 2000/03/08 04:42:11 1.16.6.1
+++ config/v850/v850.c 2001/01/25 13:51:54
@@ -1,5 +1,5 @@
/* Subroutines for insn-output.c for NEC V850 series
- Copyright (C) 1996, 1997, 1998, 1999 Free Software Foundation, Inc.
+ Copyright (C) 1996, 1997, 1998, 1999, 2000 Free Software Foundation, Inc.
Contributed by Jeff Law (law@cygnus.com).
This file is part of GNU CC.
Index: cp/lang-specs.h
===================================================================
RCS file: /cvs/gcc/egcs/gcc/cp/lang-specs.h,v
retrieving revision 1.17.4.1
diff -u -p -r1.17.4.1 lang-specs.h
--- cp/lang-specs.h 2000/12/18 14:18:18 1.17.4.1
+++ cp/lang-specs.h 2001/01/25 13:51:54
@@ -1,5 +1,5 @@
/* Definitions for specs for C++.
- Copyright (C) 1995, 96-98, 1999 Free Software Foundation, Inc.
+ Copyright (C) 1995, 1996, 1997, 1998, 1999, 2000 Free Software Foundation, Inc.
This file is part of GNU CC.
Index: f/lang-specs.h
===================================================================
RCS file: /cvs/gcc/egcs/gcc/f/lang-specs.h,v
retrieving revision 1.15.4.1
diff -u -p -r1.15.4.1 lang-specs.h
--- f/lang-specs.h 2000/12/18 14:18:19 1.15.4.1
+++ f/lang-specs.h 2001/01/25 13:51:54
@@ -1,5 +1,5 @@
/* lang-specs.h file for Fortran
- Copyright (C) 1995-1997, 1999 Free Software Foundation, Inc.
+ Copyright (C) 1995, 1996, 1997, 1999, 2000 Free Software Foundation, Inc.
Contributed by James Craig Burley.
This file is part of GNU Fortran.
Index: objc/lang-specs.h
===================================================================
RCS file: /cvs/gcc/egcs/gcc/objc/lang-specs.h,v
retrieving revision 1.9.4.1
diff -u -p -r1.9.4.1 lang-specs.h
--- objc/lang-specs.h 2000/12/18 14:18:19 1.9.4.1
+++ objc/lang-specs.h 2001/01/25 13:51:56
@@ -1,5 +1,5 @@
/* Definitions for specs for Objective-C.
- Copyright (C) 1998, 1999 Free Software Foundation, Inc.
+ Copyright (C) 1998, 1999, 2000 Free Software Foundation, Inc.
This file is part of GNU CC.