* config/i386/{i386m3.mt,i386m3.mh},
authorJim Kingdon <jkingdon@engr.sgi.com>
Thu, 28 Oct 1993 15:04:40 +0000 (15:04 +0000)
committerJim Kingdon <jkingdon@engr.sgi.com>
Thu, 28 Oct 1993 15:04:40 +0000 (15:04 +0000)
config/mips/{mipsm3.mt,mipsm3.mh},
config/ns32k/{ns32km3.mt,ns32km3.mh}: Use correct names for TM_FILE
and XM_FILE.  Replace host files *mach3-xdep.o with native
files *m3-nat.o.  Replace host file os-mach3.o with native
file m3-nat.o.

gdb/config/i386/i386m3.mh
gdb/config/mips/mipsm3.mh
gdb/config/mips/mipsm3.mt
gdb/config/ns32k/ns32km3.mh
gdb/config/ns32k/ns32km3.mt

index 56cd2645204d66dd5a3d15163836e40136462143..71f4b62fc90eb82bd01b6daa9e123fdbfe12c98e 100644 (file)
@@ -1,7 +1,7 @@
 # Host: Intel 386 running Mach3
 
-XDEPFILES= os-mach3.o i387-tdep.o coredep.o
-NATDEPFILES= i386m3-nat.o
+XDEPFILES= i387-tdep.o coredep.o
+NATDEPFILES= i386m3-nat.o m3-nat.o 
 XM_FILE= xm-i386m3.h
 
 # Don't use the mmalloc library in Mach 3.
index 51a692bcc6aba0904358d7cc143f44b5814d48e8..3cfbaac42c97e9b65cff69838e893245a1faadf2 100644 (file)
@@ -1,8 +1,9 @@
 # Host: Little endian MIPS machine such as pmax
 # running Mach 3.0 operating system
 
-XDEPFILES= os-mach3.o mipsmach3-xdep.o coredep.o
-XM_FILE= xm-mipsmach3.h
+XDEPFILES= coredep.o
+NATDEPFILES= mipsm3-nat.o m3-nat.o
+XM_FILE= xm-mipsm3.h
 
 # Don't use the mmalloc library in Mach 3.
 MMALLOC_LIB = 
index 22a240f794a87d3cedf09a14d515d1546bcaf0af..6c6ce0f05c06af513e6c146f65aef874a3ed9292 100644 (file)
@@ -1,4 +1,4 @@
 # Target: Little-endian MIPS machine such as pmax
 # running Mach 3.0 operating system
 TDEPFILES= mips-pinsn.o mips-tdep.o mipsread.o exec.o
-TM_FILE= tm-mipsmach3.h
+TM_FILE= tm-mipsm3.h
index 8fff1a3a0e4525051539f40b74b2e35c9565bd53..526b50e7c0691f89ec56641264d5b962068a41be 100644 (file)
@@ -1,7 +1,7 @@
 # Host: ns32k running Mach3
 
-XDEPFILES= os-mach3.o ns32kmach3-xdep.o
-XM_FILE= xm-ns32kmach3.h
+NATDEPFILES= m3-nat.o ns32km3-nat.o
+XM_FILE= xm-ns32km3.h
 
 # Don't use the mmalloc library in Mach 3.
 MMALLOC_LIB = 
index 2e36b831b719f61c2b293841c1db4b209b870e33..ede34f134aa6b6447b007faf6a7b7bcdbfd4665f 100644 (file)
@@ -1,4 +1,4 @@
 # Target: ns32k with a.out on Mach 3
 
 TDEPFILES= exec.o ns32k-pinsn.o ns32k-tdep.o 
-TM_FILE= tm-ns32kmach3.h
+TM_FILE= tm-ns32km3.h