home *** CD-ROM | disk | FTP | other *** search
/ NeXTSTEP 3.2 (Developer) / NS_dev_3.2.iso / NextDeveloper / Source / GNU / cctools / as / m98k.h < prev    next >
Encoding:
C/C++ Source or Header  |  1992-11-13  |  538 b   |  16 lines

  1. #ifdef NeXT
  2. /*
  3.  * On the NeXT all of the relocation entries of all the machines are defined
  4.  * in reloc.h but to use GAS and not ifdef lots of code these macros are used.
  5.  */
  6. #define RELOC_VANILLA    M98K_RELOC_VANILLA
  7. #define RELOC_PAIR    M98K_RELOC_PAIR
  8. #define RELOC_BR14    M98K_RELOC_BR14
  9. #define RELOC_BR24    M98K_RELOC_BR24
  10. #define RELOC_HI16    M98K_RELOC_HI16
  11. #define RELOC_LO16    M98K_RELOC_LO16
  12. #define RELOC_HA16    M98K_RELOC_HA16
  13. #define RELOC_LO14    M98K_RELOC_LO14
  14. #define NO_RELOC    0x10 /* out side the range of r_type:4 */
  15. #endif /* NeXT */
  16.