diff options
Diffstat (limited to 'gdb/config/i386')
-rw-r--r-- | gdb/config/i386/cygwin.mh | 3 | ||||
-rw-r--r-- | gdb/config/i386/darwin.mh | 4 | ||||
-rw-r--r-- | gdb/config/i386/fbsd.mh | 7 | ||||
-rw-r--r-- | gdb/config/i386/fbsd64.mh | 6 | ||||
-rw-r--r-- | gdb/config/i386/go32.mh | 12 | ||||
-rw-r--r-- | gdb/config/i386/i386gnu.mh | 36 | ||||
-rw-r--r-- | gdb/config/i386/i386sol2.mh | 3 | ||||
-rw-r--r-- | gdb/config/i386/linux.mh | 12 | ||||
-rw-r--r-- | gdb/config/i386/linux64.mh | 12 | ||||
-rw-r--r-- | gdb/config/i386/mingw.mh | 3 | ||||
-rw-r--r-- | gdb/config/i386/mingw64.mh | 1 | ||||
-rw-r--r-- | gdb/config/i386/nbsd64.mh | 3 | ||||
-rw-r--r-- | gdb/config/i386/nbsdaout.mh | 6 | ||||
-rw-r--r-- | gdb/config/i386/nbsdelf.mh | 5 | ||||
-rw-r--r-- | gdb/config/i386/nm-fbsd.h | 28 | ||||
-rw-r--r-- | gdb/config/i386/nm-i386gnu.h | 38 | ||||
-rw-r--r-- | gdb/config/i386/nto.mh | 4 | ||||
-rw-r--r-- | gdb/config/i386/obsd.mh | 5 | ||||
-rw-r--r-- | gdb/config/i386/obsd64.mh | 5 | ||||
-rw-r--r-- | gdb/config/i386/obsdaout.mh | 6 | ||||
-rw-r--r-- | gdb/config/i386/sol2-64.mh | 3 |
21 files changed, 0 insertions, 202 deletions
diff --git a/gdb/config/i386/cygwin.mh b/gdb/config/i386/cygwin.mh deleted file mode 100644 index b704158c455..00000000000 --- a/gdb/config/i386/cygwin.mh +++ /dev/null @@ -1,3 +0,0 @@ -MH_CFLAGS= -NATDEPFILES= i386-nat.o windows-nat.o i386-windows-nat.o -XM_CLIBS= diff --git a/gdb/config/i386/darwin.mh b/gdb/config/i386/darwin.mh deleted file mode 100644 index cd7f2483f0e..00000000000 --- a/gdb/config/i386/darwin.mh +++ /dev/null @@ -1,4 +0,0 @@ -# Host: IA86 running Darwin - -NATDEPFILES = fork-child.o machoread.o darwin-nat.o \ - i386-darwin-nat.o i386-nat.o amd64-nat.o darwin-nat-info.o diff --git a/gdb/config/i386/fbsd.mh b/gdb/config/i386/fbsd.mh deleted file mode 100644 index 05ac5bbad26..00000000000 --- a/gdb/config/i386/fbsd.mh +++ /dev/null @@ -1,7 +0,0 @@ -# Host: FreeBSD/i386 -NATDEPFILES= fork-child.o inf-ptrace.o \ - fbsd-nat.o i386-nat.o i386bsd-nat.o i386fbsd-nat.o \ - bsd-kvm.o -NAT_FILE= nm-fbsd.h - -LOADLIBES= -lkvm diff --git a/gdb/config/i386/fbsd64.mh b/gdb/config/i386/fbsd64.mh deleted file mode 100644 index 2266defe6b4..00000000000 --- a/gdb/config/i386/fbsd64.mh +++ /dev/null @@ -1,6 +0,0 @@ -# Host: FreeBSD/amd64 -NATDEPFILES= fork-child.o inf-ptrace.o \ - fbsd-nat.o amd64-nat.o amd64bsd-nat.o amd64fbsd-nat.o \ - bsd-kvm.o - -LOADLIBES= -lkvm diff --git a/gdb/config/i386/go32.mh b/gdb/config/i386/go32.mh deleted file mode 100644 index 9cebf01b993..00000000000 --- a/gdb/config/i386/go32.mh +++ /dev/null @@ -1,12 +0,0 @@ -# Host: Intel x86 running DJGPP - -# We include several header files from config/djgpp -MH_CFLAGS= -I$(srcdir)/config/djgpp - -NATDEPFILES= go32-nat.o i386-nat.o - -HOST_IPC= -CC= gcc -XM_CLIBS= -ldbg - - diff --git a/gdb/config/i386/i386gnu.mh b/gdb/config/i386/i386gnu.mh deleted file mode 100644 index d4e09d9ba9c..00000000000 --- a/gdb/config/i386/i386gnu.mh +++ /dev/null @@ -1,36 +0,0 @@ -# Host: Intel 386 running the GNU Hurd -NATDEPFILES= i386gnu-nat.o gnu-nat.o corelow.o core-regset.o fork-child.o \ - notify_S.o process_reply_S.o msg_reply_S.o \ - msg_U.o exc_request_U.o exc_request_S.o - -NAT_FILE= nm-i386gnu.h -MH_CFLAGS = -D_GNU_SOURCE - -XM_CLIBS = -lshouldbeinlibc - -# Use our own user stubs for the msg rpcs, so we can make them time out, in -# case the program is fucked, or we guess the wrong signal thread. -msg-MIGUFLAGS = -D'MSG_IMPORTS=waittime 1000;' - -# ick -MIGCOM = $(MIG) -cc cat - /dev/null - -# Reply servers need special massaging of the code mig generates, to make -# them work correctly for error returns in some cases. -%_reply_S.h %_reply_S.c: %_reply.defs - $(CPP) $(CPPFLAGS) -DSERVERPREFIX=S_ -x c $< \ - | $(MIGCOM) -sheader $*_reply_S.h -server $*_reply_S.raw -user /dev/null -header /dev/null \ - && $(AWK) -f $(srcdir)/reply_mig_hack.awk < $*_reply_S.raw > $*_reply_S.c -# Normal servers -%_S.h %_S.c: %.defs - $(CPP) $(CPPFLAGS) -DSERVERPREFIX=S_ -x c $< \ - | $(MIGCOM) -sheader $*_S.h -server $*_S.c -user /dev/null -header /dev/null -# User rpc stubs -%_U.h %_U.c: %.defs - $(CPP) $(CPPFLAGS) $($*-MIGUFLAGS) -x c $< \ - | $(MIGCOM) -sheader /dev/null -server /dev/null -user $*_U.c -header $*_U.h - -NAT_GENERATED_FILES = notify_S.h notify_S.c \ - process_reply_S.h process_reply_S.c \ - msg_reply_S.h msg_reply_S.c msg_U.h msg_U.c \ - exc_request_U.h exc_request_U.c exc_request_S.h exc_request_S.c diff --git a/gdb/config/i386/i386sol2.mh b/gdb/config/i386/i386sol2.mh deleted file mode 100644 index dcf5a79c1e6..00000000000 --- a/gdb/config/i386/i386sol2.mh +++ /dev/null @@ -1,3 +0,0 @@ -# Host: Solaris x86 -NATDEPFILES= fork-child.o i386v4-nat.o i386-sol2-nat.o \ - procfs.o proc-api.o proc-events.o proc-flags.o proc-why.o diff --git a/gdb/config/i386/linux.mh b/gdb/config/i386/linux.mh deleted file mode 100644 index 3a158c65977..00000000000 --- a/gdb/config/i386/linux.mh +++ /dev/null @@ -1,12 +0,0 @@ -# Host: Intel 386 running GNU/Linux. - -NAT_FILE= config/nm-linux.h -NATDEPFILES= inf-ptrace.o fork-child.o \ - i386-nat.o i386-linux-nat.o \ - proc-service.o linux-thread-db.o \ - linux-nat.o linux-osdata.o linux-fork.o linux-procfs.o -NAT_CDEPS = $(srcdir)/proc-service.list - -# The dynamically loaded libthread_db needs access to symbols in the -# gdb executable. -LOADLIBES = -ldl $(RDYNAMIC) diff --git a/gdb/config/i386/linux64.mh b/gdb/config/i386/linux64.mh deleted file mode 100644 index a5e8c14b3a6..00000000000 --- a/gdb/config/i386/linux64.mh +++ /dev/null @@ -1,12 +0,0 @@ -# Host: GNU/Linux x86-64 -NATDEPFILES= inf-ptrace.o fork-child.o \ - i386-nat.o amd64-nat.o amd64-linux-nat.o \ - linux-nat.o linux-osdata.o \ - proc-service.o linux-thread-db.o linux-fork.o \ - linux-procfs.o -NAT_FILE= config/nm-linux.h -NAT_CDEPS = $(srcdir)/proc-service.list - -# The dynamically loaded libthread_db needs access to symbols in the -# gdb executable. -LOADLIBES = -ldl $(RDYNAMIC) diff --git a/gdb/config/i386/mingw.mh b/gdb/config/i386/mingw.mh deleted file mode 100644 index b704158c455..00000000000 --- a/gdb/config/i386/mingw.mh +++ /dev/null @@ -1,3 +0,0 @@ -MH_CFLAGS= -NATDEPFILES= i386-nat.o windows-nat.o i386-windows-nat.o -XM_CLIBS= diff --git a/gdb/config/i386/mingw64.mh b/gdb/config/i386/mingw64.mh deleted file mode 100644 index ba6fd9f9bba..00000000000 --- a/gdb/config/i386/mingw64.mh +++ /dev/null @@ -1 +0,0 @@ -NATDEPFILES= i386-nat.o windows-nat.o amd64-windows-nat.o diff --git a/gdb/config/i386/nbsd64.mh b/gdb/config/i386/nbsd64.mh deleted file mode 100644 index 5de8cf582d8..00000000000 --- a/gdb/config/i386/nbsd64.mh +++ /dev/null @@ -1,3 +0,0 @@ -# Host: NetBSD/amd64 -NATDEPFILES= fork-child.o inf-ptrace.o \ - nbsd-nat.o amd64-nat.o amd64bsd-nat.o amd64nbsd-nat.o diff --git a/gdb/config/i386/nbsdaout.mh b/gdb/config/i386/nbsdaout.mh deleted file mode 100644 index 9ea1952f2be..00000000000 --- a/gdb/config/i386/nbsdaout.mh +++ /dev/null @@ -1,6 +0,0 @@ -# Host: NetBSD/i386 a.out -NATDEPFILES= fork-child.o inf-ptrace.o \ - nbsd-nat.o i386bsd-nat.o i386nbsd-nat.o bsd-kvm.o \ - solib.o solib-sunos.o - -LOADLIBES= -lkvm diff --git a/gdb/config/i386/nbsdelf.mh b/gdb/config/i386/nbsdelf.mh deleted file mode 100644 index d27c84225f5..00000000000 --- a/gdb/config/i386/nbsdelf.mh +++ /dev/null @@ -1,5 +0,0 @@ -# Host: NetBSD/i386 ELF -NATDEPFILES= fork-child.o inf-ptrace.o \ - nbsd-nat.o i386bsd-nat.o i386nbsd-nat.o bsd-kvm.o - -LOADLIBES= -lkvm diff --git a/gdb/config/i386/nm-fbsd.h b/gdb/config/i386/nm-fbsd.h deleted file mode 100644 index 41e71f1df1a..00000000000 --- a/gdb/config/i386/nm-fbsd.h +++ /dev/null @@ -1,28 +0,0 @@ -/* Native-dependent definitions for FreeBSD/i386. - - Copyright 1986, 1987, 1989, 1992, 1994, 1996, 1997, 2000, 2001, 2004, 2005, - 2007, 2008, 2009, 2010, 2011 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 3 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, see <http://www.gnu.org/licenses/>. */ - -#ifndef NM_FBSD_H -#define NM_FBSD_H - -#ifdef HAVE_SYS_PARAM_H -#include <sys/param.h> -#endif - -#endif /* nm-fbsd.h */ diff --git a/gdb/config/i386/nm-i386gnu.h b/gdb/config/i386/nm-i386gnu.h deleted file mode 100644 index 8ce6c797c00..00000000000 --- a/gdb/config/i386/nm-i386gnu.h +++ /dev/null @@ -1,38 +0,0 @@ -/* Native-dependent definitions for Intel 386 running the GNU Hurd - Copyright 1994, 1995, 1996, 2002, 2007, 2008, 2009, 2010, 2011 - 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 3 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, see <http://www.gnu.org/licenses/>. */ - -#ifndef NM_I386GNU_H -#define NM_I386GNU_H - -#include <unistd.h> -#include <mach.h> -#include <mach/exception.h> -#include "regcache.h" - -extern char *gnu_target_pid_to_str (int pid); - -/* Thread flavors used in re-setting the T bit. */ -#define THREAD_STATE_FLAVOR i386_REGS_SEGS_STATE -#define THREAD_STATE_SIZE i386_THREAD_STATE_COUNT -#define THREAD_STATE_SET_TRACED(state) \ - ((struct i386_thread_state *) (state))->efl |= 0x100 -#define THREAD_STATE_CLEAR_TRACED(state) \ - ((((struct i386_thread_state *) (state))->efl &= ~0x100), 1) - -#endif /* nm-i386gnu.h */ diff --git a/gdb/config/i386/nto.mh b/gdb/config/i386/nto.mh deleted file mode 100644 index b9e2f84ad6c..00000000000 --- a/gdb/config/i386/nto.mh +++ /dev/null @@ -1,4 +0,0 @@ -# Host: Intel 386 running QNX. - -NATDEPFILES= nto-procfs.o -NAT_FILE= config/nm-nto.h diff --git a/gdb/config/i386/obsd.mh b/gdb/config/i386/obsd.mh deleted file mode 100644 index 5d691b3ab55..00000000000 --- a/gdb/config/i386/obsd.mh +++ /dev/null @@ -1,5 +0,0 @@ -# Host: OpenBSD/i386 ELF -NATDEPFILES= fork-child.o inf-ptrace.o \ - i386bsd-nat.o i386obsd-nat.o bsd-kvm.o - -LOADLIBES= -lkvm diff --git a/gdb/config/i386/obsd64.mh b/gdb/config/i386/obsd64.mh deleted file mode 100644 index 5c9899c4dfa..00000000000 --- a/gdb/config/i386/obsd64.mh +++ /dev/null @@ -1,5 +0,0 @@ -# Host: OpenBSD/amd64 -NATDEPFILES= fork-child.o inf-ptrace.o \ - amd64-nat.o amd64bsd-nat.o amd64obsd-nat.o bsd-kvm.o - -LOADLIBES= -lkvm diff --git a/gdb/config/i386/obsdaout.mh b/gdb/config/i386/obsdaout.mh deleted file mode 100644 index d60758a1967..00000000000 --- a/gdb/config/i386/obsdaout.mh +++ /dev/null @@ -1,6 +0,0 @@ -# Host: OpenBSD/i386 a.out -NATDEPFILES= fork-child.o inf-ptrace.o \ - i386bsd-nat.o i386nbsd-nat.o i386obsd-nat.o bsd-kvm.o \ - solib.o solib-sunos.o - -LOADLIBES= -lkvm diff --git a/gdb/config/i386/sol2-64.mh b/gdb/config/i386/sol2-64.mh deleted file mode 100644 index bfb69801eb6..00000000000 --- a/gdb/config/i386/sol2-64.mh +++ /dev/null @@ -1,3 +0,0 @@ -# Host: Solaris x86_64 -NATDEPFILES= fork-child.o amd64-nat.o i386v4-nat.o i386-sol2-nat.o \ - procfs.o proc-api.o proc-events.o proc-flags.o proc-why.o |