1*3d8817e4Smiod #define NO_CORE_COMMAND /* No command name in core file */ 2*3d8817e4Smiod 3*3d8817e4Smiod #undef ALIGN /* They use it, we use it too */ 4*3d8817e4Smiod 5*3d8817e4Smiod /* Note that HOST_PAGE_SIZE -- the page size as far as executable files 6*3d8817e4Smiod are concerned -- is not the same as NBPG, because of page clustering. */ 7*3d8817e4Smiod #define HOST_PAGE_SIZE 1024 8*3d8817e4Smiod #define HOST_MACHINE_ARCH bfd_arch_vax 9*3d8817e4Smiod 10*3d8817e4Smiod #define HOST_TEXT_START_ADDR 0 11*3d8817e4Smiod #define HOST_STACK_END_ADDR (0x80000000 - (UPAGES * NBPG)) 12*3d8817e4Smiod #undef HOST_BIG_ENDIAN_P 13