diff options
author | ghazi <ghazi@138bc75d-0d04-0410-961f-82ee72b054a4> | 2000-01-17 17:16:21 +0000 |
---|---|---|
committer | ghazi <ghazi@138bc75d-0d04-0410-961f-82ee72b054a4> | 2000-01-17 17:16:21 +0000 |
commit | 8586815817b1d1dd8a803d7d070c517018549289 (patch) | |
tree | 63110f4c7f0d982521ee6207913bcf23c61540b0 | |
parent | da5633f925261722d527f10e6e1965165f219b30 (diff) | |
download | gcc-8586815817b1d1dd8a803d7d070c517018549289.tar.gz |
Update copyrights
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@31465 138bc75d-0d04-0410-961f-82ee72b054a4
45 files changed, 45 insertions, 45 deletions
diff --git a/gcc/genattr.c b/gcc/genattr.c index c4531899adb..1483cd6f409 100644 --- a/gcc/genattr.c +++ b/gcc/genattr.c @@ -1,5 +1,5 @@ /* Generate attribute information (insn-attr.h) from machine description. - Copyright (C) 1991, 1994, 1996, 1998, 1999 Free Software Foundation, Inc. + Copyright (C) 1991, 94, 96, 98, 99, 2000 Free Software Foundation, Inc. Contributed by Richard Kenner (kenner@vlsi1.ultra.nyu.edu) This file is part of GNU CC. diff --git a/gcc/gencheck.c b/gcc/gencheck.c index d7548a8e3d9..110897ff10c 100644 --- a/gcc/gencheck.c +++ b/gcc/gencheck.c @@ -1,5 +1,5 @@ /* Generate check macros for tree codes. - Copyright (C) 1998 Free Software Foundation, Inc. + Copyright (C) 1998, 1999, 2000 Free Software Foundation, Inc. This file is part of GNU CC. diff --git a/gcc/gencodes.c b/gcc/gencodes.c index 894b50691d5..7213f41e44f 100644 --- a/gcc/gencodes.c +++ b/gcc/gencodes.c @@ -1,7 +1,7 @@ /* Generate from machine description: - some macros CODE_FOR_... giving the insn_code_number value for each of the defined standard insn names. - Copyright (C) 1987, 1991, 1995, 1998, 1999 Free Software Foundation, Inc. + Copyright (C) 1987, 91, 95, 98, 99, 2000 Free Software Foundation, Inc. This file is part of GNU CC. diff --git a/gcc/genconfig.c b/gcc/genconfig.c index fd851a06bd3..8889ceb9a8f 100644 --- a/gcc/genconfig.c +++ b/gcc/genconfig.c @@ -1,6 +1,6 @@ /* Generate from machine description: - some #define configuration flags. - Copyright (C) 1987, 1991, 1997, 1998, 1999 Free Software Foundation, Inc. + Copyright (C) 1987, 91, 97-99, 2000 Free Software Foundation, Inc. This file is part of GNU CC. diff --git a/gcc/genemit.c b/gcc/genemit.c index 6be5e7f2dc4..24b4015c1b2 100644 --- a/gcc/genemit.c +++ b/gcc/genemit.c @@ -1,5 +1,5 @@ /* Generate code from machine description to emit insns as rtl. - Copyright (C) 1987, 88, 91, 94, 95, 97, 98, 1999 Free Software Foundation, Inc. + Copyright (C) 1987, 88, 91, 94, 95, 97-99, 2000 Free Software Foundation, Inc. This file is part of GNU CC. diff --git a/gcc/genextract.c b/gcc/genextract.c index 5bb2df20472..7d1377ffedf 100644 --- a/gcc/genextract.c +++ b/gcc/genextract.c @@ -1,5 +1,5 @@ /* Generate code from machine description to extract operands from insn as rtl. - Copyright (C) 1987, 91-93, 97-98, 1999 Free Software Foundation, Inc. + Copyright (C) 1987, 91-93, 97-99, 2000 Free Software Foundation, Inc. This file is part of GNU CC. diff --git a/gcc/genflags.c b/gcc/genflags.c index f9add41640c..f801b57e142 100644 --- a/gcc/genflags.c +++ b/gcc/genflags.c @@ -1,7 +1,7 @@ /* Generate from machine description: - some flags HAVE_... saying which simple standard instructions are available for this machine. - Copyright (C) 1987, 1991, 1995, 1998, 1999 Free Software Foundation, Inc. + Copyright (C) 1987, 91, 95, 98, 99, 2000 Free Software Foundation, Inc. This file is part of GNU CC. diff --git a/gcc/gengenrtl.c b/gcc/gengenrtl.c index 6653857cff3..757cf4562d7 100644 --- a/gcc/gengenrtl.c +++ b/gcc/gengenrtl.c @@ -1,5 +1,5 @@ /* Generate code to allocate RTL structures. - Copyright (C) 1997, 1998, 1999 Free Software Foundation, Inc. + Copyright (C) 1997, 1998, 1999, 2000 Free Software Foundation, Inc. This file is part of GNU CC. diff --git a/gcc/genoutput.c b/gcc/genoutput.c index c288107e9a4..348e9ae6a48 100644 --- a/gcc/genoutput.c +++ b/gcc/genoutput.c @@ -1,5 +1,5 @@ /* Generate code from to output assembler insns as recognized from rtl. - Copyright (C) 1987, 88, 92, 94-95, 97-98, 1999 + Copyright (C) 1987, 88, 92, 94-95, 97-99, 2000 Free Software Foundation, Inc. This file is part of GNU CC. diff --git a/gcc/genpeep.c b/gcc/genpeep.c index 3c45cee6723..d26d0eabdef 100644 --- a/gcc/genpeep.c +++ b/gcc/genpeep.c @@ -1,5 +1,5 @@ /* Generate code from machine description to perform peephole optimizations. - Copyright (C) 1987, 89, 92, 97, 98, 1999 Free Software Foundation, Inc. + Copyright (C) 1987, 89, 92, 97-99, 2000 Free Software Foundation, Inc. This file is part of GNU CC. diff --git a/gcc/ggc-common.c b/gcc/ggc-common.c index 7691926d43e..55d7db4ab59 100644 --- a/gcc/ggc-common.c +++ b/gcc/ggc-common.c @@ -1,5 +1,5 @@ /* Simple garbage collection for the GNU compiler. - Copyright (C) 1999 Free Software Foundation, Inc. + Copyright (C) 1999, 2000 Free Software Foundation, Inc. This file is part of GNU CC. diff --git a/gcc/ggc-simple.c b/gcc/ggc-simple.c index ea8544e7a13..6608d8c9841 100644 --- a/gcc/ggc-simple.c +++ b/gcc/ggc-simple.c @@ -1,5 +1,5 @@ /* Simple garbage collection for the GNU compiler. - Copyright (C) 1998, 1999 Free Software Foundation, Inc. + Copyright (C) 1998, 1999, 2000 Free Software Foundation, Inc. This file is part of GNU CC. diff --git a/gcc/ggc.h b/gcc/ggc.h index 8ddae2b5667..425243b1af0 100644 --- a/gcc/ggc.h +++ b/gcc/ggc.h @@ -1,5 +1,5 @@ /* Garbage collection for the GNU compiler. - Copyright (C) 1998, 1999 Free Software Foundation, Inc. + Copyright (C) 1998, 1999, 2000 Free Software Foundation, Inc. This file is part of GNU CC. diff --git a/gcc/global.c b/gcc/global.c index 4e0bed35822..949e88d6348 100644 --- a/gcc/global.c +++ b/gcc/global.c @@ -1,5 +1,5 @@ /* Allocate registers for pseudo-registers that span basic blocks. - Copyright (C) 1987, 88, 91, 94, 96-98, 1999 Free Software Foundation, Inc. + Copyright (C) 1987, 88, 91, 94, 96-99, 2000 Free Software Foundation, Inc. This file is part of GNU CC. diff --git a/gcc/graph.c b/gcc/graph.c index f40b0dd91ee..f4dde01eef9 100644 --- a/gcc/graph.c +++ b/gcc/graph.c @@ -1,5 +1,5 @@ /* Output routines for graphical representation. - Copyright (C) 1998, 1999 Free Software Foundation, Inc. + Copyright (C) 1998, 1999, 2000 Free Software Foundation, Inc. Contributed by Ulrich Drepper <drepper@cygnus.com>, 1998. This file is part of GNU CC. diff --git a/gcc/halfpic.h b/gcc/halfpic.h index c29f0d1b8f2..2c32f44dfe2 100644 --- a/gcc/halfpic.h +++ b/gcc/halfpic.h @@ -1,5 +1,5 @@ /* OSF/rose half-pic support definitions. - Copyright (C) 1992, 1996, 1997, 1998 Free Software Foundation, Inc. + Copyright (C) 1992, 96-98, 2000 Free Software Foundation, Inc. This file is part of GNU CC. diff --git a/gcc/integrate.h b/gcc/integrate.h index 53b78663fd7..14fdd37dc7c 100644 --- a/gcc/integrate.h +++ b/gcc/integrate.h @@ -1,5 +1,5 @@ /* Function integration definitions for GNU C-Compiler - Copyright (C) 1990, 1995, 1998 Free Software Foundation, Inc. + Copyright (C) 1990, 1995, 1998, 1999, 2000 Free Software Foundation, Inc. This file is part of GNU CC. diff --git a/gcc/lcm.c b/gcc/lcm.c index f0fa6a9402e..f3e0dc50aab 100644 --- a/gcc/lcm.c +++ b/gcc/lcm.c @@ -1,6 +1,6 @@ /* Generic partial redundancy elimination with lazy code motion support. - Copyright (C) 1998 Free Software Foundation, Inc. + Copyright (C) 1998, 1999, 2000 Free Software Foundation, Inc. This file is part of GNU CC. diff --git a/gcc/loop.h b/gcc/loop.h index b72034d186c..8c46653b6db 100644 --- a/gcc/loop.h +++ b/gcc/loop.h @@ -1,5 +1,5 @@ /* Loop optimization definitions for GNU C-Compiler - Copyright (C) 1991, 1995, 1998, 1999 Free Software Foundation, Inc. + Copyright (C) 1991, 1995, 1998, 1999, 2000 Free Software Foundation, Inc. This file is part of GNU CC. diff --git a/gcc/machmode.h b/gcc/machmode.h index bcb3c065fe7..6521faf26b9 100644 --- a/gcc/machmode.h +++ b/gcc/machmode.h @@ -1,5 +1,5 @@ /* Machine mode definitions for GNU C-Compiler; included by rtl.h and tree.h. - Copyright (C) 1991, 1993, 1994, 1996, 1998 Free Software Foundation, Inc. + Copyright (C) 1991, 93, 94, 96, 98, 99, 2000 Free Software Foundation, Inc. This file is part of GNU CC. diff --git a/gcc/mbchar.h b/gcc/mbchar.h index fe441355f89..29f4794133f 100644 --- a/gcc/mbchar.h +++ b/gcc/mbchar.h @@ -1,5 +1,5 @@ /* Various declarations for functions found in mbchar.c - Copyright (C) 1998 Free Software Foundation, Inc. + Copyright (C) 1998, 1999, 2000 Free Software Foundation, Inc. This file is part of GNU CC. diff --git a/gcc/mips-tdump.c b/gcc/mips-tdump.c index 26643a86962..f771549c206 100644 --- a/gcc/mips-tdump.c +++ b/gcc/mips-tdump.c @@ -1,5 +1,5 @@ /* Read and manage MIPS symbol tables from object modules. - Copyright (C) 1991, 1994, 1995, 1997, 1998, 1999 + Copyright (C) 1991, 1994, 1995, 1997, 1998, 1999, 2000 Free Software Foundation, Inc. Contributed by hartzell@boulder.colorado.edu, Rewritten by meissner@osf.org. diff --git a/gcc/mips-tfile.c b/gcc/mips-tfile.c index 01c933ebe0f..073e7311c52 100644 --- a/gcc/mips-tfile.c +++ b/gcc/mips-tfile.c @@ -2,7 +2,7 @@ contain debugging information specified by the GNU compiler in the form of comments (the mips assembler does not support assembly access to debug information). - Copyright (C) 1991, 93-95, 97, 98, 1999 Free Software Foundation, Inc. + Copyright (C) 1991, 93-95, 97-99, 2000 Free Software Foundation, Inc. Contributed by Michael Meissner (meissner@cygnus.com). This file is part of GNU CC. diff --git a/gcc/prefix.c b/gcc/prefix.c index febec06bfee..88cff94e194 100644 --- a/gcc/prefix.c +++ b/gcc/prefix.c @@ -1,5 +1,5 @@ /* Utility to update paths from internal to external forms. - Copyright (C) 1997, 1998, 1999 Free Software Foundation, Inc. + Copyright (C) 1997, 1998, 1999, 2000 Free Software Foundation, Inc. This file is part of GNU CC. diff --git a/gcc/print-rtl.c b/gcc/print-rtl.c index c498a3d4f91..353022cf0e6 100644 --- a/gcc/print-rtl.c +++ b/gcc/print-rtl.c @@ -1,5 +1,5 @@ /* Print RTL for GNU C Compiler. - Copyright (C) 1987, 1988, 1992, 1997, 1998, 1999 + Copyright (C) 1987, 1988, 1992, 1997, 1998, 1999, 2000 Free Software Foundation, Inc. This file is part of GNU CC. diff --git a/gcc/profile.c b/gcc/profile.c index d19b37b4cf7..27f72fa1788 100644 --- a/gcc/profile.c +++ b/gcc/profile.c @@ -1,5 +1,5 @@ /* Calculate branch probabilities, and basic block execution counts. - Copyright (C) 1990, 91-94, 96-98, 1999 Free Software Foundation, Inc. + Copyright (C) 1990, 91-94, 96-99, 2000 Free Software Foundation, Inc. Contributed by James E. Wilson, UC Berkeley/Cygnus Support; based on some ideas from Dain Samples of UC Berkeley. Further mangling by Bob Manson, Cygnus Support. diff --git a/gcc/protoize.c b/gcc/protoize.c index c63dae5256a..b508a5d1979 100644 --- a/gcc/protoize.c +++ b/gcc/protoize.c @@ -1,5 +1,5 @@ /* Protoize program - Original version by Ron Guilmette (rfg@segfault.us.com). - Copyright (C) 1989, 92-98, 1999 Free Software Foundation, Inc. + Copyright (C) 1989, 92-99, 2000 Free Software Foundation, Inc. This file is part of GNU CC. diff --git a/gcc/real.c b/gcc/real.c index 1fd0e8d6d8c..18078f7fe92 100644 --- a/gcc/real.c +++ b/gcc/real.c @@ -1,6 +1,6 @@ /* real.c - implementation of REAL_ARITHMETIC, REAL_VALUE_ATOF, and support for XFmode IEEE extended real floating point arithmetic. - Copyright (C) 1993, 94-98, 1999 Free Software Foundation, Inc. + Copyright (C) 1993, 94-99, 2000 Free Software Foundation, Inc. Contributed by Stephen L. Moshier (moshier@world.std.com). This file is part of GNU CC. diff --git a/gcc/recog.c b/gcc/recog.c index 007e4fab86c..2c1d61c3571 100644 --- a/gcc/recog.c +++ b/gcc/recog.c @@ -1,5 +1,5 @@ /* Subroutines used by or related to instruction recognition. - Copyright (C) 1987, 1988, 91-98, 1999 Free Software Foundation, Inc. + Copyright (C) 1987, 1988, 91-99, 2000 Free Software Foundation, Inc. This file is part of GNU CC. diff --git a/gcc/recog.h b/gcc/recog.h index eaee0cbaf7f..01c1d0a7e6f 100644 --- a/gcc/recog.h +++ b/gcc/recog.h @@ -1,5 +1,5 @@ /* Declarations for interface to insn recognizer and insn-output.c. - Copyright (C) 1987, 1996, 1997, 1998, 1999 Free Software Foundation, Inc. + Copyright (C) 1987, 96-99, 2000 Free Software Foundation, Inc. This file is part of GNU CC. diff --git a/gcc/regs.h b/gcc/regs.h index 7cd1ab8c46b..29360ca0005 100644 --- a/gcc/regs.h +++ b/gcc/regs.h @@ -1,5 +1,5 @@ /* Define per-register tables for data flow info and register allocation. - Copyright (C) 1987, 93-98, 1999 Free Software Foundation, Inc. + Copyright (C) 1987, 93-99, 2000 Free Software Foundation, Inc. This file is part of GNU CC. diff --git a/gcc/reload.h b/gcc/reload.h index dcf51190abe..3c89edd153d 100644 --- a/gcc/reload.h +++ b/gcc/reload.h @@ -1,5 +1,5 @@ /* Communication between reload.c and reload1.c. - Copyright (C) 1987, 91-95, 97, 1998 Free Software Foundation, Inc. + Copyright (C) 1987, 91-95, 97-99, 2000 Free Software Foundation, Inc. This file is part of GNU CC. diff --git a/gcc/reorg.c b/gcc/reorg.c index 6648455d3f1..f6d5a45df0f 100644 --- a/gcc/reorg.c +++ b/gcc/reorg.c @@ -1,5 +1,5 @@ /* Perform instruction reorganizations for delay slot filling. - Copyright (C) 1992, 93-98, 1999 Free Software Foundation, Inc. + Copyright (C) 1992, 93-99, 2000 Free Software Foundation, Inc. Contributed by Richard Kenner (kenner@vlsi1.ultra.nyu.edu). Hacked by Michael Tiemann (tiemann@cygnus.com). diff --git a/gcc/rtl.c b/gcc/rtl.c index f14d789ab95..f3405ee96ca 100644 --- a/gcc/rtl.c +++ b/gcc/rtl.c @@ -1,5 +1,5 @@ /* Allocate and read RTL for GNU C Compiler. - Copyright (C) 1987, 1988, 1991, 1994, 1997, 1998, 1999 + Copyright (C) 1987, 1988, 1991, 1994, 1997, 1998, 1999, 2000 Free Software Foundation, Inc. This file is part of GNU CC. diff --git a/gcc/rtl.h b/gcc/rtl.h index 1067e202c7f..362d293eefb 100644 --- a/gcc/rtl.h +++ b/gcc/rtl.h @@ -1,5 +1,5 @@ /* Register Transfer Language (RTL) definitions for GNU C-Compiler - Copyright (C) 1987, 91-98, 1999 Free Software Foundation, Inc. + Copyright (C) 1987, 91-99, 2000 Free Software Foundation, Inc. This file is part of GNU CC. diff --git a/gcc/rtlanal.c b/gcc/rtlanal.c index 9485865c510..3739bdee8ac 100644 --- a/gcc/rtlanal.c +++ b/gcc/rtlanal.c @@ -1,5 +1,5 @@ /* Analyze RTL for C-Compiler - Copyright (C) 1987, 88, 92-98, 1999 Free Software Foundation, Inc. + Copyright (C) 1987, 88, 92-99, 2000 Free Software Foundation, Inc. This file is part of GNU CC. diff --git a/gcc/sbitmap.h b/gcc/sbitmap.h index a77759917dd..f459ed0957b 100644 --- a/gcc/sbitmap.h +++ b/gcc/sbitmap.h @@ -1,5 +1,5 @@ /* Simple bitmaps. - Copyright (C) 1999 Free Software Foundation, Inc. + Copyright (C) 1999, 2000 Free Software Foundation, Inc. This file is part of GNU CC. diff --git a/gcc/sdbout.h b/gcc/sdbout.h index 9e42a6bd7d7..49581cd6073 100644 --- a/gcc/sdbout.h +++ b/gcc/sdbout.h @@ -1,5 +1,5 @@ /* sdbout.h - Various declarations for functions found in sdbout.c - Copyright (C) 1998 Free Software Foundation, Inc. + Copyright (C) 1998, 2000 Free Software Foundation, Inc. This file is part of GNU CC. diff --git a/gcc/simplify-rtx.c b/gcc/simplify-rtx.c index c3e2d8c4ef8..12d1d8c91b8 100644 --- a/gcc/simplify-rtx.c +++ b/gcc/simplify-rtx.c @@ -1,5 +1,5 @@ /* Common subexpression elimination for GNU compiler. - Copyright (C) 1987, 88, 89, 92-7, 1998, 1999 Free Software Foundation, Inc. + Copyright (C) 1987, 88, 89, 92-99, 2000 Free Software Foundation, Inc. This file is part of GNU CC. diff --git a/gcc/stack.h b/gcc/stack.h index 0cb215f665e..018030c2557 100644 --- a/gcc/stack.h +++ b/gcc/stack.h @@ -1,5 +1,5 @@ /* stack.h - structed access to object stacks - Copyright (C) 1988 Free Software Foundation, Inc. + Copyright (C) 1988, 2000 Free Software Foundation, Inc. Contributed by Michael Tiemann (tiemann@cygnus.com). This program is free software; you can redistribute it and/or modify it diff --git a/gcc/toplev.h b/gcc/toplev.h index 7145dd2e549..bfca343fc10 100644 --- a/gcc/toplev.h +++ b/gcc/toplev.h @@ -1,5 +1,5 @@ /* toplev.h - Various declarations for functions found in toplev.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. diff --git a/gcc/varray.c b/gcc/varray.c index 9807b882aeb..a89fbf8b2e6 100644 --- a/gcc/varray.c +++ b/gcc/varray.c @@ -1,5 +1,5 @@ /* Virtual array support. - Copyright (C) 1998 Free Software Foundation, Inc. + Copyright (C) 1998, 1999, 2000 Free Software Foundation, Inc. Contributed by Cygnus Solutions. This file is part of GNU CC. diff --git a/gcc/varray.h b/gcc/varray.h index 83634336913..d08bfa94ca2 100644 --- a/gcc/varray.h +++ b/gcc/varray.h @@ -1,5 +1,5 @@ /* Virtual array support. - Copyright (C) 1998, 1999 Free Software Foundation, Inc. + Copyright (C) 1998, 1999, 2000 Free Software Foundation, Inc. Contributed by Cygnus Solutions. This file is part of GNU CC. diff --git a/gcc/xcoffout.c b/gcc/xcoffout.c index dd9cf3b5c89..4e0ab444def 100644 --- a/gcc/xcoffout.c +++ b/gcc/xcoffout.c @@ -1,5 +1,5 @@ /* Output xcoff-format symbol table information from GNU compiler. - Copyright (C) 1992, 1994, 1995, 1997, 1998 Free Software Foundation, Inc. + Copyright (C) 1992, 94, 95, 97-99, 2000 Free Software Foundation, Inc. This file is part of GNU CC. diff --git a/gcc/xcoffout.h b/gcc/xcoffout.h index 7f62821e2f7..91885396bff 100644 --- a/gcc/xcoffout.h +++ b/gcc/xcoffout.h @@ -1,6 +1,6 @@ /* XCOFF definitions. These are needed in dbxout.c, final.c, and xcoffout.h. - Copyright (C) 1998 Free Software Foundation, Inc. + Copyright (C) 1998, 2000 Free Software Foundation, Inc. This file is part of GNU CC. |