* write.c (fixup_segment): Revert previous delta.
[deliverable/binutils-gdb.git] / gas / config / tc-arm.h
index dacb342c69dd9a72e61e74825b293fab482a0f80..702e4053b0231689f3f0a258d5fa9831e924ba65 100644 (file)
@@ -183,6 +183,7 @@ void arm_copy_symbol_attributes (symbolS *, symbolS *);
   (!(FIX)->fx_pcrel                                    \
    || (FIX)->fx_r_type == BFD_RELOC_ARM_GOT32          \
    || (FIX)->fx_r_type == BFD_RELOC_32                 \
+   || ((FIX)->fx_addsy != NULL && S_IS_WEAK ((FIX)->fx_addsy)) \
    || TC_FORCE_RELOCATION (FIX))
 
 /* Force output of R_ARM_REL32 relocations against thumb function symbols.
This page took 0.023685 seconds and 4 git commands to generate.