From: J"orn Rennecke Date: Mon, 12 Jan 2004 16:20:14 +0000 (+0000) Subject: Fixed date in ChangeLog. Also updated Copyright dates in source files. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=68d2b0bb98a0cfe93aa3817591a849f1add45f80;p=gcc.git Fixed date in ChangeLog. Also updated Copyright dates in source files. From-SVN: r75730 --- diff --git a/gcc/ChangeLog b/gcc/ChangeLog index a3970ca76be..3c7f1de9a17 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -7,7 +7,7 @@ * simplify-rtx.c (simplify_plus_minus): Always generate canonical form. -2004-01-09 J"orn Rennecke +2004-01-12 J"orn Rennecke PR target/13585 * sh-protos.h (check_use_sfunc_addr): Declare. diff --git a/gcc/config/sh/sh-protos.h b/gcc/config/sh/sh-protos.h index fc96b193777..b00ebde2cb0 100644 --- a/gcc/config/sh/sh-protos.h +++ b/gcc/config/sh/sh-protos.h @@ -1,5 +1,5 @@ /* Definitions of target machine for GNU compiler for Renesas / SuperH SH. - Copyright (C) 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2003 + Copyright (C) 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2003, 2004 Free Software Foundation, Inc. Contributed by Steve Chamberlain (sac@cygnus.com). Improved by Jim Wilson (wilson@cygnus.com). diff --git a/gcc/config/sh/sh.c b/gcc/config/sh/sh.c index 85f4aa6e639..2c8c5b0ef0c 100644 --- a/gcc/config/sh/sh.c +++ b/gcc/config/sh/sh.c @@ -1,6 +1,6 @@ /* Output routines for GCC for Renesas / SuperH SH. Copyright (C) 1993, 1994, 1995, 1997, 1997, 1998, 1999, 2000, 2001, 2002, - 2003 Free Software Foundation, Inc. + 2003, 2004 Free Software Foundation, Inc. Contributed by Steve Chamberlain (sac@cygnus.com). Improved by Jim Wilson (wilson@cygnus.com). diff --git a/gcc/config/sh/sh.md b/gcc/config/sh/sh.md index 099d930a6c2..ba2e4376bae 100644 --- a/gcc/config/sh/sh.md +++ b/gcc/config/sh/sh.md @@ -1,6 +1,6 @@ ;;- Machine description for Renesas / SuperH SH. -;; Copyright (C) 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003 -;; Free Software Foundation, Inc. +;; Copyright (C) 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, +;; 2003, 2004 Free Software Foundation, Inc. ;; Contributed by Steve Chamberlain (sac@cygnus.com). ;; Improved by Jim Wilson (wilson@cygnus.com).