diff options
author | Niklas Hallqvist <niklas@cygnus> | 1995-10-28 00:58:22 +0000 |
---|---|---|
committer | Niklas Hallqvist <niklas@cygnus> | 1995-10-28 00:58:22 +0000 |
commit | a6623488c975612b5331556c20410f56ff2c0647 (patch) | |
tree | 6dc39b9f588937c7b04c038032f79f8843fe26d8 /bfd/hosts | |
parent | f552f751e92233a63d5e2b008bbc9c1e81724be2 (diff) | |
download | gdb-a6623488c975612b5331556c20410f56ff2c0647.zip gdb-a6623488c975612b5331556c20410f56ff2c0647.tar.gz gdb-a6623488c975612b5331556c20410f56ff2c0647.tar.bz2 |
Initial revision
Diffstat (limited to 'bfd/hosts')
-rw-r--r-- | bfd/hosts/mipsnbsd.h | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/bfd/hosts/mipsnbsd.h b/bfd/hosts/mipsnbsd.h new file mode 100644 index 0000000..32e895a --- /dev/null +++ b/bfd/hosts/mipsnbsd.h @@ -0,0 +1,13 @@ +/* mips running NetBSD */ + +#ifndef hosts_mips +#define hosts_mips + +#include "hosts/nbsd.h" + +#define HOST_MACHINE_ARCH bfd_arch_mips + +#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 |