aboutsummaryrefslogtreecommitdiff
path: root/gdb/config
diff options
context:
space:
mode:
authorJim Kingdon <jkingdon@engr.sgi.com>1993-10-28 15:04:40 +0000
committerJim Kingdon <jkingdon@engr.sgi.com>1993-10-28 15:04:40 +0000
commit355b334f68ff59f3d24376ae374b9f50def45124 (patch)
tree1052258512b3dda603fefc02508646f704cee9e1 /gdb/config
parent4d52ec86232dc86ecb96d883d975d5711e49ee17 (diff)
downloadgdb-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')
-rw-r--r--gdb/config/i386/i386m3.mh4
-rw-r--r--gdb/config/mips/mipsm3.mh5
-rw-r--r--gdb/config/mips/mipsm3.mt2
-rw-r--r--gdb/config/ns32k/ns32km3.mh4
-rw-r--r--gdb/config/ns32k/ns32km3.mt2
5 files changed, 9 insertions, 8 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.
diff --git a/gdb/config/mips/mipsm3.mh b/gdb/config/mips/mipsm3.mh
index 51a692b..3cfbaac 100644
--- a/gdb/config/mips/mipsm3.mh
+++ b/gdb/config/mips/mipsm3.mh
@@ -1,8 +1,9 @@
# Host: Little endian MIPS machine such as pmax
# running Mach 3.0 operating system
-XDEPFILES= os-mach3.o mipsmach3-xdep.o coredep.o
-XM_FILE= xm-mipsmach3.h
+XDEPFILES= coredep.o
+NATDEPFILES= mipsm3-nat.o m3-nat.o
+XM_FILE= xm-mipsm3.h
# Don't use the mmalloc library in Mach 3.
MMALLOC_LIB =
diff --git a/gdb/config/mips/mipsm3.mt b/gdb/config/mips/mipsm3.mt
index 22a240f..6c6ce0f 100644
--- a/gdb/config/mips/mipsm3.mt
+++ b/gdb/config/mips/mipsm3.mt
@@ -1,4 +1,4 @@
# Target: Little-endian MIPS machine such as pmax
# running Mach 3.0 operating system
TDEPFILES= mips-pinsn.o mips-tdep.o mipsread.o exec.o
-TM_FILE= tm-mipsmach3.h
+TM_FILE= tm-mipsm3.h
diff --git a/gdb/config/ns32k/ns32km3.mh b/gdb/config/ns32k/ns32km3.mh
index 8fff1a3..526b50e 100644
--- a/gdb/config/ns32k/ns32km3.mh
+++ b/gdb/config/ns32k/ns32km3.mh
@@ -1,7 +1,7 @@
# Host: ns32k running Mach3
-XDEPFILES= os-mach3.o ns32kmach3-xdep.o
-XM_FILE= xm-ns32kmach3.h
+NATDEPFILES= m3-nat.o ns32km3-nat.o
+XM_FILE= xm-ns32km3.h
# Don't use the mmalloc library in Mach 3.
MMALLOC_LIB =
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