diff options
Diffstat (limited to 'bfd/hosts/m88kmach3.h')
-rw-r--r-- | bfd/hosts/m88kmach3.h | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/bfd/hosts/m88kmach3.h b/bfd/hosts/m88kmach3.h new file mode 100644 index 00000000000..421553893ec --- /dev/null +++ b/bfd/hosts/m88kmach3.h @@ -0,0 +1,11 @@ +#include <machine/vmparam.h> +#include <sys/param.h> + +#undef UPAGES +#define UPAGES 3 + +#define HOST_PAGE_SIZE NBPG +#define HOST_SEGMENT_SIZE NBPG +#define HOST_MACHINE_ARCH bfd_arch_m88k +#define HOST_TEXT_START_ADDR USRTEXT +#define HOST_STACK_END_ADDR USRSTACK |