diff options
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 |