Wed Jan 31 12:55:49 1996 Richard Henderson <rth@tamu.edu>
[deliverable/binutils-gdb.git] / bfd / hosts / sparcnbsd.h
CommitLineData
a3f7a777
C
1/* Sparc running NetBSD */
2
3#ifndef hosts_sparcnbsd_h
4#define hosts_sparcnbsd_h
5
6#include "hosts/nbsd.h"
7
8#define HOST_MACHINE_ARCH bfd_arch_sparc
a3f7a777
C
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#define TRAD_CORE_REGPOS(core_bfd) \
14 ((bfd_vma)(core_bfd)->tdata.trad_core_data->u.u_kproc.kp_proc.p_md.md_tf)
15
16#define CORE_FPU_OFFSET (sizeof(struct trapframe))
17
18#endif
This page took 0.255202 seconds and 4 git commands to generate.