diff options
author | Marc Espie <espie@cvs.openbsd.org> | 1998-12-23 04:16:30 +0000 |
---|---|---|
committer | Marc Espie <espie@cvs.openbsd.org> | 1998-12-23 04:16:30 +0000 |
commit | 90f2e7ec802cc110abcd18f1690a2ea2a7eb9f90 (patch) | |
tree | 94a946c30cc094980ab415c2a6a447bf6953bc07 /gnu/usr.bin/gcc | |
parent | a4882ef55e2c627ff6c01093623301cfc4fc534f (diff) |
Kill files that reference config/xm-openbsd.h, these are no longer
used, since they would make an error.
Kill xm-powerpc.h along: it's actually a less advanced version of xm-rs6000.h.
Keep ns32k/xm-openbsd.h around, as it used to do something non trivial.
pa/xm-openbsd.h is actually still in use, so don't touch it.
Diffstat (limited to 'gnu/usr.bin/gcc')
-rw-r--r-- | gnu/usr.bin/gcc/config/alpha/xm-openbsd.h | 2 | ||||
-rw-r--r-- | gnu/usr.bin/gcc/config/i386/xm-openbsd.h | 4 | ||||
-rw-r--r-- | gnu/usr.bin/gcc/config/m68k/xm-openbsd.h | 4 | ||||
-rw-r--r-- | gnu/usr.bin/gcc/config/mips/xm-openbsd.h | 2 | ||||
-rw-r--r-- | gnu/usr.bin/gcc/config/ns32k/xm-openbsd.h | 1 | ||||
-rw-r--r-- | gnu/usr.bin/gcc/config/rs6000/xm-openbsd.h | 4 | ||||
-rw-r--r-- | gnu/usr.bin/gcc/config/rs6000/xm-powerpc.h | 41 | ||||
-rw-r--r-- | gnu/usr.bin/gcc/config/sparc/xm-openbsd.h | 4 | ||||
-rw-r--r-- | gnu/usr.bin/gcc/config/vax/xm-openbsd.h | 2 |
9 files changed, 0 insertions, 64 deletions
diff --git a/gnu/usr.bin/gcc/config/alpha/xm-openbsd.h b/gnu/usr.bin/gcc/config/alpha/xm-openbsd.h deleted file mode 100644 index 145b2e2b5b8..00000000000 --- a/gnu/usr.bin/gcc/config/alpha/xm-openbsd.h +++ /dev/null @@ -1,2 +0,0 @@ -#include "alpha/xm-alpha.h" -#include "config/xm-openbsd.h" diff --git a/gnu/usr.bin/gcc/config/i386/xm-openbsd.h b/gnu/usr.bin/gcc/config/i386/xm-openbsd.h deleted file mode 100644 index b01f2c29ca5..00000000000 --- a/gnu/usr.bin/gcc/config/i386/xm-openbsd.h +++ /dev/null @@ -1,4 +0,0 @@ -/* Configuration for GCC for Intel i386 running OpenBSD as host. */ - -#include <i386/xm-i386.h> -#include <xm-openbsd.h> diff --git a/gnu/usr.bin/gcc/config/m68k/xm-openbsd.h b/gnu/usr.bin/gcc/config/m68k/xm-openbsd.h deleted file mode 100644 index 968dbf16982..00000000000 --- a/gnu/usr.bin/gcc/config/m68k/xm-openbsd.h +++ /dev/null @@ -1,4 +0,0 @@ -/* Configuration for GCC for Motorola 68k running OpenBSD as host. */ - -#include <m68k/xm-m68k.h> -#include <xm-openbsd.h> diff --git a/gnu/usr.bin/gcc/config/mips/xm-openbsd.h b/gnu/usr.bin/gcc/config/mips/xm-openbsd.h deleted file mode 100644 index 5f791bc287e..00000000000 --- a/gnu/usr.bin/gcc/config/mips/xm-openbsd.h +++ /dev/null @@ -1,2 +0,0 @@ -#include "mips/xm-mips.h" -#include "config/xm-openbsd.h" diff --git a/gnu/usr.bin/gcc/config/ns32k/xm-openbsd.h b/gnu/usr.bin/gcc/config/ns32k/xm-openbsd.h index 719cb0e8894..f8679c8e070 100644 --- a/gnu/usr.bin/gcc/config/ns32k/xm-openbsd.h +++ b/gnu/usr.bin/gcc/config/ns32k/xm-openbsd.h @@ -7,4 +7,3 @@ #undef memcpy #undef memset -#include <xm-openbsd.h> diff --git a/gnu/usr.bin/gcc/config/rs6000/xm-openbsd.h b/gnu/usr.bin/gcc/config/rs6000/xm-openbsd.h deleted file mode 100644 index 6898b15b12f..00000000000 --- a/gnu/usr.bin/gcc/config/rs6000/xm-openbsd.h +++ /dev/null @@ -1,4 +0,0 @@ -/* Configuration for GCC for powerpc running OpenBSD as host. */ - -#include <rs6000/xm-powerpc.h> -#include <xm-openbsd.h> diff --git a/gnu/usr.bin/gcc/config/rs6000/xm-powerpc.h b/gnu/usr.bin/gcc/config/rs6000/xm-powerpc.h deleted file mode 100644 index 7fc43d2137f..00000000000 --- a/gnu/usr.bin/gcc/config/rs6000/xm-powerpc.h +++ /dev/null @@ -1,41 +0,0 @@ -/* Configuration for GNU C-compiler for PowerPC - Copyright (C) 1987, 1993 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. */ - - -/* #defines that need visibility everywhere. */ -#define FALSE 0 -#define TRUE 1 - -/* This describes the machine the compiler is hosted on. */ -#define HOST_BITS_PER_CHAR 8 -#define HOST_BITS_PER_SHORT 16 -#define HOST_BITS_PER_INT 32 -#define HOST_BITS_PER_LONG 32 -#define HOST_BITS_PER_LONGLONG 64 - -#define HOST_WORDS_BIG_ENDIAN - -/* target machine dependencies. - tm.h is a symbolic link to the actual target specific file. */ -#include "tm.h" - -/* Arguments to use with `exit'. */ -#define SUCCESS_EXIT_CODE 0 -#define FATAL_EXIT_CODE 33 diff --git a/gnu/usr.bin/gcc/config/sparc/xm-openbsd.h b/gnu/usr.bin/gcc/config/sparc/xm-openbsd.h deleted file mode 100644 index c78cde8b5ea..00000000000 --- a/gnu/usr.bin/gcc/config/sparc/xm-openbsd.h +++ /dev/null @@ -1,4 +0,0 @@ -/* Configuration for GCC for Sun SPARC running OpenBSD as host. */ - -#include <sparc/xm-sparc.h> -#include <xm-openbsd.h> diff --git a/gnu/usr.bin/gcc/config/vax/xm-openbsd.h b/gnu/usr.bin/gcc/config/vax/xm-openbsd.h deleted file mode 100644 index 3ba8f9f6f00..00000000000 --- a/gnu/usr.bin/gcc/config/vax/xm-openbsd.h +++ /dev/null @@ -1,2 +0,0 @@ -#include <vax/xm-vax.h> -#include <xm-openbsd.h> |