aboutsummaryrefslogtreecommitdiff
path: root/gdb/config
diff options
context:
space:
mode:
Diffstat (limited to 'gdb/config')
-rw-r--r--gdb/config/i386/i386m3.mh1
-rw-r--r--gdb/config/mips/mipsm3.mh1
-rw-r--r--gdb/config/nm-m3.h6
-rw-r--r--gdb/config/ns32k/ns32km3.mh1
4 files changed, 6 insertions, 3 deletions
diff --git a/gdb/config/i386/i386m3.mh b/gdb/config/i386/i386m3.mh
index 746bf78..3d29b7f 100644
--- a/gdb/config/i386/i386m3.mh
+++ b/gdb/config/i386/i386m3.mh
@@ -3,6 +3,7 @@
XDEPFILES= i387-tdep.o coredep.o
NATDEPFILES= i386m3-nat.o m3-nat.o
XM_FILE= xm-i386m3.h
+NAT_FILE= nm-m3.h
# Don't use the mmalloc library in Mach 3.
MMALLOC =
diff --git a/gdb/config/mips/mipsm3.mh b/gdb/config/mips/mipsm3.mh
index 5b40b4b..08c8392 100644
--- a/gdb/config/mips/mipsm3.mh
+++ b/gdb/config/mips/mipsm3.mh
@@ -4,6 +4,7 @@
XDEPFILES= coredep.o
NATDEPFILES= mipsm3-nat.o m3-nat.o
XM_FILE= xm-mipsm3.h
+NAT_FILE= nm-m3.h
# Don't use the mmalloc library in Mach 3.
MMALLOC =
diff --git a/gdb/config/nm-m3.h b/gdb/config/nm-m3.h
index 07bf625..41e595b 100644
--- a/gdb/config/nm-m3.h
+++ b/gdb/config/nm-m3.h
@@ -18,8 +18,8 @@ You should have received a copy of the GNU General Public License
along with this program; if not, write to the Free Software
Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. */
-#ifndef _OS_MACH3_H_
-#define _OS_MACH3_H
+#ifndef NM_M3_H
+#define NM_M3_H
#include <mach.h>
@@ -114,4 +114,4 @@ struct emul_stack_top {
/* If in mach_msg() and ^C is typed set immediate_quit */
#define REQUEST_QUIT() mach3_request_quit ()
-#endif /* _OS_MACH3_H_ */
+#endif /* NM_M3_H */
diff --git a/gdb/config/ns32k/ns32km3.mh b/gdb/config/ns32k/ns32km3.mh
index 169aea4..3d0e657 100644
--- a/gdb/config/ns32k/ns32km3.mh
+++ b/gdb/config/ns32k/ns32km3.mh
@@ -2,6 +2,7 @@
NATDEPFILES= m3-nat.o ns32km3-nat.o
XM_FILE= xm-ns32km3.h
+NAT_FILE= nm-m3.h
# Don't use the mmalloc library in Mach 3.
MMALLOC =