From 94f592af1baedbbe3957436c713fd58c02d55ef9 Mon Sep 17 00:00:00 2001 From: Nick Clifton Date: Thu, 15 Nov 2001 21:29:00 +0000 Subject: Update all uses of md_apply_fix to use md_apply_fix3. Make it a void function. --- gas/config/tc-cris.h | 4 ---- 1 file changed, 4 deletions(-) (limited to 'gas/config/tc-cris.h') 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 \ -- cgit v1.1