From: Ian Lance Taylor Date: Sun, 8 Jan 2006 20:52:57 +0000 (+0000) Subject: - Fix up date in ChangeLog. Update copyrights in changed files. X-Git-Tag: releases/gcc-4.2.0~4974 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=bc3839706c7259aa5e30b388e58fb555fd1f6b13;p=thirdparty%2Fgcc.git - Fix up date in ChangeLog. Update copyrights in changed files. Co-Authored-By: David Edelsohn From-SVN: r109475 --- diff --git a/gcc/ChangeLog b/gcc/ChangeLog index bacbe9d6929e..2b55982a2f77 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 +2006-01-07 Ian Lance Taylor David Edelsohn PR rtl-optimization/25662 diff --git a/gcc/optabs.c b/gcc/optabs.c index 349a922a7dd3..5a87ac0335a2 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 5a5c5ca96683..4cdbad754edf 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.