diff options
author | Jeffrey A Law <law@cygnus.com> | 1998-08-30 16:22:23 +0000 |
---|---|---|
committer | Jeff Law <law@gcc.gnu.org> | 1998-08-30 10:22:23 -0600 |
commit | 797990edb5c53b4780760c379345679a716795f7 (patch) | |
tree | d2c161239e5431429a355a83a310e2d84c581894 /gcc | |
parent | 9c4cb3a3e9b59142d107270aa7c32e920c43c66b (diff) | |
download | gcc-797990edb5c53b4780760c379345679a716795f7.zip gcc-797990edb5c53b4780760c379345679a716795f7.tar.gz gcc-797990edb5c53b4780760c379345679a716795f7.tar.bz2 |
xm-netbsd.h: Remove unnecessary file.
* config/xm-netbsd.h: Remove unnecessary file.
* config/*/xm-netbsd.h: Do not include the generic xm-netbsd.h
file anymore, it is not needed.
From-SVN: r22103
Diffstat (limited to 'gcc')
-rw-r--r-- | gcc/ChangeLog | 6 | ||||
-rw-r--r-- | gcc/config/i386/xm-netbsd.h | 1 | ||||
-rw-r--r-- | gcc/config/m68k/xm-netbsd.h | 1 | ||||
-rw-r--r-- | gcc/config/mips/xm-netbsd.h | 1 | ||||
-rw-r--r-- | gcc/config/ns32k/xm-netbsd.h | 2 | ||||
-rw-r--r-- | gcc/config/sparc/xm-netbsd.h | 1 | ||||
-rw-r--r-- | gcc/config/xm-netbsd.h | 26 |
7 files changed, 6 insertions, 32 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 67b14e6..d7d0992 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,9 @@ +Sun Aug 30 17:18:43 1998 Jeffrey A Law (law@cygnus.com) + + * config/xm-netbsd.h: Remove unnecessary file. + * config/*/xm-netbsd.h: Do not include the generic xm-netbsd.h + file anymore, it is not needed. + Sun Aug 30 16:05:45 1998 Mark Mitchell <mark@markmitchell.com> * convert.c (convert_to_integer): Issue an error on conversions to diff --git a/gcc/config/i386/xm-netbsd.h b/gcc/config/i386/xm-netbsd.h index 3a9f324..6fb2b1d 100644 --- a/gcc/config/i386/xm-netbsd.h +++ b/gcc/config/i386/xm-netbsd.h @@ -1,4 +1,3 @@ /* Configuration for GCC for Intel i386 running NetBSD as host. */ #include <i386/xm-i386.h> -#include <xm-netbsd.h> diff --git a/gcc/config/m68k/xm-netbsd.h b/gcc/config/m68k/xm-netbsd.h index 27a33cd..9900be1 100644 --- a/gcc/config/m68k/xm-netbsd.h +++ b/gcc/config/m68k/xm-netbsd.h @@ -1,4 +1,3 @@ /* Configuration for GCC for Motorola 68k running NetBSD as host. */ #include <m68k/xm-m68k.h> -#include <xm-netbsd.h> diff --git a/gcc/config/mips/xm-netbsd.h b/gcc/config/mips/xm-netbsd.h index b9d3c70..e7f260a 100644 --- a/gcc/config/mips/xm-netbsd.h +++ b/gcc/config/mips/xm-netbsd.h @@ -1,2 +1 @@ #include "mips/xm-mips.h" -#include "config/xm-netbsd.h" diff --git a/gcc/config/ns32k/xm-netbsd.h b/gcc/config/ns32k/xm-netbsd.h index 4040751..9d344dc 100644 --- a/gcc/config/ns32k/xm-netbsd.h +++ b/gcc/config/ns32k/xm-netbsd.h @@ -6,5 +6,3 @@ #undef memcmp #undef memcpy #undef memset - -#include <xm-netbsd.h> diff --git a/gcc/config/sparc/xm-netbsd.h b/gcc/config/sparc/xm-netbsd.h index 5f11b8d..b7a7d65 100644 --- a/gcc/config/sparc/xm-netbsd.h +++ b/gcc/config/sparc/xm-netbsd.h @@ -1,4 +1,3 @@ /* Configuration for GCC for Sun SPARC running NetBSD as host. */ #include <sparc/xm-sparc.h> -#include <xm-netbsd.h> diff --git a/gcc/config/xm-netbsd.h b/gcc/config/xm-netbsd.h deleted file mode 100644 index 099a923..0000000 --- a/gcc/config/xm-netbsd.h +++ /dev/null @@ -1,26 +0,0 @@ -/* Configuration for GNU C-compiler for hosts running NetBSD. - Copyright (C) 1995 Free Software Foundation, Inc. - -This file is part of GNU CC. - -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. - -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. - -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. */ - -/* This file defines machine-independent things specific to a host - running NetBSD. This file should not be specified as $xm_file itself; - instead $xm_file should be CPU/xm-netbsd.h, which should include both - CPU/xm-CPU.h and this file xm-netbsd.h. */ - -#define HAVE_VPRINTF |