Wed Jan 31 12:55:49 1996 Richard Henderson <rth@tamu.edu>
[external/binutils.git] / bfd / hosts / mipsnbsd.h
1 /* mips running NetBSD */
2
3 #ifndef hosts_mips
4 #define hosts_mips
5
6 #include "hosts/nbsd.h"
7
8 #define HOST_MACHINE_ARCH       bfd_arch_mips
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