aboutsummaryrefslogtreecommitdiff
path: root/gas/config/tc-i386.h
diff options
context:
space:
mode:
authorAlan Modra <amodra@gmail.com>2009-07-29 06:22:13 +0000
committerAlan Modra <amodra@gmail.com>2009-07-29 06:22:13 +0000
commitaf65af87c018aaceb91afaeefabfec9b0b947096 (patch)
tree379d507f881eb851bcb102bb0ec87663538f8562 /gas/config/tc-i386.h
parent9384511500f3bedcefcfd0b7d8e88dc01264a35c (diff)
downloadgdb-af65af87c018aaceb91afaeefabfec9b0b947096.zip
gdb-af65af87c018aaceb91afaeefabfec9b0b947096.tar.gz
gdb-af65af87c018aaceb91afaeefabfec9b0b947096.tar.bz2
PR ld/10269
* symbols.c (S_FORCE_RELOC): True for BSF_GNU_INDIRECT_FUNCTION. * config/tc-i386.c: Revert 2009-06-13 change. * config/tc-i386.h: Likewise.
Diffstat (limited to 'gas/config/tc-i386.h')
-rw-r--r--gas/config/tc-i386.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/gas/config/tc-i386.h b/gas/config/tc-i386.h
index 1666563..b51a9f4 100644
--- a/gas/config/tc-i386.h
+++ b/gas/config/tc-i386.h
@@ -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