aboutsummaryrefslogtreecommitdiff
path: root/gdb/config/i386
diff options
context:
space:
mode:
authorMark Kettenis <kettenis@gnu.org>2004-05-03 22:06:15 +0000
committerMark Kettenis <kettenis@gnu.org>2004-05-03 22:06:15 +0000
commit299726654e95e2b32d6a04a44b232c90f469aa4e (patch)
treec12ddfabaf27b344db1a92a6e8efc4faf6b1d2ec /gdb/config/i386
parentf595cb1909c318d0baf767a2a70c37caf56a111c (diff)
downloadgdb-299726654e95e2b32d6a04a44b232c90f469aa4e.zip
gdb-299726654e95e2b32d6a04a44b232c90f469aa4e.tar.gz
gdb-299726654e95e2b32d6a04a44b232c90f469aa4e.tar.bz2
* i386-interix-nat.c, i386-interix-tdep.c,
config/i386/nm-interix.h, config/i386/interix.mh, config/i386/interix.mt: Remove files. * Makefile.in (i386-interix-nat.o, i386-interix-tdep.o): Remove dependencies.
Diffstat (limited to 'gdb/config/i386')
-rw-r--r--gdb/config/i386/interix.mh6
-rw-r--r--gdb/config/i386/interix.mt2
-rw-r--r--gdb/config/i386/nm-interix.h35
3 files changed, 0 insertions, 43 deletions
diff --git a/gdb/config/i386/interix.mh b/gdb/config/i386/interix.mh
deleted file mode 100644
index c294dd5..0000000
--- a/gdb/config/i386/interix.mh
+++ /dev/null
@@ -1,6 +0,0 @@
-# Host: Intel 386 running Interix
-XDEPFILES=
-NATDEPFILES= corelow.o core-regset.o fork-child.o i386-interix-nat.o \
- procfs.o proc-api.o proc-events.o proc-flags.o proc-why.o
-NAT_FILE= nm-interix.h
-XM_FILE= xm-interix.h
diff --git a/gdb/config/i386/interix.mt b/gdb/config/i386/interix.mt
deleted file mode 100644
index 21285aa..0000000
--- a/gdb/config/i386/interix.mt
+++ /dev/null
@@ -1,2 +0,0 @@
-# Target: Intel 386 running Interix
-TDEPFILES= i386-tdep.o i387-tdep.o i386-interix-tdep.o solib.o solib-pei.o
diff --git a/gdb/config/i386/nm-interix.h b/gdb/config/i386/nm-interix.h
deleted file mode 100644
index b8b003a..0000000
--- a/gdb/config/i386/nm-interix.h
+++ /dev/null
@@ -1,35 +0,0 @@
-/* Native-dependent definitions for Intel 386 running Interix, for GDB.
- Copyright 1986, 1987, 1989, 1992, 1996 Free Software Foundation, Inc.
-
-This file is part of GDB.
-
-This program 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 of the License, or
-(at your option) any later version.
-
-This program 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 this program; if not, write to the Free Software
-Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */
-
-#ifndef NM_INTERIX_H
-#define NM_INTERIX_H
-
-/* Be shared lib aware. */
-#include "solib.h"
-
-/* submodes of USE_PROC_FS. */
-#define UNIXWARE
-
-/* It's ALMOST coff; bfd does the same thing. Mostly used in coffread.c. */
-#define COFF_IMAGE_WITH_PE
-
-/* Turn on our own child_pid_to_exec_file. */
-#define CHILD_PID_TO_EXEC_FILE
-
-#endif /* NM_INTERIX_H */