16294SN/A#include <machine/param.h>
26294SN/A#include <machine/vmparam.h>
36294SN/A#undef ALIGN
46294SN/A
56294SN/A#define	HOST_PAGE_SIZE		NBPG
66294SN/A/* #define	HOST_SEGMENT_SIZE	NBPG -- we use HOST_DATA_START_ADDR */
76294SN/A#define	HOST_MACHINE_ARCH	bfd_arch_mips
86294SN/A/* #define	HOST_MACHINE_MACHINE	 */
96294SN/A
106294SN/A#define	HOST_TEXT_START_ADDR		USRTEXT
116294SN/A#define	HOST_STACK_END_ADDR		USRSTACK
126294SN/A#define NO_CORE_COMMAND
136294SN/A