aboutsummaryrefslogtreecommitdiff
path: root/bfd/hosts/nbsd.h
blob: d773ee64960a0d56ec78109163ecf5a07f258f0f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
/* Architecture independant NetBSD host support */

#include <machine/endian.h>
#include <machine/vmparam.h>
#include <machine/param.h>
#include <machine/reg.h>

#define	HOST_PAGE_SIZE			NBPG
#define	HOST_TEXT_START_ADDR		USRTEXT
#define	HOST_STACK_END_ADDR		USRSTACK

#if BYTE_ORDER == BIG_ENDIAN
#define HOST_BIG_ENDIAN_P
#endif