keep files added by Niklas Hallqvist
[deliverable/binutils-gdb.git] / bfd / hosts / riscos.h
1 /* RISC/os 4.52C, and presumably other versions. */
2
3 #include "hosts/std-host.h"
4
5 #include <bsd43/machine/machparam.h>
6 #include <bsd43/machine/vmparam.h>
7
8 #define HOST_TEXT_START_ADDR BSD43_USRTEXT
9 #define HOST_DATA_START_ADDR BSD43_USRDATA
10 #define HOST_STACK_END_ADDR BSD43_USRSTACK
11
12 /* This is just needed for a.out formats where the executable does not
13 identify the architecture. I'm not sure whether RISC/os is such a case
14 or not. */
15 #define HOST_MACHINE_ARCH bfd_arch_mips
This page took 0.030073 seconds and 4 git commands to generate.