diff options
author | Kazu Hirata <kazu@hxi.com> | 2001-02-19 02:26:12 +0000 |
---|---|---|
committer | Kazu Hirata <kazu@gcc.gnu.org> | 2001-02-19 02:26:12 +0000 |
commit | 63a262f14e64965d7fd38fbc64515bc9572dddcf (patch) | |
tree | 4ac6cd218300573fa84b434faa20ed071710b17d | |
parent | 8488b3656f4ae26a6d201f28641b1614f70d87a0 (diff) | |
download | gcc-63a262f14e64965d7fd38fbc64515bc9572dddcf.zip gcc-63a262f14e64965d7fd38fbc64515bc9572dddcf.tar.gz gcc-63a262f14e64965d7fd38fbc64515bc9572dddcf.tar.bz2 |
h8300.md: Update copyright.
2001-02-18 Kazu Hirata <kazu@hxi.com>
* config/h8300/h8300.md: Update copyright.
From-SVN: r39868
-rw-r--r-- | gcc/ChangeLog | 3 | ||||
-rw-r--r-- | gcc/config/h8300/h8300.md | 4 |
2 files changed, 4 insertions, 3 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 9e79f3c..29a8e4d 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,6 +1,7 @@ 2001-02-18 Kazu Hirata <kazu@hxi.com> - * config/h8300/h8300.md: Do not output an extra newline character. + * config/h8300/h8300.md: Update copyright. + (andsi3): Do not output an extra newline character. Sun Feb 18 15:45:17 2001 Richard Kenner <kenner@vlsi1.ultra.nyu.edu> diff --git a/gcc/config/h8300/h8300.md b/gcc/config/h8300/h8300.md index 52d7dec..d2c4884 100644 --- a/gcc/config/h8300/h8300.md +++ b/gcc/config/h8300/h8300.md @@ -1,6 +1,6 @@ ;; GCC machine description for Hitachi H8/300 -;; Copyright (C) 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2000 -;; Free Software Foundation, Inc. +;; Copyright (C) 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2000, +;; 2001 Free Software Foundation, Inc. ;; Contributed by Steve Chamberlain (sac@cygnus.com), ;; Jim Wilson (wilson@cygnus.com), and Doug Evans (dje@cygnus.com). |