Comings and goings of Mac-specific files.
[deliverable/binutils-gdb.git] / bfd / hosts / m88kmach3.h
CommitLineData
11676adc
SS
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.07069 seconds and 4 git commands to generate.