summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--gcc/ChangeLog5
-rw-r--r--gcc/params.def2
-rw-r--r--gcc/params.h2
-rw-r--r--gcc/predict.c3
-rw-r--r--gcc/tree-ssa-loop-im.c2
5 files changed, 10 insertions, 4 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog
index c8cc63c48ec..9e3637d85cd 100644
--- a/gcc/ChangeLog
+++ b/gcc/ChangeLog
@@ -1,3 +1,8 @@
+2005-01-20 Kazu Hirata <kazu@cs.umass.edu>
+
+ * params.def, params.h, predict.c, tree-ssa-loop-im.c: Update
+ copyright.
+
2005-01-20 Richard Henderson <rth@redhat.com>
* rtl.def (CONST_VECTOR): Use RTX_CONST_OBJ.
diff --git a/gcc/params.def b/gcc/params.def
index 3ef5893fd42..ac6a39eee68 100644
--- a/gcc/params.def
+++ b/gcc/params.def
@@ -1,5 +1,5 @@
/* params.def - Run-time parameters.
- Copyright (C) 2001, 2002, 2004 Free Software Foundation, Inc.
+ Copyright (C) 2001, 2002, 2004, 2005 Free Software Foundation, Inc.
Written by Mark Mitchell <mark@codesourcery.com>.
This file is part of GCC.
diff --git a/gcc/params.h b/gcc/params.h
index 1a668e0deff..8e59eb9fe0f 100644
--- a/gcc/params.h
+++ b/gcc/params.h
@@ -1,5 +1,5 @@
/* params.h - Run-time parameters.
- Copyright (C) 2001, 2003, 2004 Free Software Foundation, Inc.
+ Copyright (C) 2001, 2003, 2004, 2005 Free Software Foundation, Inc.
Written by Mark Mitchell <mark@codesourcery.com>.
This file is part of GCC.
diff --git a/gcc/predict.c b/gcc/predict.c
index c6e9b7dfe71..7e0f0db93d4 100644
--- a/gcc/predict.c
+++ b/gcc/predict.c
@@ -1,5 +1,6 @@
/* Branch prediction routines for the GNU compiler.
- Copyright (C) 2000, 2001, 2002, 2003, 2004 Free Software Foundation, Inc.
+ Copyright (C) 2000, 2001, 2002, 2003, 2004, 2005
+ Free Software Foundation, Inc.
This file is part of GCC.
diff --git a/gcc/tree-ssa-loop-im.c b/gcc/tree-ssa-loop-im.c
index d032fee28e8..65a2a5fd48a 100644
--- a/gcc/tree-ssa-loop-im.c
+++ b/gcc/tree-ssa-loop-im.c
@@ -1,5 +1,5 @@
/* Loop invariant motion.
- Copyright (C) 2003, 2004 Free Software Foundation, Inc.
+ Copyright (C) 2003, 2004, 2005 Free Software Foundation, Inc.
This file is part of GCC.