mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-24 12:23:31 +08:00
Only define TC_VALIDATE_FIX for ELF builds
This commit is contained in:
@ -46,7 +46,10 @@ extern int alpha_fix_adjustable PARAMS ((struct fix *));
|
|||||||
extern unsigned long alpha_gprmask, alpha_fprmask;
|
extern unsigned long alpha_gprmask, alpha_fprmask;
|
||||||
extern valueT alpha_gp_value;
|
extern valueT alpha_gp_value;
|
||||||
|
|
||||||
|
#ifdef OBJ_ELF
|
||||||
#define TC_VALIDATE_FIX(FIXP,SEGTYPE,SKIP) alpha_validate_fix (FIXP)
|
#define TC_VALIDATE_FIX(FIXP,SEGTYPE,SKIP) alpha_validate_fix (FIXP)
|
||||||
|
#endif
|
||||||
|
|
||||||
#define TC_FORCE_RELOCATION(FIXP) alpha_force_relocation (FIXP)
|
#define TC_FORCE_RELOCATION(FIXP) alpha_force_relocation (FIXP)
|
||||||
#define tc_fix_adjustable(FIXP) alpha_fix_adjustable (FIXP)
|
#define tc_fix_adjustable(FIXP) alpha_fix_adjustable (FIXP)
|
||||||
#define RELOC_REQUIRES_SYMBOL
|
#define RELOC_REQUIRES_SYMBOL
|
||||||
|
Reference in New Issue
Block a user