]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
Add 2003 copyright notices for constraints string patch, also 2002 notice
authorJoern Rennecke <amylaar@gcc.gnu.org>
Mon, 13 Jan 2003 21:37:13 +0000 (21:37 +0000)
committerJoern Rennecke <amylaar@gcc.gnu.org>
Mon, 13 Jan 2003 21:37:13 +0000 (21:37 +0000)
for genoutput.c .

From-SVN: r61258

gcc/config/s390/s390.h
gcc/defaults.h
gcc/genoutput.c
gcc/local-alloc.c
gcc/ra-build.c
gcc/recog.c
gcc/regclass.c
gcc/regmove.c
gcc/reload.c
gcc/reload1.c
gcc/stmt.c

index bf54f789f6a034d485fd8c6d92dce1afd155d5f3..e4eceb6ecc816243bef09a28f19518564f2eb24e 100644 (file)
@@ -1,5 +1,5 @@
 /* Definitions of target machine for GNU compiler, for IBM S/390
-   Copyright (C) 1999, 2000, 2001, 2002 Free Software Foundation, Inc.
+   Copyright (C) 1999, 2000, 2001, 2002, 2003 Free Software Foundation, Inc.
    Contributed by Hartmut Penner (hpenner@de.ibm.com) and
                   Ulrich Weigand (uweigand@de.ibm.com).
 This file is part of GNU CC.
index 39f9d09838116b4519df33fec3abb88e09338a6e..07a4bbc8886d8e3c8de90ff81c144511f95f1009 100644 (file)
@@ -1,5 +1,5 @@
 /* Definitions of various defaults for tm.h macros.
-   Copyright (C) 1992, 1996, 1997, 1998, 1999, 2000, 2001, 2002
+   Copyright (C) 1992, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003
    Free Software Foundation, Inc.
    Contributed by Ron Guilmette (rfg@monkeys.com)
 
index 3a1ad817908b3b502c68924ee242dcc9dbf322b3..aae111b005f5dba38f4e9673174fd76959d67dc4 100644 (file)
@@ -1,6 +1,6 @@
 /* Generate code from to output assembler insns as recognized from rtl.
-   Copyright (C) 1987, 1988, 1992, 1994, 1995, 1997, 1998, 1999, 2000
-   Free Software Foundation, Inc.
+   Copyright (C) 1987, 1988, 1992, 1994, 1995, 1997, 1998, 1999, 2000, 2002,
+   2003 Free Software Foundation, Inc.
 
 This file is part of GCC.
 
index ff252a3c66497d39d0c92d4b2cd69292d7d3b72b..ee40f5774d0e823b7bb5e6c9ac94cd143ba17f27 100644 (file)
@@ -1,6 +1,6 @@
 /* Allocate registers within a basic block, for GNU compiler.
    Copyright (C) 1987, 1988, 1991, 1993, 1994, 1995, 1996, 1997, 1998,
-   1999, 2000, 2001, 2002 Free Software Foundation, Inc.
+   1999, 2000, 2001, 2002, 2003 Free Software Foundation, Inc.
 
 This file is part of GCC.
 
index 2272fa5998110ea2ed8d3c9600834b61d0cbae77..fa90ab4f98f6503a75d2d01c9a9d8bcaf83be533 100644 (file)
@@ -1,5 +1,5 @@
 /* Graph coloring register allocator
-   Copyright (C) 2001, 2002 Free Software Foundation, Inc.
+   Copyright (C) 2001, 2002, 2003 Free Software Foundation, Inc.
    Contributed by Michael Matz <matz@suse.de>
    and Daniel Berlin <dan@cgsoftware.com>
 
index 8d36e513e37deaf280ff26e1f68d6598f059f027..6a20e86c224c95949e51c7535ade505faef44d1f 100644 (file)
@@ -1,6 +1,6 @@
 /* Subroutines used by or related to instruction recognition.
    Copyright (C) 1987, 1988, 1991, 1992, 1993, 1994, 1995, 1996, 1997, 1998
-   1999, 2000, 2001, 2002 Free Software Foundation, Inc.
+   1999, 2000, 2001, 2002, 2003 Free Software Foundation, Inc.
 
 This file is part of GCC.
 
index 334bc21b408026cb80a80ad9403b7585a87b54eb..94744a3b97ebbd07c2a60789ba4db751294e32dd 100644 (file)
@@ -1,6 +1,6 @@
 /* Compute register class preferences for pseudo-registers.
    Copyright (C) 1987, 1988, 1991, 1992, 1993, 1994, 1995, 1996
-   1997, 1998, 1999, 2000, 2001, 2002 Free Software Foundation, Inc.
+   1997, 1998, 1999, 2000, 2001, 2002, 2003 Free Software Foundation, Inc.
 
 This file is part of GCC.
 
index eb5141f8bea4b7a031d7bfc3bbd64c20fddd50eb..4185a4ad4aae7443156de5a3b395b6550737f56e 100644 (file)
@@ -1,6 +1,6 @@
 /* Move registers around to reduce number of move instructions needed.
    Copyright (C) 1987, 1988, 1989, 1992, 1993, 1994, 1995, 1996, 1997, 1998,
-   1999, 2000, 2001, 2002 Free Software Foundation, Inc.
+   1999, 2000, 2001, 2002, 2003 Free Software Foundation, Inc.
 
 This file is part of GCC.
 
index 11fe356710aca93e1fa14c10b1542a6b8f9c465f..5c0aabe69821edf7ec5068c38e69bae7f7c2c46b 100644 (file)
@@ -1,6 +1,6 @@
 /* Search an insn for pseudo regs that must be in hard regs and are not.
    Copyright (C) 1987, 1988, 1989, 1992, 1993, 1994, 1995, 1996, 1997, 1998,
-   1999, 2000, 2001, 2002 Free Software Foundation, Inc.
+   1999, 2000, 2001, 2002, 2003 Free Software Foundation, Inc.
 
 This file is part of GCC.
 
index 4fd401c89bb5ab97c553b107da19fe5b17d3d36c..979847d5b1bc5ad7170c0af4211c81a719e3e95a 100644 (file)
@@ -1,6 +1,6 @@
 /* Reload pseudo regs into hard regs for insns that require hard regs.
    Copyright (C) 1987, 1988, 1989, 1992, 1993, 1994, 1995, 1996, 1997, 1998,
-   1999, 2000, 2001, 2002 Free Software Foundation, Inc.
+   1999, 2000, 2001, 2002, 2003 Free Software Foundation, Inc.
 
 This file is part of GCC.
 
index 960bea0f24e6726902fbccd6d69cfd4e29ec96e2..e2679a9f8808c803448d604bcac4b367c82be18f 100644 (file)
@@ -1,6 +1,6 @@
 /* Expands front end tree to back end RTL for GNU C-Compiler
    Copyright (C) 1987, 1988, 1989, 1992, 1993, 1994, 1995, 1996, 1997,
-   1998, 1999, 2000, 2001, 2002 Free Software Foundation, Inc.
+   1998, 1999, 2000, 2001, 2002, 2003 Free Software Foundation, Inc.
 
 This file is part of GCC.