]> gcc.gnu.org Git - gcc.git/commitdiff
xm-netbsd.h: Remove unnecessary file.
authorJeffrey A Law <law@cygnus.com>
Sun, 30 Aug 1998 16:22:23 +0000 (16:22 +0000)
committerJeff Law <law@gcc.gnu.org>
Sun, 30 Aug 1998 16:22:23 +0000 (10:22 -0600)
        * 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

gcc/ChangeLog
gcc/config/i386/xm-netbsd.h
gcc/config/m68k/xm-netbsd.h
gcc/config/mips/xm-netbsd.h
gcc/config/ns32k/xm-netbsd.h
gcc/config/sparc/xm-netbsd.h
gcc/config/xm-netbsd.h [deleted file]

index 67b14e6f385a71a9ac932ff040ace80ca0ed5b89..d7d0992a6d18785b4d084cafad6155d16fb842b7 100644 (file)
@@ -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
index 3a9f324199079b88d280ff23cf4baa9a58a75fee..6fb2b1d65d78b80ed4009e935b900dfe4a677e71 100644 (file)
@@ -1,4 +1,3 @@
 /* Configuration for GCC for Intel i386 running NetBSD as host.  */
 
 #include <i386/xm-i386.h>
-#include <xm-netbsd.h>
index 27a33cd5b833f1d90c0b38f437748a321b29f39d..9900be1cceba9e472ba17f901923f658e873c46c 100644 (file)
@@ -1,4 +1,3 @@
 /* Configuration for GCC for Motorola 68k running NetBSD as host.  */
 
 #include <m68k/xm-m68k.h>
-#include <xm-netbsd.h>
index b9d3c709d9d8dc5d5f2189b8144ddff3a3fe4f06..e7f260a6536492462de759557105ea0f1169b4e4 100644 (file)
@@ -1,2 +1 @@
 #include "mips/xm-mips.h"
-#include "config/xm-netbsd.h"
index 4040751d1d90ac16ede81b566377d469b3290565..9d344dc239dab2a266997e849110bb43b8c8456c 100644 (file)
@@ -6,5 +6,3 @@
 #undef memcmp
 #undef memcpy
 #undef memset
-
-#include <xm-netbsd.h>
index 5f11b8d2f480c3b1864740ef08101601ffb022f4..b7a7d65bdf47f27f06b9a69a9e9ab9b7428d1b53 100644 (file)
@@ -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 (file)
index 099a923..0000000
+++ /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
This page took 0.070655 seconds and 5 git commands to generate.