diff options
author | Jim Kingdon <jkingdon@engr.sgi.com> | 1993-10-28 15:04:40 +0000 |
---|---|---|
committer | Jim Kingdon <jkingdon@engr.sgi.com> | 1993-10-28 15:04:40 +0000 |
commit | 355b334f68ff59f3d24376ae374b9f50def45124 (patch) | |
tree | 1052258512b3dda603fefc02508646f704cee9e1 /gdb/config/i386 | |
parent | 4d52ec86232dc86ecb96d883d975d5711e49ee17 (diff) | |
download | gdb-355b334f68ff59f3d24376ae374b9f50def45124.zip gdb-355b334f68ff59f3d24376ae374b9f50def45124.tar.gz gdb-355b334f68ff59f3d24376ae374b9f50def45124.tar.bz2 |
* config/i386/{i386m3.mt,i386m3.mh},
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.
Diffstat (limited to 'gdb/config/i386')
-rw-r--r-- | gdb/config/i386/i386m3.mh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gdb/config/i386/i386m3.mh b/gdb/config/i386/i386m3.mh index 56cd264..71f4b62 100644 --- a/gdb/config/i386/i386m3.mh +++ b/gdb/config/i386/i386m3.mh @@ -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. |