aboutsummaryrefslogtreecommitdiff
path: root/bfd/hosts/i386nbsd.h
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/i386nbsd.h
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/i386nbsd.h')
-rw-r--r--bfd/hosts/i386nbsd.h14
1 files changed, 0 insertions, 14 deletions
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
-