diff options
author | neroden <neroden@138bc75d-0d04-0410-961f-82ee72b054a4> | 2003-03-13 03:30:00 +0000 |
---|---|---|
committer | neroden <neroden@138bc75d-0d04-0410-961f-82ee72b054a4> | 2003-03-13 03:30:00 +0000 |
commit | b5b835e5335b2f3b3df81c50bbe54f90dbbc584d (patch) | |
tree | 2c48997308dee1dc40580d9b362b182b20a66d1b /gcc/config/v850/v850.h | |
parent | 672345546c8269a4e338d3b9b425790cf9c25466 (diff) | |
download | ppe42-gcc-b5b835e5335b2f3b3df81c50bbe54f90dbbc584d.tar.gz ppe42-gcc-b5b835e5335b2f3b3df81c50bbe54f90dbbc584d.zip |
* 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.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@64296 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/config/v850/v850.h')
-rw-r--r-- | gcc/config/v850/v850.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/gcc/config/v850/v850.h b/gcc/config/v850/v850.h index 531b73be6ce..7485b34e4c6 100644 --- a/gcc/config/v850/v850.h +++ b/gcc/config/v850/v850.h @@ -3,20 +3,20 @@ 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. */ |