NS32K changes from Ian Dall.
[deliverable/binutils-gdb.git] / bfd / hosts / m88kmach3.h
1 #include "hosts/std-host.h"
2
3 #include <machine/vmparam.h>
4 #include <sys/param.h>
5
6 #ifndef MACH
7 #define MACH
8 #endif
9
10 #undef UPAGES
11 #define UPAGES 3
12
13 #define HAVE_STRERROR
14
15 #define HOST_PAGE_SIZE NBPG
16 #define HOST_SEGMENT_SIZE NBPG
17 #define HOST_MACHINE_ARCH bfd_arch_m88k
18 #define HOST_TEXT_START_ADDR USRTEXT
19 #define HOST_STACK_END_ADDR USRSTACK
This page took 0.029992 seconds and 4 git commands to generate.