]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
convert.c, [...]: Update copyright.
authorKazu Hirata <kazu@cs.umass.edu>
Mon, 23 Feb 2004 17:02:51 +0000 (17:02 +0000)
committerKazu Hirata <kazu@gcc.gnu.org>
Mon, 23 Feb 2004 17:02:51 +0000 (17:02 +0000)
* convert.c, gcov-io.c, libgcov.c, sched-int.h, sibcall.c,
config/rs6000/linux.h, config/rs6000/rs6000-c.c: Update
copyright.

From-SVN: r78318

gcc/ChangeLog
gcc/config/rs6000/linux.h
gcc/config/rs6000/rs6000-c.c
gcc/convert.c
gcc/gcov-io.c
gcc/libgcov.c
gcc/sched-int.h
gcc/sibcall.c

index b5566587d0cc087cb693e18f783b4de1dbdcfac6..ff10b23b6a145ed882f031e7288e4651752ac6c1 100644 (file)
@@ -1,3 +1,9 @@
+2004-02-23  Kazu Hirata  <kazu@cs.umass.edu>
+
+       * convert.c, gcov-io.c, libgcov.c, sched-int.h, sibcall.c,
+       config/rs6000/linux.h, config/rs6000/rs6000-c.c: Update
+       copyright.
+
 2004-02-23  Andrew Pinski  <pinskia@physics.uc.edu>
 
        PR c/14156
index eacfe1abbc46b644e0fd5b05a81f70b80ece33e5..892785d666dcbd0cb4ac978947f0ac18f4f83527 100644 (file)
@@ -1,6 +1,6 @@
 /* Definitions of target machine for GNU compiler,
    for PowerPC machines running Linux.
-   Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003
+   Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004
    Free Software Foundation, Inc.
    Contributed by Michael Meissner (meissner@cygnus.com).
 
index 08e34af88e6a3bffed66a02104f096d52f7c0cf7..5d36d5d28b378d6e9b1c5484c91681e2c83db5b2 100644 (file)
@@ -1,5 +1,5 @@
 /* Subroutines for the C front end on the POWER and PowerPC architectures.
-   Copyright (C) 2002, 2003
+   Copyright (C) 2002, 2003, 2004
    Free Software Foundation, Inc.
 
    Contributed by Zack Weinberg <zack@codesourcery.com>
index 8fca41579637ffba0834c44298f16d49c9b22765..9bb28aa40a8ffe35ccc3a99e4b9b0dbe23a30601 100644 (file)
@@ -1,6 +1,6 @@
 /* Utility routines for data type conversion for GCC.
    Copyright (C) 1987, 1988, 1991, 1992, 1993, 1994, 1995, 1997, 1998,
-   2000, 2001, 2002, 2003 Free Software Foundation, Inc.
+   2000, 2001, 2002, 2003, 2004 Free Software Foundation, Inc.
 
 This file is part of GCC.
 
index 0349fb821b21e3061d9b36b721e1434bbd6d5de8..0f61ef06fced4d0a985f2e7a59cb34ffcb2c3e2b 100644 (file)
@@ -1,6 +1,6 @@
 /* File format for coverage information
-   Copyright (C) 1996, 1997, 1998, 2000, 2002,
-   2003  Free Software Foundation, Inc.
+   Copyright (C) 1996, 1997, 1998, 2000, 2002, 2003, 2004
+   Free Software Foundation, Inc.
    Contributed by Bob Manson <manson@cygnus.com>.
    Completely remangled by Nathan Sidwell <nathan@codesourcery.com>.
 
index d5c97a2854d67e4dc0e0691aaf9d3cef6661820c..d3345024bcbe35a4f02a9d8355bef5c9450c7a59 100644 (file)
@@ -1,7 +1,7 @@
 /* Routines required for instrumenting a program.  */
 /* Compile this one with gcc.  */
 /* Copyright (C) 1989, 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999,
-   2000, 2001, 2002, 2003  Free Software Foundation, Inc.
+   2000, 2001, 2002, 2003, 2004  Free Software Foundation, Inc.
 
 This file is part of GCC.
 
index b53ae0ad9c1c76004c093864791516d6b840cda9..c8f3994b6de6d4e5e061cf89b466e66a8e010d93 100644 (file)
@@ -1,7 +1,7 @@
 /* Instruction scheduling pass.  This file contains definitions used
    internally in the scheduler.
    Copyright (C) 1992, 1993, 1994, 1995, 1996, 1997, 1998,
-   1999, 2000, 2001, 2003 Free Software Foundation, Inc.
+   1999, 2000, 2001, 2003, 2004 Free Software Foundation, Inc.
 
 This file is part of GCC.
 
index fc9a63f7f862eadf40c62f12d7c065838a576286..facc9ac7291c977b4ac40db254ddcf59667f85ab 100644 (file)
@@ -1,5 +1,5 @@
 /* Generic sibling call optimization support
-   Copyright (C) 1999, 2000, 2001, 2002, 2003
+   Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004
    Free Software Foundation, Inc.
 
 This file is part of GCC.