]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
Update copyrights.
authorRichard Henderson <rth@gcc.gnu.org>
Mon, 11 Jan 1999 23:15:28 +0000 (15:15 -0800)
committerRichard Henderson <rth@gcc.gnu.org>
Mon, 11 Jan 1999 23:15:28 +0000 (15:15 -0800)
From-SVN: r24624

14 files changed:
gcc/basic-block.h
gcc/caller-save.c
gcc/flow.c
gcc/function.c
gcc/gcse.c
gcc/global.c
gcc/graph.c
gcc/haifa-sched.c
gcc/local-alloc.c
gcc/regclass.c
gcc/regmove.c
gcc/reload1.c
gcc/reorg.c
gcc/sched.c

index 465587e9ac5e868b7885ba37e9b51a36eb8e0888..2bd575c725efda7e501e449ae9a096e4a04f42e4 100644 (file)
@@ -1,5 +1,5 @@
 /* Define control and data flow tables, and regsets.
-   Copyright (C) 1987, 1997, 1998 Free Software Foundation, Inc.
+   Copyright (C) 1987, 1997, 1998, 1999 Free Software Foundation, Inc.
 
 This file is part of GNU CC.
 
index e68403f7dbb3a8edd32ecdbb3e8774cb278a4fbd..7c390a5955eea9a9786bb2ae7cf28f3af2ea43e2 100644 (file)
@@ -1,5 +1,5 @@
 /* Save and restore call-clobbered registers which are live across a call.
-   Copyright (C) 1989, 1992, 94-95, 1997, 1998 Free Software Foundation, Inc.
+   Copyright (C) 1989, 1992, 94-95, 97, 98, 1999 Free Software Foundation, Inc.
 
 This file is part of GNU CC.
 
index 8fb2dea444f65f62536dd07c026a09f00696ffd3..88466872985cdb5b5c411cdc00a0a062bdf8fec2 100644 (file)
@@ -1,5 +1,5 @@
 /* Data flow analysis for GNU compiler.
-   Copyright (C) 1987, 88, 92-97, 1998 Free Software Foundation, Inc.
+   Copyright (C) 1987, 88, 92-98, 1999 Free Software Foundation, Inc.
 
 This file is part of GNU CC.
 
index 865e6791f0608362b10939c1cf4145569f0c11c2..c152193e9bb5db9c1032952b93e158e5b0ebf7ab 100644 (file)
@@ -1,5 +1,5 @@
 /* Expands front end tree to back end RTL for GNU C-Compiler
-   Copyright (C) 1987, 88, 89, 91-97, 1998 Free Software Foundation, Inc.
+   Copyright (C) 1987, 88, 89, 91-98, 1999 Free Software Foundation, Inc.
 
 This file is part of GNU CC.
 
index 95516d0cfe9f8f3bc686b628970201a4e89d5bd6..ab54f751e0bfc79d32b8230087a0ef5d184cbe5f 100644 (file)
@@ -1,6 +1,6 @@
 /* Global common subexpression elimination
    and global constant/copy propagation for GNU compiler.
-   Copyright (C) 1997, 1998 Free Software Foundation, Inc.
+   Copyright (C) 1997, 1998, 1999 Free Software Foundation, Inc.
 
 This file is part of GNU CC.
 
index a3c043b95eea0d360809ecde215323d2c3e6852b..f9b712f92827d6238c83be705dd5e27a59feb81c 100644 (file)
@@ -1,5 +1,5 @@
 /* Allocate registers for pseudo-registers that span basic blocks.
-   Copyright (C) 1987, 88, 91, 94, 96, 1997, 1998 Free Software Foundation, Inc.
+   Copyright (C) 1987, 88, 91, 94, 96-98, 1999 Free Software Foundation, Inc.
 
 This file is part of GNU CC.
 
index 4de3829809e668dee2f84e60df5d6aba2cc652f4..fefd175f57fb4c23e0cee1312048f1fa7494a616 100644 (file)
@@ -1,5 +1,5 @@
 /* Output routines for graphical representation.
-   Copyright (C) 1998 Free Software Foundation, Inc.
+   Copyright (C) 1998, 1999 Free Software Foundation, Inc.
    Contributed by Ulrich Drepper <drepper@cygnus.com>, 1998.
 
    This file is part of GNU CC.
index bf1d3cb090a030ae1e0135d566f06778d10ac564..2bf2c5ea07fdbab1b2f9eb60e46c99a43a670906 100644 (file)
@@ -1,5 +1,5 @@
 /* Instruction scheduling pass.
-   Copyright (C) 1992, 93-97, 1998 Free Software Foundation, Inc.
+   Copyright (C) 1992, 93-98, 1999 Free Software Foundation, Inc.
    Contributed by Michael Tiemann (tiemann@cygnus.com) Enhanced by,
    and currently maintained by, Jim Wilson (wilson@cygnus.com)
 
index 660efce62c6fe64bcc36f4dc4bd12fc8cca6e171..d063aac7ba5b55d51e13fe5d3f6f96faa84f9bd7 100644 (file)
@@ -1,5 +1,5 @@
 /* Allocate registers within a basic block, for GNU compiler.
-   Copyright (C) 1987, 88, 91, 93-97, 1998 Free Software Foundation, Inc.
+   Copyright (C) 1987, 88, 91, 93-98, 1999 Free Software Foundation, Inc.
 
 This file is part of GNU CC.
 
index 623dd98784d01e344b6a4f5aa4b1349a028ee942..2ba93d82f1fb967d5f6bfc47f027c8d0fa8efbaf 100644 (file)
@@ -1,5 +1,5 @@
 /* Compute register class preferences for pseudo-registers.
-   Copyright (C) 1987, 88, 91-97, 1998 Free Software Foundation, Inc.
+   Copyright (C) 1987, 88, 91-98, 1999 Free Software Foundation, Inc.
 
 This file is part of GNU CC.
 
index 843f10e605f4d013acb4830af665abbd6a1353e2..87de0fb9808b3c7eb789ca07bd9d78553e05a670 100644 (file)
@@ -1,5 +1,5 @@
 /* Move registers around to reduce number of move instructions needed.
-   Copyright (C) 1987, 88, 89, 92-97, 1998 Free Software Foundation, Inc.
+   Copyright (C) 1987, 88, 89, 92-98, 1999 Free Software Foundation, Inc.
 
 This file is part of GNU CC.
 
index fbb506cb4e4c3c377ac25d1d35c2f2d2aee39a60..735ed93c4111918dd3b863d3f2e3d17aa188d93d 100644 (file)
@@ -1,5 +1,5 @@
 /* Reload pseudo regs into hard regs for insns that require hard regs.
-   Copyright (C) 1987, 88, 89, 92-97, 1998 Free Software Foundation, Inc.
+   Copyright (C) 1987, 88, 89, 92-98, 1999 Free Software Foundation, Inc.
 
 This file is part of GNU CC.
 
index d0abf37f2c9e14965f5582a21f465df8ce750ae5..c342f72aef2ac23cd8b20acd3ffdc10e9111c81a 100644 (file)
@@ -1,5 +1,5 @@
 /* Perform instruction reorganizations for delay slot filling.
-   Copyright (C) 1992, 93, 94, 95, 96, 97, 1998 Free Software Foundation, Inc.
+   Copyright (C) 1992, 93-98, 1999 Free Software Foundation, Inc.
    Contributed by Richard Kenner (kenner@vlsi1.ultra.nyu.edu).
    Hacked by Michael Tiemann (tiemann@cygnus.com).
 
index 50684b0cf13aeac84f10013c0e0479d6322e80f1..b3c3df4d62802f07b518581ada66bae39ce54967 100644 (file)
@@ -1,5 +1,5 @@
 /* Instruction scheduling pass.
-   Copyright (C) 1992, 93-97, 1998 Free Software Foundation, Inc.
+   Copyright (C) 1992, 93-98, 1999 Free Software Foundation, Inc.
    Contributed by Michael Tiemann (tiemann@cygnus.com)
    Enhanced by, and currently maintained by, Jim Wilson (wilson@cygnus.com)