diff options
Diffstat (limited to 'gas/write.c')
-rw-r--r-- | gas/write.c | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/gas/write.c b/gas/write.c index b4cc7e0..73eb793 100644 --- a/gas/write.c +++ b/gas/write.c @@ -55,16 +55,14 @@ #endif #ifndef TC_FORCE_RELOCATION_SUB_ABS -#define TC_FORCE_RELOCATION_SUB_ABS(FIX) \ - (S_FORCE_RELOC ((FIX)->fx_subsy)) +#define TC_FORCE_RELOCATION_SUB_ABS(FIX) 0 #endif #ifndef TC_FORCE_RELOCATION_SUB_LOCAL #ifdef DIFF_EXPR_OK -#define TC_FORCE_RELOCATION_SUB_LOCAL(FIX) \ - (S_FORCE_RELOC ((FIX)->fx_subsy)) +#define TC_FORCE_RELOCATION_SUB_LOCAL(FIX) 0 #else -#define TC_FORCE_RELOCATION_SUB_LOCAL(FIX) 1 +#define TC_FORCE_RELOCATION_SUB_LOCAL(FIX) 1 #endif #endif |