cfglayout.c, [...]: Update copyright.
authorKazu Hirata <kazu@cs.umass.edu>
Sat, 12 Mar 2005 00:34:07 +0000 (00:34 +0000)
committerKazu Hirata <kazu@gcc.gnu.org>
Sat, 12 Mar 2005 00:34:07 +0000 (00:34 +0000)
* cfglayout.c, loop-doloop.c, profile.c, target-def.h,
target.h, targhooks.c, tracer.c, tree-ssa-loop-ch.c,
tree-ssa-loop-unswitch.c, tree-ssa-loop.c, vec.c, vmsdbgout.c,
config/m32r/m32r.md, config/xtensa/xtensa.h: Update copyright.

From-SVN: r96320

15 files changed:
gcc/ChangeLog
gcc/cfglayout.c
gcc/config/m32r/m32r.md
gcc/config/xtensa/xtensa.h
gcc/loop-doloop.c
gcc/profile.c
gcc/target-def.h
gcc/target.h
gcc/targhooks.c
gcc/tracer.c
gcc/tree-ssa-loop-ch.c
gcc/tree-ssa-loop-unswitch.c
gcc/tree-ssa-loop.c
gcc/vec.c
gcc/vmsdbgout.c

index 51901ed86e901d84ccf965cf7b51b033efc5c9f3..0bbe5866c84f3dbaf13a13c216413b8cbb81e049 100644 (file)
@@ -1,3 +1,10 @@
+2005-03-12  Kazu Hirata  <kazu@cs.umass.edu>
+
+       * cfglayout.c, loop-doloop.c, profile.c, target-def.h,
+       target.h, targhooks.c, tracer.c, tree-ssa-loop-ch.c,
+       tree-ssa-loop-unswitch.c, tree-ssa-loop.c, vec.c, vmsdbgout.c,
+       config/m32r/m32r.md, config/xtensa/xtensa.h: Update copyright.
+
 2005-03-11  David Edelsohn  <edelsohn@gnu.org>
 
        PR rtl-optimization/20306
index db556b124338bbff81d40257056bba63c4c08d05..981bcd9e74b2970a4f4f818d08408996e21537d3 100644 (file)
@@ -1,5 +1,5 @@
 /* Basic block reordering routines for the GNU compiler.
-   Copyright (C) 2000, 2001, 2003, 2004 Free Software Foundation, Inc.
+   Copyright (C) 2000, 2001, 2003, 2004, 2005 Free Software Foundation, Inc.
 
 This file is part of GCC.
 
index d65282d2df3b8d9f64f8c23411154a933eb3db3a..80c579d395cdd27ae7ba2fa660f7fbdfeb8604a5 100644 (file)
@@ -1,5 +1,5 @@
 ;; Machine description of the Renesas M32R cpu for GNU C compiler
-;; Copyright (C) 1996, 1997, 1998, 1999, 2001, 2003, 2004
+;; Copyright (C) 1996, 1997, 1998, 1999, 2001, 2003, 2004, 2005
 ;  Free Software Foundation, Inc.
 
 ;; This file is part of GCC.
index a2b4b4850a5a565f4a188b52a1d80f17120f8f5d..f60df57bb9332839c9290e46765d641af4fdbaee 100644 (file)
@@ -1,5 +1,5 @@
 /* Definitions of Tensilica's Xtensa target machine for GNU compiler.
-   Copyright 2001, 2002, 2003, 2004 Free Software Foundation, Inc.
+   Copyright 2001, 2002, 2003, 2004, 2005 Free Software Foundation, Inc.
    Contributed by Bob Wilson (bwilson@tensilica.com) at Tensilica.
 
 This file is part of GCC.
index 737761b962c2a509f51b53d2e7fb041fed53dcce..8968b10ab7eed380e8b5c5cd80aaf4a72325841a 100644 (file)
@@ -1,5 +1,5 @@
 /* Perform doloop optimizations
-   Copyright (C) 2004 Free Software Foundation, Inc.
+   Copyright (C) 2004, 2005 Free Software Foundation, Inc.
    Based on code by Michael P. Hayes (m.hayes@elec.canterbury.ac.nz)
 
 This file is part of GCC.
index b879aa0322f84f59a02edf9af59f4be756ca956c..b1dc941b39e4f0e93b876a828f3fedde22f8d303 100644 (file)
@@ -1,6 +1,6 @@
 /* Calculate branch probabilities, and basic block execution counts.
    Copyright (C) 1990, 1991, 1992, 1993, 1994, 1996, 1997, 1998, 1999,
-   2000, 2001, 2002, 2003, 2004  Free Software Foundation, Inc.
+   2000, 2001, 2002, 2003, 2004, 2005  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.
index 01759dbe160228580095d9307b449e2ecf373676..0a072a59e96bd179f4b768baa6e57c4ace5ebd00 100644 (file)
@@ -1,5 +1,5 @@
 /* Default initializers for a generic GCC target.
-   Copyright (C) 2001, 2002, 2003, 2004 Free Software Foundation, Inc.
+   Copyright (C) 2001, 2002, 2003, 2004, 2005 Free Software Foundation, Inc.
 
 This program is free software; you can redistribute it and/or modify it
 under the terms of the GNU General Public License as published by the
index 914d6dee6f2f8172ab55a209276ba20fafe09a32..b43517baa3c57b23c9d90a037625c62c5a87d3a7 100644 (file)
@@ -1,5 +1,5 @@
 /* Data structure definitions for a generic GCC target.
-   Copyright (C) 2001, 2002, 2003, 2004 Free Software Foundation, Inc.
+   Copyright (C) 2001, 2002, 2003, 2004, 2005 Free Software Foundation, Inc.
 
 This program is free software; you can redistribute it and/or modify it
 under the terms of the GNU General Public License as published by the
index e31f857886c872d752e814e55b9db46431c6fe1c..2bf11a431eb0df0c66f67116863fab0f00654da2 100644 (file)
@@ -1,5 +1,5 @@
 /* Default target hook functions.
-   Copyright (C) 2003, 2004 Free Software Foundation, Inc.
+   Copyright (C) 2003, 2004, 2005 Free Software Foundation, Inc.
 
 This file is part of GCC.
 
index 3045a62fea41e19df58c995139a60215f0b7b532..b732547e6293459cd4d62f5195db5362bbf6665c 100644 (file)
@@ -1,6 +1,6 @@
 /* The tracer pass for the GNU compiler.
    Contributed by Jan Hubicka, SuSE Labs.
-   Copyright (C) 2001, 2002, 2003, 2004 Free Software Foundation, Inc.
+   Copyright (C) 2001, 2002, 2003, 2004, 2005 Free Software Foundation, Inc.
 
    This file is part of GCC.
 
index 5a16822c844106f0c57dfb25928a2aecbd598d99..6d122711db7c528023f7dbb3714f1b2f59bacc45 100644 (file)
@@ -1,5 +1,5 @@
 /* Loop header copying on trees.
-   Copyright (C) 2004 Free Software Foundation, Inc.
+   Copyright (C) 2004, 2005 Free Software Foundation, Inc.
    
 This file is part of GCC.
    
index 8030bc38bdb603899dacb4797f8146e9fcdabbf5..29fab9aed3170bef3232641775f387481744c777 100644 (file)
@@ -1,5 +1,5 @@
 /* Loop unswitching.
-   Copyright (C) 2004 Free Software Foundation, Inc.
+   Copyright (C) 2004, 2005 Free Software Foundation, Inc.
    
 This file is part of GCC.
    
index cb5d5619c9d917f472262d659cb3bf1df32c3481..0e2a5a4c12a9ce5b35fa3790a2c646658816312a 100644 (file)
@@ -1,5 +1,5 @@
 /* Loop optimizations over tree-ssa.
-   Copyright (C) 2003 Free Software Foundation, Inc.
+   Copyright (C) 2003, 2005 Free Software Foundation, Inc.
    
 This file is part of GCC.
    
index 65a482e93c97034c829b63ccf6515296d27ca685..c638ead9bf5e9de7d2159926e6a09615e7cb8e96 100644 (file)
--- a/gcc/vec.c
+++ b/gcc/vec.c
@@ -1,5 +1,5 @@
 /* Vector API for GNU compiler.
-   Copyright (C) 2004 Free Software Foundation, Inc.
+   Copyright (C) 2004, 2005 Free Software Foundation, Inc.
    Contributed by Nathan Sidwell <nathan@codesourcery.com>
 
 This file is part of GCC.
index 3074f8dec46f502bc83ddd24417fade5cd9c93e5..158661daf6f94a5335289f3b163ea870216c1b36 100644 (file)
@@ -1,6 +1,6 @@
 /* Output VMS debug format symbol table information from GCC.
    Copyright (C) 1987, 1988, 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 Douglas B. Rupp (rupp@gnat.com).
    Updated by Bernard W. Giroud (bgiroud@users.sourceforge.net).