Browse Source

Only define TC_VALIDATE_FIX for ELF builds

drow-cplus-branch
Nick Clifton 24 years ago
parent
commit
a7fda4576d
  1. 3
      gas/config/tc-alpha.h

3
gas/config/tc-alpha.h

@ -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…
Cancel
Save