Update all uses of md_apply_fix to use md_apply_fix3. Make it a void function.
This commit is contained in:
parent
ad10f812bf
commit
94f592af1b
72 changed files with 833 additions and 1042 deletions
|
@ -51,7 +51,6 @@ extern long md_pcrel_from_section PARAMS ((struct fix *, segT));
|
|||
/* We don't need to handle .word strangely. */
|
||||
#define WORKING_DOT_WORD
|
||||
|
||||
#define MD_APPLY_FIX3
|
||||
#define md_apply_fix3 gas_cgen_md_apply_fix3
|
||||
|
||||
extern boolean openrisc_fix_adjustable PARAMS ((struct fix *));
|
||||
|
@ -61,8 +60,6 @@ extern boolean openrisc_fix_adjustable PARAMS ((struct fix *));
|
|||
extern int openrisc_force_relocation PARAMS ((struct fix *));
|
||||
#define TC_FORCE_RELOCATION(fix) openrisc_force_relocation (fix)
|
||||
|
||||
#define TC_HANDLES_FX_DONE
|
||||
|
||||
#define tc_gen_reloc gas_cgen_tc_gen_reloc
|
||||
|
||||
/* Call md_pcrel_from_section(), not md_pcrel_from(). */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue