diff options
Diffstat (limited to 'gas/config/tc-cris.h')
-rw-r--r-- | gas/config/tc-cris.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/gas/config/tc-cris.h b/gas/config/tc-cris.h index 3c3bb5a..d1d4b29 100644 --- a/gas/config/tc-cris.h +++ b/gas/config/tc-cris.h @@ -75,13 +75,9 @@ extern const int md_long_jump_size; extern const struct relax_type md_cris_relax_table[]; #define TC_GENERIC_RELAX_TABLE md_cris_relax_table -#define TC_HANDLES_FX_DONE - #define TC_FORCE_RELOCATION(fixp) md_cris_force_relocation (fixp) extern int md_cris_force_relocation PARAMS ((struct fix *)); -#define MD_APPLY_FIX3 - #define IS_CRIS_PIC_RELOC(X) \ ((X) == BFD_RELOC_CRIS_16_GOT \ || (X) == BFD_RELOC_CRIS_32_GOT \ |