home *** CD-ROM | disk | FTP | other *** search
/ Il CD di internet / CD.iso / SOURCE / D / GDB / GDB-4.13 / GDB-4 / gdb-4.13 / bfd / hosts / riscos.h < prev    next >
Encoding:
C/C++ Source or Header  |  1993-06-28  |  539 b   |  18 lines

  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 NBPG BSD43_NBPG
  9. #define UPAGES BSD43_UPAGES
  10. #define HOST_TEXT_START_ADDR BSD43_USRTEXT
  11. #define HOST_DATA_START_ADDR BSD43_USRDATA
  12. #define HOST_STACK_END_ADDR BSD43_USRSTACK
  13.  
  14. /* This is just needed for a.out formats where the executable does not
  15.    identify the architecture.  I'm not sure whether RISC/os is such a case
  16.    or not.  */
  17. #define HOST_MACHINE_ARCH bfd_arch_mips
  18.