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/ns32k/ns32km3.mt | |
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/ns32k/ns32km3.mt')
-rw-r--r-- | gdb/config/ns32k/ns32km3.mt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/config/ns32k/ns32km3.mt b/gdb/config/ns32k/ns32km3.mt index 2e36b83..ede34f1 100644 --- a/gdb/config/ns32k/ns32km3.mt +++ b/gdb/config/ns32k/ns32km3.mt @@ -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 |