diff options
author | Nathanael Nerode <neroden@gcc.gnu.org> | 2003-06-17 00:16:40 +0000 |
---|---|---|
committer | Nathanael Nerode <neroden@gcc.gnu.org> | 2003-06-17 00:16:40 +0000 |
commit | 770948629a34e02553ed4d58681f97ffb471dea2 (patch) | |
tree | 61e1bec32273ba929bc639ff06db6f579c683d0a /gcc | |
parent | 4463c463637a13b7a3fc3f7515dde3dea37c0003 (diff) | |
download | gcc-770948629a34e02553ed4d58681f97ffb471dea2.zip gcc-770948629a34e02553ed4d58681f97ffb471dea2.tar.gz gcc-770948629a34e02553ed4d58681f97ffb471dea2.tar.bz2 |
* config/ip2k/ip2k.h: Replace "GNU CC" and "GNU compiler" with "GCC".
From-SVN: r68054
Diffstat (limited to 'gcc')
-rw-r--r-- | gcc/ChangeLog | 4 | ||||
-rw-r--r-- | gcc/config/ip2k/ip2k.h | 10 |
2 files changed, 9 insertions, 5 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog index e5d87dd..a39e69a 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,7 @@ +2003-06-16 Nathanael Nerode <neroden@gcc.gnu.org> + + * config/ip2k/ip2k.h: Replace "GNU CC" and "GNU compiler" with "GCC". + 2003-06-16 Aldy Hernandez <aldyh@redhat.com> * simplify-rtx.c (simplify_subreg): Do not over-extend vector diff --git a/gcc/config/ip2k/ip2k.h b/gcc/config/ip2k/ip2k.h index d0c8a67..a60f527 100644 --- a/gcc/config/ip2k/ip2k.h +++ b/gcc/config/ip2k/ip2k.h @@ -1,23 +1,23 @@ -/* Definitions of target machine for GNU compiler, +/* Definitions of target machine for GCC, For Ubicom IP2022 Communications Controller Copyright (C) 2000, 2001, 2002, 2003 Free Software Foundation, Inc. Contributed by Red Hat, Inc and Ubicom, 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 +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. */ |