bfd/
[binutils.git] / bfd / hosts / vaxbsd.h
blob75ba59e3ddc3e53189162835c5bf649f596fe8af
1 #define NO_CORE_COMMAND /* No command name in core file */
3 #undef ALIGN /* They use it, we use it too */
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
10 #define HOST_TEXT_START_ADDR 0
11 #define HOST_STACK_END_ADDR (0x80000000 - (UPAGES * NBPG))
12 #undef HOST_BIG_ENDIAN_P