]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blob - bfd/hosts/ns32knbsd.h
Tue Oct 31 15:30:07 1995 David Mosberger-Tang <davidm@azstarnet.com>
[thirdparty/binutils-gdb.git] / bfd / hosts / ns32knbsd.h
1 /* ns32k running NetBSD */
2
3 #ifndef hosts_ns32knbsd_h
4 #define hosts_ns32knbsd_h
5
6 #include "hosts/nbsd.h"
7
8 #define HOST_MACHINE_ARCH bfd_arch_ns32k
9
10 #define TRAD_UNIX_CORE_FILE_FAILING_SIGNAL(core_bfd) \
11 ((core_bfd)->tdata.trad_core_data->u.u_sig)
12 #define u_comm u_kproc.kp_proc.p_comm
13 #endif