aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIan Lance Taylor <ian@airs.com>2006-01-08 20:52:57 +0000
committerDavid Edelsohn <dje@gcc.gnu.org>2006-01-08 15:52:57 -0500
commitbc3839706c7259aa5e30b388e58fb555fd1f6b13 (patch)
tree4189306e5831260a72b41cb008366a0a2eb1ce6b
parent3bcc018cc9d5b9e5ec5d3295f1827ebfbf63cda0 (diff)
downloadgcc-bc3839706c7259aa5e30b388e58fb555fd1f6b13.zip
gcc-bc3839706c7259aa5e30b388e58fb555fd1f6b13.tar.gz
gcc-bc3839706c7259aa5e30b388e58fb555fd1f6b13.tar.bz2
- Fix up date in ChangeLog. Update copyrights in changed files.
Co-Authored-By: David Edelsohn <edelsohn@gnu.org> From-SVN: r109475
-rw-r--r--gcc/ChangeLog2
-rw-r--r--gcc/optabs.c2
-rw-r--r--gcc/simplify-rtx.c2
3 files changed, 3 insertions, 3 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog
index bacbe9d..2b55982 100644
--- a/gcc/ChangeLog
+++ b/gcc/ChangeLog
@@ -43,7 +43,7 @@
* config/sh/predicates.md (arith_operand): Use EXTRA_CONSTRAINT_Css
instead of EXTRA_CONSTRAINT_C16.
-2005-01-07 Ian Lance Taylor <ian@airs.com>
+2006-01-07 Ian Lance Taylor <ian@airs.com>
David Edelsohn <edelsohn@gnu.org>
PR rtl-optimization/25662
diff --git a/gcc/optabs.c b/gcc/optabs.c
index 349a922..5a87ac0 100644
--- a/gcc/optabs.c
+++ b/gcc/optabs.c
@@ -1,6 +1,6 @@
/* Expand the basic unary and binary arithmetic operations, for GNU compiler.
Copyright (C) 1987, 1988, 1992, 1993, 1994, 1995, 1996, 1997, 1998,
- 1999, 2000, 2001, 2002, 2003, 2004, 2005 Free Software Foundation, Inc.
+ 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006 Free Software Foundation, Inc.
This file is part of GCC.
diff --git a/gcc/simplify-rtx.c b/gcc/simplify-rtx.c
index 5a5c5ca..4cdbad7 100644
--- a/gcc/simplify-rtx.c
+++ b/gcc/simplify-rtx.c
@@ -1,6 +1,6 @@
/* RTL simplification functions for GNU compiler.
Copyright (C) 1987, 1988, 1989, 1992, 1993, 1994, 1995, 1996, 1997, 1998,
- 1999, 2000, 2001, 2002, 2003, 2004, 2005 Free Software Foundation, Inc.
+ 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006 Free Software Foundation, Inc.
This file is part of GCC.