aboutsummaryrefslogtreecommitdiff
path: root/gdb/config/mips
diff options
context:
space:
mode:
authorStan Shebs <shebs@codesourcery.com>1994-09-04 23:16:22 +0000
committerStan Shebs <shebs@codesourcery.com>1994-09-04 23:16:22 +0000
commit6573c898508efb5c8cdea9876937e9ab69ae0f11 (patch)
treec3be5f0365adde0a4d5543dcb69f11183efbe201 /gdb/config/mips
parent4b078dc3b0d3ee2211e6af7abc1a708aa676351e (diff)
downloadgdb-6573c898508efb5c8cdea9876937e9ab69ae0f11.zip
gdb-6573c898508efb5c8cdea9876937e9ab69ae0f11.tar.gz
gdb-6573c898508efb5c8cdea9876937e9ab69ae0f11.tar.bz2
* configure.in (config/nm-empty.h): If cross only, use instead
of config/nm-trash.h. * config/nm-trash.h: Remove. * config/nm-empty.h: New file. * config/i386/nm-m3.h: New file, includes config/nm-m3.h. * config/mips/nm-m3.h: New file, includes config/nm-m3.h. * config/m68k/nm-sysv4.h: New file, includes config/nm-sysv4.h. * config/mips/nm-sysv4.h: New file, includes config/nm-sysv4.h. * config/sparc/nm-sysv4.h: New file, includes config/nm-sysv4.h.
Diffstat (limited to 'gdb/config/mips')
-rw-r--r--gdb/config/mips/nm-m3.h22
-rw-r--r--gdb/config/mips/nm-sysv4.h22
2 files changed, 44 insertions, 0 deletions
diff --git a/gdb/config/mips/nm-m3.h b/gdb/config/mips/nm-m3.h
new file mode 100644
index 0000000..42b9f96
--- /dev/null
+++ b/gdb/config/mips/nm-m3.h
@@ -0,0 +1,22 @@
+/* Native-dependent definitions for mips running Mach 3.
+ Copyright 1994 Free Software Foundation, Inc.
+
+This file is part of GDB.
+
+This program is free software; you can redistribute it and/or modify
+it under the terms of the GNU General Public License as published by
+the Free Software Foundation; either version 2 of the License, or
+(at your option) any later version.
+
+This program is distributed in the hope that it will be useful,
+but WITHOUT ANY WARRANTY; without even the implied warranty of
+MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+GNU General Public License for more details.
+
+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. */
+
+/* Include the generic Mach 3 definitions. */
+
+#include "nm-m3.h"
diff --git a/gdb/config/mips/nm-sysv4.h b/gdb/config/mips/nm-sysv4.h
new file mode 100644
index 0000000..96473bd
--- /dev/null
+++ b/gdb/config/mips/nm-sysv4.h
@@ -0,0 +1,22 @@
+/* Native-dependent definitions for mips running SVR4.
+ Copyright 1994 Free Software Foundation, Inc.
+
+This file is part of GDB.
+
+This program is free software; you can redistribute it and/or modify
+it under the terms of the GNU General Public License as published by
+the Free Software Foundation; either version 2 of the License, or
+(at your option) any later version.
+
+This program is distributed in the hope that it will be useful,
+but WITHOUT ANY WARRANTY; without even the implied warranty of
+MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+GNU General Public License for more details.
+
+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. */
+
+/* Include the generic SVR4 definitions. */
+
+#include "nm-sysv4.h"