* config/i386/{i386m3.mt,i386m3.mh}: Use correct names for TM_FILE
authorJim Kingdon <jkingdon@engr.sgi.com>
Wed, 27 Oct 1993 22:06:52 +0000 (22:06 +0000)
committerJim Kingdon <jkingdon@engr.sgi.com>
Wed, 27 Oct 1993 22:06:52 +0000 (22:06 +0000)
and XM_FILE.  Replace host file i386mach3-xdep.o with native file
i386m3-nat.o.

gdb/ChangeLog
gdb/config/i386/i386m3.mh
gdb/config/i386/i386m3.mt

index d2f17d10dbb95ca2f90c062c19cbed7fdbbbde98..993cb9861164e92690e484837749147a268f7791 100644 (file)
@@ -1,5 +1,9 @@
 Wed Oct 27 13:43:07 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
 
+       * config/i386/{i386m3.mt,i386m3.mh}: Use correct names for TM_FILE
+       and XM_FILE.  Replace host file i386mach3-xdep.o with native file
+       i386m3-nat.o.
+
        * remote-udi.c: Remove LOG_FILE stuff; superceded by "set remotedebug".
        * remote-mon.c: Remove commented out "set remotedebug" command.
        * remote-nindy.c: Clean up comment about wanting alternative to
index 02e0bd676d3c704aa88ca3aa3922736cf58164e4..56cd2645204d66dd5a3d15163836e40136462143 100644 (file)
@@ -1,7 +1,8 @@
 # Host: Intel 386 running Mach3
 
-XDEPFILES= os-mach3.o i386mach3-xdep.o i387-tdep.o coredep.o
-XM_FILE= xm-i386mach3.h
+XDEPFILES= os-mach3.o i387-tdep.o coredep.o
+NATDEPFILES= i386m3-nat.o
+XM_FILE= xm-i386m3.h
 
 # Don't use the mmalloc library in Mach 3.
 MMALLOC_LIB = 
index a36e9b050b804553ccd40035e1d4e14411af06b3..d2337d1bb2ea4a5b33c1901b04847afbb2dc92cf 100644 (file)
@@ -1,4 +1,4 @@
 # Target: Intel 386 with a.out
 
 TDEPFILES= exec.o i386-pinsn.o i386-tdep.o 
-TM_FILE= tm-i386mach3.h
+TM_FILE= tm-i386m3.h