misc 386 configs updated
authorK. Richard Pixley <rich@cygnus>
Sat, 17 Oct 1992 00:07:04 +0000 (00:07 +0000)
committerK. Richard Pixley <rich@cygnus>
Sat, 17 Oct 1992 00:07:04 +0000 (00:07 +0000)
gdb/ChangeLog
gdb/config/i386aout.mt
gdb/config/i386sco.mh
gdb/config/i386sol2.mh
gdb/config/i386sol2.mt
gdb/config/i386v32.mh
gdb/config/i386v4.mh
gdb/config/i386v4.mt
gdb/config/ncr3000.mh
gdb/config/ncr3000.mt

index 8d980b6..7addce8 100644 (file)
@@ -1,5 +1,20 @@
 Fri Oct 16 13:06:08 1992  K. Richard Pixley  (rich@sendai.cygnus.com)
 
+       Miscellaneous 386 configs updated.
+
+       * config/i386aout.mt (TDEPFILES): removed exec.o.
+       * config/i386sol2.mh, config/ncr3000.mh, config/i386v4.mh
+         (XDEPFILES): removed procfs.o fork-child.o i386-xdep.o.
+         (NAT_FILE, NATDEPFILES): new macros.
+       * config/i386aout.mt, config/i386sol2.mt, config/ncr3000.mt,
+         config/i386v4.mt (TDEPFILES): removed exec.o.
+       * config/i386v32.mh (XDEPFILES): removed infptrace.o inftarg.o
+         fork-child.o coredep.o corelow.o i386-xdep.o i387-tdep.o.
+         (NAT_FILE, NATDEPFILES): new macros.
+       * config/i386sco.mh (XDEPFILES): removed infptrace.o inftarg.o
+         fork-child.o coredep.o corelow.o i386-xdep.o.
+         (NAT_FILE, NATDEPFILES): new macros.
+
        Native support cleanup for i386bsd (untested).
 
        * config/i386bsd.mt (NATDEPFILES): exec.o removed.
index 4bfa353..cd8f7e0 100644 (file)
@@ -1,4 +1,4 @@
 # Target: Intel 386 with a.out
  
-TDEPFILES= exec.o i386-tdep.o i386-pinsn.o
+TDEPFILES= i386-tdep.o i386-pinsn.o
 TM_FILE= tm-i386v.h
index f0cef75..e849063 100644 (file)
@@ -1,6 +1,8 @@
 # Host: Intel 386 running SCO Unix (pre-SVR4)
-XDEPFILES= infptrace.o inftarg.o fork-child.o coredep.o corelow.o i386-xdep.o i387-tdep.o
+XDEPFILES= i387-tdep.o
 XM_FILE= xm-i386sco.h
+NAT_FILE= nm-i386sco.h
+NATDEPFILES= infptrace.o inftarg.o fork-child.o coredep.o corelow.o i386v-nat.o
 XM_CLIBS= -lPW
 SYSV_DEFINE=-DSYSV
 REGEX=regex.o
index 49e7c6d..82fadb2 100644 (file)
@@ -10,11 +10,14 @@ REGEX1=regex.o
 
 # Need to compile and link in support for SVR4's /proc and i386 host dependent
 # routines.
-XDEPFILES= procfs.o fork-child.o i386-xdep.o
+XDEPFILES= 
 
 # Use the i386 SVR4 host configuration file.
 XM_FILE= xm-i386v4.h
 
+NAT_FILE= nm-i386v.h
+NATDEPFILES= exec.o procfs.o fork-child.o i386v-nat.o
+
 # We need to find alloca() somewhere.  Gcc has one built in, but most other
 # compilers don't.  Using the one in /usr/ucblib/libucb.a is tricky because
 # we have to be careful not to pull in anything else from the library (lots
index 4902e43..e02cc53 100644 (file)
@@ -1,3 +1,3 @@
 # Target: Intel 386 running SVR4
-TDEPFILES= exec.o i386-pinsn.o i386-tdep.o i387-tdep.o solib.o
+TDEPFILES= i386-pinsn.o i386-tdep.o i387-tdep.o solib.o
 TM_FILE= tm-i386v4.h
index 0743728..595aaad 100644 (file)
@@ -1,6 +1,8 @@
 # Host: Intel 386 running System V release 3.2
-XDEPFILES= infptrace.o inftarg.o fork-child.o coredep.o corelow.o i386-xdep.o i387-tdep.o
+XDEPFILES= 
 XM_FILE= xm-i386v32.h
+NAT_FILE= nm-i386v.h
+NATDEPFILES= infptrace.o inftarg.o fork-child.o coredep.o corelow.o i386v-nat.o
 XM_CLIBS= -lPW
 SYSV_DEFINE=-DSYSV
 REGEX=regex.o
index 49c6ee3..9e559f1 100644 (file)
@@ -6,11 +6,14 @@ REGEX1=regex.o
 
 # Need to compile and link in support for SVR4's /proc and i386 host dependent
 # routines.
-XDEPFILES= procfs.o fork-child.o i386-xdep.o
+XDEPFILES= 
 
 # Use the i386 SVR4 host configuration file.
 XM_FILE= xm-i386v4.h
 
+NAT_FILE= nm-i386v.h
+NATDEPFILES= exec.o procfs.o fork-child.o i386v-nat.o
+
 # We need to find alloca() somewhere.  Gcc has one built in, but most other
 # compilers don't.  Using the one in /usr/ucblib/libucb.a is tricky because
 # we have to be careful not to pull in anything else from the library (lots
index 4902e43..e02cc53 100644 (file)
@@ -1,3 +1,3 @@
 # Target: Intel 386 running SVR4
-TDEPFILES= exec.o i386-pinsn.o i386-tdep.o i387-tdep.o solib.o
+TDEPFILES= i386-pinsn.o i386-tdep.o i387-tdep.o solib.o
 TM_FILE= tm-i386v4.h
index 6c5c8d1..13a339b 100644 (file)
@@ -15,11 +15,14 @@ REGEX1=regex.o
 
 # Need to compile and link in support for SVR4's /proc and i386 host dependent
 # routines.
-XDEPFILES= procfs.o fork-child.o i386-xdep.o
+XDEPFILES= 
 
 # Use the i386 SVR4 host configuration file.
 XM_FILE= xm-i386v4.h
 
+NAT_FILE= nm-i386v.h
+NATDEPFILES= exec.o procfs.o fork-child.o i386v-nat.o
+
 # We need to find alloca() somewhere.  Gcc has one built in, but most other
 # compilers don't.  Using the one in /usr/ucblib/libucb.a is tricky because
 # we have to be careful not to pull in anything else from the library (lots
index 4902e43..e02cc53 100644 (file)
@@ -1,3 +1,3 @@
 # Target: Intel 386 running SVR4
-TDEPFILES= exec.o i386-pinsn.o i386-tdep.o i387-tdep.o solib.o
+TDEPFILES= i386-pinsn.o i386-tdep.o i387-tdep.o solib.o
 TM_FILE= tm-i386v4.h