* elf32-bfin.c (bfd_const_reloc, bfd_oper_reloc, bfin_push_reloc,
[deliverable/binutils-gdb.git] / bfd / hosts / vaxbsd.h
CommitLineData
252b5132
RH
1#define NO_CORE_COMMAND /* No command name in core file */
2
252b5132
RH
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
This page took 0.330995 seconds and 4 git commands to generate.