mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-08-05 21:50:21 +08:00
Update all uses of md_apply_fix to use md_apply_fix3. Make it a void function.
This commit is contained in:
@ -111,7 +111,7 @@ extern int mips_fix_adjustable PARAMS ((struct fix *));
|
||||
#define TC_FORCE_RELOCATION(fixp) mips_force_relocation (fixp)
|
||||
extern int mips_force_relocation PARAMS ((struct fix *));
|
||||
|
||||
/* md_apply_fix sets fx_done correctly. */
|
||||
/* md_apply_fix3 sets fx_done correctly. */
|
||||
#define TC_HANDLE_FX_DONE 1
|
||||
|
||||
/* Register mask variables. These are set by the MIPS assembly code
|
||||
|
Reference in New Issue
Block a user