1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19
#include "hosts/std-host.h" #include <machine/vmparam.h> #include <sys/param.h> #ifndef MACH #define MACH #endif #undef UPAGES #define UPAGES 3 #define HAVE_STRERROR #define HOST_PAGE_SIZE NBPG #define HOST_SEGMENT_SIZE NBPG #define HOST_MACHINE_ARCH bfd_arch_m88k #define HOST_TEXT_START_ADDR USRTEXT #define HOST_STACK_END_ADDR USRSTACK