diff options
author | Nick Clifton <nickc@redhat.com> | 2003-02-10 16:33:09 +0000 |
---|---|---|
committer | Nick Clifton <nickc@gcc.gnu.org> | 2003-02-10 16:33:09 +0000 |
commit | 4f4482454949969174802c4a3e0a10f68834a90a (patch) | |
tree | 6cff9caabe16f55b6d63b71e3acce2966078aba5 /gcc/config/arm/netbsd.h | |
parent | 19190d2751e160d70146a18512a21a4efddf13b2 (diff) | |
download | gcc-4f4482454949969174802c4a3e0a10f68834a90a.zip gcc-4f4482454949969174802c4a3e0a10f68834a90a.tar.gz gcc-4f4482454949969174802c4a3e0a10f68834a90a.tar.bz2 |
Replace occurances of "GNU CC" with "GCC" and reformat as appropriate.
From-SVN: r62640
Diffstat (limited to 'gcc/config/arm/netbsd.h')
-rw-r--r-- | gcc/config/arm/netbsd.h | 28 |
1 files changed, 14 insertions, 14 deletions
diff --git a/gcc/config/arm/netbsd.h b/gcc/config/arm/netbsd.h index ad26d09..d7e6837 100644 --- a/gcc/config/arm/netbsd.h +++ b/gcc/config/arm/netbsd.h @@ -2,22 +2,22 @@ Copyright (C) 1993, 1994, 1997, 1998, 2003 Free Software Foundation, Inc. Contributed by Mark Brinicombe (amb@physig.ph.kcl.ac.uk) -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 -the Free Software Foundation; either version 2, or (at your option) -any later version. + 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, -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. + 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 -the Free Software Foundation, 59 Temple Place - Suite 330, -Boston, MA 02111-1307, USA. */ + You should have received a copy of the GNU General Public License + 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. */ /* Run-time Target Specification. */ #undef TARGET_VERSION @@ -103,7 +103,7 @@ Boston, MA 02111-1307, USA. */ #undef TYPE_OPERAND_FMT #define TYPE_OPERAND_FMT "%%%s" -/* NetBSD uses the old PCC style aggregate returning conventions. */ +/* NetBSD uses the old PCC style aggregate returning conventions. */ #undef DEFAULT_PCC_STRUCT_RETURN #define DEFAULT_PCC_STRUCT_RETURN 1 |