diff options
author | Kazu Hirata <kazu@cs.umass.edu> | 2004-11-06 03:41:27 +0000 |
---|---|---|
committer | Kazu Hirata <kazu@gcc.gnu.org> | 2004-11-06 03:41:27 +0000 |
commit | 713e31f4effb6a066fa70fcb8c0320fef6afa3e3 (patch) | |
tree | 2ed3e3186d41fd871fc4993d7c9c45f5a937deb7 | |
parent | c9dbf840b5e4be2b1733d148e4bbe75b41b07dbb (diff) | |
download | gcc-713e31f4effb6a066fa70fcb8c0320fef6afa3e3.zip gcc-713e31f4effb6a066fa70fcb8c0320fef6afa3e3.tar.gz gcc-713e31f4effb6a066fa70fcb8c0320fef6afa3e3.tar.bz2 |
darwin.md, sh4a.md: Replace GNU CC with GCC.
* config/rs6000/darwin.md, config/sh/sh4a.md: Replace GNU CC
with GCC.
From-SVN: r90160
-rw-r--r-- | gcc/ChangeLog | 5 | ||||
-rw-r--r-- | gcc/config/rs6000/darwin.md | 2 | ||||
-rw-r--r-- | gcc/config/sh/sh4a.md | 4 |
3 files changed, 8 insertions, 3 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog index cdc6831..56ee21e 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,8 @@ +2004-11-06 Kazu Hirata <kazu@cs.umass.edu> + + * config/rs6000/darwin.md, config/sh/sh4a.md: Replace GNU CC + with GCC. + 2004-11-05 David Edelsohn <edelsohn@gnu.org> * config/rs6000/rs6000.md (scc patterns): Replace subfc with subf diff --git a/gcc/config/rs6000/darwin.md b/gcc/config/rs6000/darwin.md index 313bda3d..f1a585a 100644 --- a/gcc/config/rs6000/darwin.md +++ b/gcc/config/rs6000/darwin.md @@ -2,7 +2,7 @@ Copyright (C) 2004 Free Software Foundation, Inc. Contributed by Apple Computer Inc. -This file is part of GNU CC. +This file is part of GCC. GNU CC is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/gcc/config/sh/sh4a.md b/gcc/config/sh/sh4a.md index b9bac22..08b6b8b 100644 --- a/gcc/config/sh/sh4a.md +++ b/gcc/config/sh/sh4a.md @@ -1,7 +1,7 @@ ;; Scheduling description for Renesas SH4a -;; Copyright (C) 2003 Free Software Foundation, Inc. +;; Copyright (C) 2004 Free Software Foundation, Inc. ;; -;; This file is part of GNU CC. +;; This file is part of GCC. ;; ;; GNU CC is free software; you can redistribute it and/or modify ;; it under the terms of the GNU General Public License as published by |