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