aboutsummaryrefslogtreecommitdiff
path: root/bfd/elf-bfd.h
diff options
context:
space:
mode:
authorH.J. Lu <hjl.tools@gmail.com>2017-08-28 15:40:00 -0700
committerH.J. Lu <hjl.tools@gmail.com>2017-08-28 15:40:00 -0700
commit0fb0a7677827aea3e7ca1fdb2dfd1ccbdf6c2f71 (patch)
treef3f1a5de496dd06006cf49eb320fb8cf14a135ef /bfd/elf-bfd.h
parent5e89eb3ab04a378133ff3da1ed23d4bd89a56b5e (diff)
downloadfsf-binutils-gdb-0fb0a7677827aea3e7ca1fdb2dfd1ccbdf6c2f71.zip
fsf-binutils-gdb-0fb0a7677827aea3e7ca1fdb2dfd1ccbdf6c2f71.tar.gz
fsf-binutils-gdb-0fb0a7677827aea3e7ca1fdb2dfd1ccbdf6c2f71.tar.bz2
Remove unused _bfd_elf_ifunc_get_synthetic_symtab
Since _bfd_elf_ifunc_get_synthetic_symtab is no longer called by x86 get_synthetic_symtab, it is now unused. This patch removes it. * elf-bfd.h (_bfd_elf_ifunc_get_synthetic_symtab): Removed. * elf-ifunc.c (_bfd_elf_ifunc_get_synthetic_symtab): Likewise.
Diffstat (limited to 'bfd/elf-bfd.h')
-rw-r--r--bfd/elf-bfd.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/bfd/elf-bfd.h b/bfd/elf-bfd.h
index 79b9dbc..fd08748 100644
--- a/bfd/elf-bfd.h
+++ b/bfd/elf-bfd.h
@@ -2659,9 +2659,6 @@ extern bfd_boolean _bfd_elf_allocate_ifunc_dyn_relocs
(struct bfd_link_info *, struct elf_link_hash_entry *,
struct elf_dyn_relocs **, bfd_boolean *, unsigned int,
unsigned int, unsigned int, bfd_boolean);
-extern long _bfd_elf_ifunc_get_synthetic_symtab
- (bfd *, long, asymbol **, long, asymbol **, asymbol **, asection *,
- bfd_vma *(*) (bfd *, asymbol **, asection *, asection *));
extern void elf_append_rela (bfd *, asection *, Elf_Internal_Rela *);
extern void elf_append_rel (bfd *, asection *, Elf_Internal_Rela *);