1*3d8817e4Smiod #define NO_CORE_COMMAND 2*3d8817e4Smiod 3*3d8817e4Smiod #undef ALIGN /* They use it, we use it too */ 4*3d8817e4Smiod #include <machine/param.h> 5*3d8817e4Smiod #undef ALIGN /* They use it, we use it too */ 6*3d8817e4Smiod 7*3d8817e4Smiod #define HOST_PAGE_SIZE NBPG 8*3d8817e4Smiod #define HOST_MACHINE_ARCH bfd_arch_tahoe 9*3d8817e4Smiod 10*3d8817e4Smiod #define HOST_TEXT_START_ADDR 0 11*3d8817e4Smiod #define HOST_STACK_END_ADDR (KERNBASE - (UPAGES * NBPG)) 12*3d8817e4Smiod #define HOST_BIG_ENDIAN_P 13