diff options
Diffstat (limited to 'gas/config/tc-ia64.h')
-rw-r--r-- | gas/config/tc-ia64.h | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/gas/config/tc-ia64.h b/gas/config/tc-ia64.h index 5f906dd..7e04441 100644 --- a/gas/config/tc-ia64.h +++ b/gas/config/tc-ia64.h @@ -320,9 +320,8 @@ typedef struct unwind_record #define TC_FORCE_RELOCATION_LOCAL(FIX) \ ((FIX)->fx_r_type != BFD_RELOC_UNUSED \ - && (!(FIX)->fx_pcrel \ - || (FIX)->fx_r_type == BFD_RELOC_IA64_PLTOFF22 \ - || TC_FORCE_RELOCATION (FIX))) + && (GENERIC_FORCE_RELOCATION_LOCAL (FIX) \ + || (FIX)->fx_r_type == BFD_RELOC_IA64_PLTOFF22)) /* VMS backtraces expect dwarf version 3. */ #ifdef TE_VMS |