include/elf:
[deliverable/binutils-gdb.git] / gas / config / tc-arm.h
index 09e8eb42fae7553d168ae05d5625d244e276f2c8..7660cfcb883b68a968f19dfa2cad5210f88e11c2 100644 (file)
@@ -140,7 +140,6 @@ struct fix;
 #define TC_FORCE_RELOCATION_LOCAL(FIX)                 \
   (!(FIX)->fx_pcrel                                    \
    || (FIX)->fx_plt                                    \
-   || (FIX)->fx_r_type == BFD_RELOC_ARM_GOT12          \
    || (FIX)->fx_r_type == BFD_RELOC_ARM_GOT32          \
    || (FIX)->fx_r_type == BFD_RELOC_32                 \
    || TC_FORCE_RELOCATION (FIX))
This page took 0.024191 seconds and 4 git commands to generate.