diff options
Diffstat (limited to 'bfd/hosts/riscos.h')
-rw-r--r-- | bfd/hosts/riscos.h | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/bfd/hosts/riscos.h b/bfd/hosts/riscos.h new file mode 100644 index 00000000000..8ffa826bdcf --- /dev/null +++ b/bfd/hosts/riscos.h @@ -0,0 +1,10 @@ +/* RISC/os 4.52C, and presumably other versions. */ + +#include <bsd43/machine/machparam.h> +#include <bsd43/machine/vmparam.h> + +#define NBPG BSD43_NBPG +#define UPAGES BSD43_UPAGES +#define HOST_TEXT_START_ADDR BSD43_USRTEXT +#define HOST_DATA_START_ADDR BSD43_USRDATA +#define HOST_STACK_END_ADDR BSD43_USRSTACK |