diff options
author | Nathanael Nerode <neroden@gcc.gnu.org> | 2003-03-13 03:30:00 +0000 |
---|---|---|
committer | Nathanael Nerode <neroden@gcc.gnu.org> | 2003-03-13 03:30:00 +0000 |
commit | 301ee2f3e5b728793f5d9a9859080380ce0bebef (patch) | |
tree | 2c48997308dee1dc40580d9b362b182b20a66d1b /gcc/config/v850/v850.md | |
parent | e7d9d16b5a1d37ee449895b801d3b6b868593a4a (diff) | |
download | gcc-301ee2f3e5b728793f5d9a9859080380ce0bebef.tar.gz |
lib1funcs.asm, [...]: GCC, not GNU CC.
* config/v850/lib1funcs.asm, config/v850/rtems.h,
config/v850/v850-c.c, config/v850/v850-protos.h,
config/v850/v850.c, config/v850/v850.h, config/v850/v850.md:
GCC, not GNU CC.
From-SVN: r64296
Diffstat (limited to 'gcc/config/v850/v850.md')
-rw-r--r-- | gcc/config/v850/v850.md | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/gcc/config/v850/v850.md b/gcc/config/v850/v850.md index 5acbb855f81..811f87abfea 100644 --- a/gcc/config/v850/v850.md +++ b/gcc/config/v850/v850.md @@ -2,20 +2,20 @@ ;; Copyright (C) 1996, 1997, 1998, 1999, 2002 Free Software Foundation, Inc. ;; Contributed by Jeff Law (law@cygnus.com). -;; 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 +;; GCC is free software; you can redistribute it and/or modify ;; it under the terms of the GNU General Public License as published by ;; the Free Software Foundation; either version 2, or (at your option) ;; any later version. -;; GNU CC is distributed in the hope that it will be useful, +;; GCC is distributed in the hope that it will be useful, ;; but WITHOUT ANY WARRANTY; without even the implied warranty of ;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the ;; GNU General Public License for more details. ;; You should have received a copy of the GNU General Public License -;; along with GNU CC; see the file COPYING. If not, write to +;; along with GCC; see the file COPYING. If not, write to ;; the Free Software Foundation, 59 Temple Place - Suite 330, ;; Boston, MA 02111-1307, USA. |