summaryrefslogtreecommitdiff
path: root/bfd/elfcode.h
diff options
context:
space:
mode:
authorNick Clifton <nickc@redhat.com>2008-12-23 09:01:51 +0000
committerNick Clifton <nickc@redhat.com>2008-12-23 09:01:51 +0000
commit91751f1c9062e14b659d7dfdb6779e26018f60a3 (patch)
treedd4eb5d8d06529a3c4c4b0c75aebb7715d36801f /bfd/elfcode.h
parente6f16d642a4a5a04f9e08e3998cc09e435d18671 (diff)
downloadbinutils-redhat-91751f1c9062e14b659d7dfdb6779e26018f60a3.tar.gz
Remove STT_IFUNC support.
Diffstat (limited to 'bfd/elfcode.h')
-rw-r--r--bfd/elfcode.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/bfd/elfcode.h b/bfd/elfcode.h
index cd8ffe4d80..b42229f007 100644
--- a/bfd/elfcode.h
+++ b/bfd/elfcode.h
@@ -1311,9 +1311,6 @@ elf_slurp_symbol_table (bfd *abfd, asymbol **symptrs, bfd_boolean dynamic)
case STT_SRELC:
sym->symbol.flags |= BSF_SRELC;
break;
- case STT_IFUNC:
- sym->symbol.flags |= BSF_INDIRECT_FUNCTION;
- break;
}
if (dynamic)