home *** CD-ROM | disk | FTP | other *** search
- #ifdef NeXT
- /*
- * On the NeXT all of the relocation entries of all the machines are defined
- * in reloc.h but to use GAS and not ifdef lots of code these macros are used.
- */
- #define RELOC_VANILLA M98K_RELOC_VANILLA
- #define RELOC_PAIR M98K_RELOC_PAIR
- #define RELOC_BR14 M98K_RELOC_BR14
- #define RELOC_BR24 M98K_RELOC_BR24
- #define RELOC_HI16 M98K_RELOC_HI16
- #define RELOC_LO16 M98K_RELOC_LO16
- #define RELOC_HA16 M98K_RELOC_HA16
- #define RELOC_LO14 M98K_RELOC_LO14
- #define NO_RELOC 0x10 /* out side the range of r_type:4 */
- #endif /* NeXT */
-