aboutsummaryrefslogtreecommitdiff
path: root/bfd/hosts
diff options
context:
space:
mode:
authorJ.T. Conklin <jtc@acorntoolworks.com>1996-02-06 22:19:05 +0000
committerJ.T. Conklin <jtc@acorntoolworks.com>1996-02-06 22:19:05 +0000
commitfe16107dfa238202a8735bd709c694cd781d50f8 (patch)
treee43524e8679470bb18020df5fcf3d24b87a85e6e /bfd/hosts
parentf178301669e20920d4a4b5c816cc5ded2c6802f3 (diff)
downloadgdb-fe16107dfa238202a8735bd709c694cd781d50f8.zip
gdb-fe16107dfa238202a8735bd709c694cd781d50f8.tar.gz
gdb-fe16107dfa238202a8735bd709c694cd781d50f8.tar.bz2
* configure.in (*-*-netbsd*): Set COREFILE to netbsd-core.c.
don't define TRAD_HEADER. * configure: Rebuild. * netbsd-core.c: New file, support for NetBSD core files. * hosts/*nbsd.h: Removed.
Diffstat (limited to 'bfd/hosts')
-rw-r--r--bfd/hosts/.Sanitize6
-rw-r--r--bfd/hosts/i386nbsd.h14
-rw-r--r--bfd/hosts/m68knbsd.h13
-rw-r--r--bfd/hosts/mipsnbsd.h13
-rw-r--r--bfd/hosts/nbsd.h14
-rw-r--r--bfd/hosts/ns32knbsd.h13
-rw-r--r--bfd/hosts/sparcnbsd.h18
7 files changed, 0 insertions, 91 deletions
diff --git a/bfd/hosts/.Sanitize b/bfd/hosts/.Sanitize
index aa1993f..cc68c8c 100644
--- a/bfd/hosts/.Sanitize
+++ b/bfd/hosts/.Sanitize
@@ -32,22 +32,16 @@ hp300bsd.h
i386bsd.h
i386linux.h
i386mach3.h
-i386nbsd.h
i386sco.h
i860mach3.h
m68kaux.h
-m68knbsd.h
m88kmach3.h
mipsbsd.h
-mipsnbsd.h
mipsmach3.h
-nbsd.h
news-mips.h
news.h
-ns32knbsd.h
pc532mach.h
riscos.h
-sparcnbsd.h
symmetry.h
tahoe.h
vaxbsd.h
diff --git a/bfd/hosts/i386nbsd.h b/bfd/hosts/i386nbsd.h
deleted file mode 100644
index 1fd3bed..0000000
--- a/bfd/hosts/i386nbsd.h
+++ /dev/null
@@ -1,14 +0,0 @@
-/* Intel 386 running NetBSD */
-
-#ifndef hosts_i386bsd_H
-#define hosts_i386bsd_H
-
-#include "hosts/nbsd.h"
-
-#define HOST_MACHINE_ARCH bfd_arch_i386
-
-#define TRAD_UNIX_CORE_FILE_FAILING_SIGNAL(core_bfd) \
- ((core_bfd)->tdata.trad_core_data->u.u_sig)
-#define u_comm u_kproc.kp_proc.p_comm
-#endif
-
diff --git a/bfd/hosts/m68knbsd.h b/bfd/hosts/m68knbsd.h
deleted file mode 100644
index 8dccf67..0000000
--- a/bfd/hosts/m68knbsd.h
+++ /dev/null
@@ -1,13 +0,0 @@
-/* m68k hosts running NetBSD */
-
-#ifndef hosts_m68knbsd_h
-#define hosts_m68knbsd_h
-
-#include "hosts/nbsd.h"
-
-#define HOST_MACHINE_ARCH bfd_arch_m68k
-
-#define TRAD_UNIX_CORE_FILE_FAILING_SIGNAL(core_bfd) \
- ((core_bfd)->tdata.trad_core_data->u.u_sig)
-#define u_comm u_kproc.kp_proc.p_comm
-#endif
diff --git a/bfd/hosts/mipsnbsd.h b/bfd/hosts/mipsnbsd.h
deleted file mode 100644
index 32e895a..0000000
--- a/bfd/hosts/mipsnbsd.h
+++ /dev/null
@@ -1,13 +0,0 @@
-/* mips running NetBSD */
-
-#ifndef hosts_mips
-#define hosts_mips
-
-#include "hosts/nbsd.h"
-
-#define HOST_MACHINE_ARCH bfd_arch_mips
-
-#define TRAD_UNIX_CORE_FILE_FAILING_SIGNAL(core_bfd) \
- ((core_bfd)->tdata.trad_core_data->u.u_sig)
-#define u_comm u_kproc.kp_proc.p_comm
-#endif
diff --git a/bfd/hosts/nbsd.h b/bfd/hosts/nbsd.h
deleted file mode 100644
index d773ee6..0000000
--- a/bfd/hosts/nbsd.h
+++ /dev/null
@@ -1,14 +0,0 @@
-/* Architecture independant NetBSD host support */
-
-#include <machine/endian.h>
-#include <machine/vmparam.h>
-#include <machine/param.h>
-#include <machine/reg.h>
-
-#define HOST_PAGE_SIZE NBPG
-#define HOST_TEXT_START_ADDR USRTEXT
-#define HOST_STACK_END_ADDR USRSTACK
-
-#if BYTE_ORDER == BIG_ENDIAN
-#define HOST_BIG_ENDIAN_P
-#endif
diff --git a/bfd/hosts/ns32knbsd.h b/bfd/hosts/ns32knbsd.h
deleted file mode 100644
index d072d6d..0000000
--- a/bfd/hosts/ns32knbsd.h
+++ /dev/null
@@ -1,13 +0,0 @@
-/* ns32k running NetBSD */
-
-#ifndef hosts_ns32knbsd_h
-#define hosts_ns32knbsd_h
-
-#include "hosts/nbsd.h"
-
-#define HOST_MACHINE_ARCH bfd_arch_ns32k
-
-#define TRAD_UNIX_CORE_FILE_FAILING_SIGNAL(core_bfd) \
- ((core_bfd)->tdata.trad_core_data->u.u_sig)
-#define u_comm u_kproc.kp_proc.p_comm
-#endif
diff --git a/bfd/hosts/sparcnbsd.h b/bfd/hosts/sparcnbsd.h
deleted file mode 100644
index c0a4a8d4..0000000
--- a/bfd/hosts/sparcnbsd.h
+++ /dev/null
@@ -1,18 +0,0 @@
-/* Sparc running NetBSD */
-
-#ifndef hosts_sparcnbsd_h
-#define hosts_sparcnbsd_h
-
-#include "hosts/nbsd.h"
-
-#define HOST_MACHINE_ARCH bfd_arch_sparc
-
-#define TRAD_UNIX_CORE_FILE_FAILING_SIGNAL(core_bfd) \
- ((core_bfd)->tdata.trad_core_data->u.u_sig)
-#define u_comm u_kproc.kp_proc.p_comm
-#define TRAD_CORE_REGPOS(core_bfd) \
- ((bfd_vma)(core_bfd)->tdata.trad_core_data->u.u_kproc.kp_proc.p_md.md_tf)
-
-#define CORE_FPU_OFFSET (sizeof(struct trapframe))
-
-#endif