From cfe5ad2d034e32bdb3c21f7016c285395bfa019d Mon Sep 17 00:00:00 2001 From: Jim Kingdon Date: Wed, 27 Oct 1993 22:06:52 +0000 Subject: * 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. --- gdb/ChangeLog | 4 ++++ gdb/config/i386/i386m3.mh | 5 +++-- gdb/config/i386/i386m3.mt | 2 +- 3 files changed, 8 insertions(+), 3 deletions(-) diff --git a/gdb/ChangeLog b/gdb/ChangeLog index d2f17d1..993cb98 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -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 diff --git a/gdb/config/i386/i386m3.mh b/gdb/config/i386/i386m3.mh index 02e0bd6..56cd264 100644 --- a/gdb/config/i386/i386m3.mh +++ b/gdb/config/i386/i386m3.mh @@ -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 = diff --git a/gdb/config/i386/i386m3.mt b/gdb/config/i386/i386m3.mt index a36e9b0..d2337d1 100644 --- a/gdb/config/i386/i386m3.mt +++ b/gdb/config/i386/i386m3.mt @@ -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 -- cgit v1.1