144348Simp/* Hopefully this should include either machine/param.h (Ultrix) or
244348Simp   machine/machparam.h (Mach), whichever is its name on this system.  */
344348Simp#include <sys/param.h>
444348Simp
544348Simp#include <machine/vmparam.h>
644348Simp
744348Simp#define	HOST_PAGE_SIZE		NBPG
844348Simp/* #define	HOST_SEGMENT_SIZE	NBPG -- we use HOST_DATA_START_ADDR */
944348Simp#define	HOST_MACHINE_ARCH	bfd_arch_mips
1044348Simp/* #define	HOST_MACHINE_MACHINE	 */
1144348Simp
1244348Simp#define	HOST_TEXT_START_ADDR		USRTEXT
1344348Simp#define	HOST_DATA_START_ADDR		USRDATA
1444348Simp#define	HOST_STACK_END_ADDR		USRSTACK
1544348Simp
1644348Simp#define TRAD_UNIX_CORE_FILE_FAILING_SIGNAL(core_bfd) \
1744348Simp  ((core_bfd)->tdata.trad_core_data->u.u_arg[0])
18