builtins.def, [...]: Update copyright.
authorKazu Hirata <kazu@cs.umass.edu>
Thu, 10 Feb 2005 18:59:07 +0000 (18:59 +0000)
committerKazu Hirata <kazu@gcc.gnu.org>
Thu, 10 Feb 2005 18:59:07 +0000 (18:59 +0000)
* builtins.def, haifa-sched.c, libgcc2.c, libgcc2.h,
tree-ssa-loop-ivcanon.c, tree-ssa-loop-niter.c,
config/cris/cris-protos.h, config/cris/cris.c: Update
copyright.

From-SVN: r94840

gcc/ChangeLog
gcc/builtins.def
gcc/config/cris/cris-protos.h
gcc/config/cris/cris.c
gcc/haifa-sched.c
gcc/libgcc2.c
gcc/libgcc2.h
gcc/tree-ssa-loop-ivcanon.c
gcc/tree-ssa-loop-niter.c

index 8404c198947ca9f8f4b3510fd71613eacada81c1..45a69606de36a596aafd97a28b2d41e314ba9719 100644 (file)
@@ -2,6 +2,11 @@
 
        * df.h (DF_REF_MODE_CHANGE, DF_REF_MEM_OK): Remove.
 
+       * builtins.def, haifa-sched.c, libgcc2.c, libgcc2.h,
+       tree-ssa-loop-ivcanon.c, tree-ssa-loop-niter.c,
+       config/cris/cris-protos.h, config/cris/cris.c: Update
+       copyright.
+
 2005-02-10  Jeff Law  <law@redhat.com>
 
        * tree-ssa-dom.c (thread_across_edge): Use xmalloc, not xcalloc.
index 8857a936bb98018d20ef8699cefdff71978bab86..d422783f91ef31c65d77ac49070ef4372e8b841a 100644 (file)
@@ -1,6 +1,6 @@
 /* This file contains the definitions and documentation for the
    builtins used in the GNU compiler.
-   Copyright (C) 2000, 2001, 2002, 2003, 2004
+   Copyright (C) 2000, 2001, 2002, 2003, 2004, 2005
    Free Software Foundation, Inc.
 
 This file is part of GCC.
index 86b0c07acf44fd53f523f5e82871198207a61cbb..a05ddedbbba8794157f152782f279cc37ac5d371 100644 (file)
@@ -1,5 +1,5 @@
 /* Definitions for GCC.  Part of the machine description for CRIS.
-   Copyright (C) 1998, 1999, 2000, 2001, 2004
+   Copyright (C) 1998, 1999, 2000, 2001, 2004, 2005
    Free Software Foundation, Inc.
    Contributed by Axis Communications.
 
index 4756f8ca02c3986306deae4419ad9184ef0fa5ad..5fc6804af7232e1dc9b16e07adebf11630cb8524 100644 (file)
@@ -1,5 +1,5 @@
 /* Definitions for GCC.  Part of the machine description for CRIS.
-   Copyright (C) 1998, 1999, 2000, 2001, 2002, 2003, 2004
+   Copyright (C) 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005
    Free Software Foundation, Inc.
    Contributed by Axis Communications.  Written by Hans-Peter Nilsson.
 
index f7d2a858eb9db682420b87fe538f93830b0c1973..6a2ac54691f047fbbeb0c9dd8bac599079b6cdbc 100644 (file)
@@ -1,6 +1,6 @@
 /* Instruction scheduling pass.
    Copyright (C) 1992, 1993, 1994, 1995, 1996, 1997, 1998,
-   1999, 2000, 2001, 2002, 2003, 2004 Free Software Foundation, Inc.
+   1999, 2000, 2001, 2002, 2003, 2004, 2005 Free Software Foundation, Inc.
    Contributed by Michael Tiemann (tiemann@cygnus.com) Enhanced by,
    and currently maintained by, Jim Wilson (wilson@cygnus.com)
 
index 2d47c0d7f649c875fd491cb8b8032d741bb34d1d..9d12d32c5eb288d7bdc00c8aea4eb61d983659d2 100644 (file)
@@ -1,7 +1,7 @@
 /* More subroutines needed by GCC output code on some machines.  */
 /* Compile this one with gcc.  */
 /* Copyright (C) 1989, 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999,
-   2000, 2001, 2002, 2003, 2004  Free Software Foundation, Inc.
+   2000, 2001, 2002, 2003, 2004, 2005  Free Software Foundation, Inc.
 
 This file is part of GCC.
 
index 025dd6f5aefa9b8f1e2360a498da73cf2fa3e429..fb6d91485b70a9860bdc9577bedb86f0713838e4 100644 (file)
@@ -1,5 +1,5 @@
 /* Header file for libgcc2.c.  */
-/* Copyright (C) 2000, 2001, 2004
+/* Copyright (C) 2000, 2001, 2004, 2005
    Free Software Foundation, Inc.
 
 This file is part of GCC.
index a2930166908b53b71023a2dc2cab4c62f83f66b7..88fa967bf3bd842c25cccb16737eb78434c18d75 100644 (file)
@@ -1,5 +1,5 @@
 /* Induction variable canonicalization.
-   Copyright (C) 2004 Free Software Foundation, Inc.
+   Copyright (C) 2004, 2005 Free Software Foundation, Inc.
    
 This file is part of GCC.
    
index dbbc52d2573e48031d5e18d5f26e40dfeaab8833..21bfce89a2a7f0a7795a523463f04ad39a594142 100644 (file)
@@ -1,5 +1,5 @@
 /* Functions to determine/estimate number of iterations of a loop.
-   Copyright (C) 2004 Free Software Foundation, Inc.
+   Copyright (C) 2004, 2005 Free Software Foundation, Inc.
    
 This file is part of GCC.