1 #include "hosts/std-host.h"
3 #include <machine/vmparam.h>
5 #undef BYTE_SIZE /* Was in bits. We define it later in bytes */
7 /* This is an ugly way to hack around the incorrect
8 * definition of UPAGES in ns532/machparam.h.
10 * The definition should specify the size reserved
11 * for "struct user" in core files in PAGES,
12 * but instead it gives it in 512-byte core-clicks
13 * for ns532, i386 and i860. UPAGES is used only in trad-core.c.
21 #error UPAGES is neither 2 nor 16
26 #define HOST_PAGE_SIZE 1
27 #define HOST_SEGMENT_SIZE NBPG
28 #define HOST_MACHINE_ARCH bfd_arch_ns32k
29 #define HOST_TEXT_START_ADDR USRTEXT
30 #define HOST_STACK_END_ADDR USRSTACK
32 /* Not declared in errno.h on Mach3. */