Only define TC_VALIDATE_FIX for ELF builds
This commit is contained in:
parent
691120ec30
commit
a7fda4576d
1 changed files with 3 additions and 0 deletions
|
@ -46,7 +46,10 @@ extern int alpha_fix_adjustable PARAMS ((struct fix *));
|
|||
extern unsigned long alpha_gprmask, alpha_fprmask;
|
||||
extern valueT alpha_gp_value;
|
||||
|
||||
#ifdef OBJ_ELF
|
||||
#define TC_VALIDATE_FIX(FIXP,SEGTYPE,SKIP) alpha_validate_fix (FIXP)
|
||||
#endif
|
||||
|
||||
#define TC_FORCE_RELOCATION(FIXP) alpha_force_relocation (FIXP)
|
||||
#define tc_fix_adjustable(FIXP) alpha_fix_adjustable (FIXP)
|
||||
#define RELOC_REQUIRES_SYMBOL
|
||||
|
|
Loading…
Reference in a new issue