diff options
author | Nathanael Nerode <neroden@gcc.gnu.org> | 2003-09-26 04:07:46 +0000 |
---|---|---|
committer | Nathanael Nerode <neroden@gcc.gnu.org> | 2003-09-26 04:07:46 +0000 |
commit | a805d35f0082f129b739e86681498ff4fc198e8c (patch) | |
tree | 1501954ef2ae306abf86409dfa05f45e0212aa52 /gcc/config/i386/netbsd-elf.h | |
parent | eac559b6244ca34f10a3d2bd7981bd6268a89e90 (diff) | |
download | gcc-a805d35f0082f129b739e86681498ff4fc198e8c.tar.gz |
netbsd-elf.h, [...]: Replace "GNU CC", "GNU compiler", and "GNU C-compiler" with "GCC".
* config/i386/netbsd-elf.h, config/i386/netbsd64.h,
config/i386/netware.h, config/i386/nto.h, config/i386/openbsd.h,
config/i386/pentium.md, config/i386/pmmintrin.h, config/i386/ppro.md,
config/i386/ptx4-i.h, config/i386/rtemself.h, config/i386/sco5.h,
config/i386/sol2.h, config/i386/svr3gas.h, config/i386/sysv3.h,
config/i386/sysv4-cpp.h, config/i386/sysv4.h, config/i386/sysv5.h,
config/i386/unix.h, config/i386/uwin.h, config/i386/vsta.h,
config/i386/xm-cygwin.h, config/i386/xm-djgpp.h,
config/i386/xm-mingw32.h, config/i386/xmmintrin.h: Replace
"GNU CC", "GNU compiler", and "GNU C-compiler" with "GCC".
From-SVN: r71813
Diffstat (limited to 'gcc/config/i386/netbsd-elf.h')
-rw-r--r-- | gcc/config/i386/netbsd-elf.h | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/gcc/config/i386/netbsd-elf.h b/gcc/config/i386/netbsd-elf.h index 3bc574e5cb3..cfd8837c8f2 100644 --- a/gcc/config/i386/netbsd-elf.h +++ b/gcc/config/i386/netbsd-elf.h @@ -1,22 +1,22 @@ -/* Definitions of target machine for GNU compiler, +/* Definitions of target machine for GCC, for i386/ELF NetBSD systems. Copyright (C) 2001, 2002 Free Software Foundation, Inc. Contributed by matthew green <mrg@eterna.com.au> -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. */ |