* 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.
This commit is contained in:
Jim Kingdon 1993-10-27 22:06:52 +00:00
parent bb1908342f
commit cfe5ad2d03
3 changed files with 8 additions and 3 deletions

View 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

View 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 =

View 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