diff options
author | kazu <kazu@138bc75d-0d04-0410-961f-82ee72b054a4> | 2004-11-06 03:41:27 +0000 |
---|---|---|
committer | kazu <kazu@138bc75d-0d04-0410-961f-82ee72b054a4> | 2004-11-06 03:41:27 +0000 |
commit | a775250157905b28c229630a7789631388797e60 (patch) | |
tree | 2ed3e3186d41fd871fc4993d7c9c45f5a937deb7 /gcc | |
parent | 6f876c6bce38d05bed58b591c947217a85bbd3a9 (diff) | |
download | gcc-a775250157905b28c229630a7789631388797e60.tar.gz |
* config/rs6000/darwin.md, config/sh/sh4a.md: Replace GNU CC
with GCC.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@90160 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc')
-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 cdc6831889d..56ee21e8d62 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 313bda3dd3f..f1a585a59d3 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 b9bac220559..08b6b8b36f6 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 |