1*2159047fSniklas #include <machine/param.h> 2*2159047fSniklas #include <machine/vmparam.h> 3*2159047fSniklas #undef ALIGN 4*2159047fSniklas 5*2159047fSniklas #define HOST_PAGE_SIZE NBPG 6*2159047fSniklas /* #define HOST_SEGMENT_SIZE NBPG -- we use HOST_DATA_START_ADDR */ 7*2159047fSniklas #define HOST_MACHINE_ARCH bfd_arch_mips 8*2159047fSniklas /* #define HOST_MACHINE_MACHINE */ 9*2159047fSniklas 10*2159047fSniklas #define HOST_TEXT_START_ADDR USRTEXT 11*2159047fSniklas #define HOST_STACK_END_ADDR USRSTACK 12*2159047fSniklas #define NO_CORE_COMMAND 13