aboutsummaryrefslogtreecommitdiff
path: root/gdb/config
diff options
context:
space:
mode:
authorK. Richard Pixley <rich@cygnus>1992-10-16 23:39:34 +0000
committerK. Richard Pixley <rich@cygnus>1992-10-16 23:39:34 +0000
commitc7c9407366c9e9b97d27427978870f4b81d7ed5e (patch)
treeead8f422331bfbeba68331715826500d0d778fcf /gdb/config
parente24cb83d473f62515d0b82cbc0681d177a5737d3 (diff)
downloadgdb-c7c9407366c9e9b97d27427978870f4b81d7ed5e.zip
gdb-c7c9407366c9e9b97d27427978870f4b81d7ed5e.tar.gz
gdb-c7c9407366c9e9b97d27427978870f4b81d7ed5e.tar.bz2
i386v host/target/native separation
Diffstat (limited to 'gdb/config')
-rw-r--r--gdb/config/i386v.mh4
-rw-r--r--gdb/config/i386v.mt2
-rw-r--r--gdb/config/linux.mh4
3 files changed, 6 insertions, 4 deletions
diff --git a/gdb/config/i386v.mh b/gdb/config/i386v.mh
index 60ddc30..1c94ae5 100644
--- a/gdb/config/i386v.mh
+++ b/gdb/config/i386v.mh
@@ -1,6 +1,8 @@
# Host: Intel 386 running System V
-XDEPFILES= infptrace.o inftarg.o fork-child.o coredep.o corelow.o i386-xdep.o i387-tdep.o
+XDEPFILES=
XM_FILE= xm-i386v.h
+NAT_FILE= nm-i386v.h
+NATDEPFILES= exec.o infptrace.o inftarg.o fork-child.o coredep.o corelow.o i386v-nat.o
XM_CLIBS= -lPW
SYSV_DEFINE=-DSYSV
REGEX=regex.o
diff --git a/gdb/config/i386v.mt b/gdb/config/i386v.mt
index d595f7e..75e5661 100644
--- a/gdb/config/i386v.mt
+++ b/gdb/config/i386v.mt
@@ -1,3 +1,3 @@
# Target: Intel 386 running System V
-TDEPFILES= exec.o i386-tdep.o i386-pinsn.o
+TDEPFILES= i386-tdep.o i386-pinsn.o i387-tdep.o
TM_FILE= tm-i386v.h
diff --git a/gdb/config/linux.mh b/gdb/config/linux.mh
index e02e420..c7a5285 100644
--- a/gdb/config/linux.mh
+++ b/gdb/config/linux.mh
@@ -1,8 +1,8 @@
# Host: Intel 386 running System V
-XDEPFILES= i386-xdep.o
+XDEPFILES=
XM_FILE= xm-linux.h
NAT_FILE= nm-linux.h
-NATDEPFILES= exec.o infptrace.o inftarg.o fork-child.o coredep.o corelow.o
+NATDEPFILES= exec.o infptrace.o inftarg.o fork-child.o coredep.o corelow.o i386v-nat.o
XM_CLIBS=
TERMLIB=
SYSV_DEFINE=-DSYSV