]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blame - bfd/hosts/nbsd.h
Tue Oct 31 15:30:07 1995 David Mosberger-Tang <davidm@azstarnet.com>
[thirdparty/binutils-gdb.git] / bfd / hosts / nbsd.h
CommitLineData
a3f7a777
C
1/* Architecture independant NetBSD host support */
2
7be23c26 3#include <machine/endian.h>
a3f7a777 4#include <machine/vmparam.h>
2a01c351 5#include <machine/param.h>
a3f7a777
C
6#include <machine/reg.h>
7
a3f7a777
C
8#define HOST_PAGE_SIZE NBPG
9#define HOST_TEXT_START_ADDR USRTEXT
10#define HOST_STACK_END_ADDR USRSTACK
7be23c26
NH
11
12#if BYTE_ORDER == BIG_ENDIAN
13#define HOST_BIG_ENDIAN_P
14#endif