diff options
| author | neroden <neroden@138bc75d-0d04-0410-961f-82ee72b054a4> | 2003-06-17 00:16:40 +0000 |
|---|---|---|
| committer | neroden <neroden@138bc75d-0d04-0410-961f-82ee72b054a4> | 2003-06-17 00:16:40 +0000 |
| commit | 4318a66da283ec57e37f89ea02d11f5dd48bf3f2 (patch) | |
| tree | 61e1bec32273ba929bc639ff06db6f579c683d0a | |
| parent | bf342aa10c73c68e5aaa099beb74d0b86d5224c6 (diff) | |
| download | ppe42-gcc-4318a66da283ec57e37f89ea02d11f5dd48bf3f2.tar.gz ppe42-gcc-4318a66da283ec57e37f89ea02d11f5dd48bf3f2.zip | |
* config/ip2k/ip2k.h: Replace "GNU CC" and "GNU compiler" with "GCC".
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@68054 138bc75d-0d04-0410-961f-82ee72b054a4
| -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 e5d87dd412d..a39e69acbea 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 d0c8a676e96..a60f5272e19 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. */ |

