PR ld/10269
[deliverable/binutils-gdb.git] / gas / config / tc-i386.h
index 16665633165af0f9f4dd7a0afe82a98d65e811aa..b51a9f480e8092c922506fc4375ba77444aa9ecd 100644 (file)
@@ -143,12 +143,6 @@ extern int tc_i386_fix_adjustable (struct fix *);
   (OUTPUT_FLAVOR == bfd_target_elf_flavour)
 #endif
 
-/* BSF_GNU_INDIRECT_FUNCTION symbols always need relocatoon.  */
-#define TC_FORCE_RELOCATION(FIX)                       \
-  ((symbol_get_bfdsym ((FIX)->fx_addsy)->flags         \
-    & BSF_GNU_INDIRECT_FUNCTION)                       \
-   || generic_force_reloc (FIX))
-
 /* This expression evaluates to true if the relocation is for a local
    object for which we still want to do the relocation at runtime.
    False if we are willing to perform this relocation while building
This page took 0.027359 seconds and 4 git commands to generate.