diff options
Diffstat (limited to 'gas/config/tc-s390.h')
-rw-r--r-- | gas/config/tc-s390.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/gas/config/tc-s390.h b/gas/config/tc-s390.h index e9b3662..089c1f0 100644 --- a/gas/config/tc-s390.h +++ b/gas/config/tc-s390.h @@ -44,6 +44,10 @@ struct fix; && S_IS_DEFINED ((FIX)->fx_addsy) \ && ! S_IS_COMMON ((FIX)->fx_addsy)))) +#define TC_FORCE_RELOCATION(FIXP) \ + ((FIXP)->fx_r_type == BFD_RELOC_VTABLE_INHERIT \ + || (FIXP)->fx_r_type == BFD_RELOC_VTABLE_ENTRY) + #define tc_fix_adjustable(X) tc_s390_fix_adjustable(X) extern int tc_s390_fix_adjustable PARAMS ((struct fix *)); |