NetBSD/m68k support, based on work by mikeb@snow.datametrics.com:
[deliverable/binutils-gdb.git] / bfd / hosts / m68knbsd.h
1 /* m68k hosts running NetBSD */
2
3 #ifndef hosts_m68knbsd_h
4 #define hosts_m68knbsd_h
5
6 #include "hosts/nbsd.h"
7
8 #define HOST_MACHINE_ARCH bfd_arch_m68k
9 #define HOST_BIG_ENDIAN_P
10
11 #define TRAD_UNIX_CORE_FILE_FAILING_SIGNAL(core_bfd) \
12 ((core_bfd)->tdata.trad_core_data->u.u_sig)
13 #define u_comm u_kproc.kp_proc.p_comm
14 #endif
This page took 0.030797 seconds and 4 git commands to generate.