diff options
author | Will Newton <willnewton@sourceware.org> | 2013-05-07 17:01:12 +0000 |
---|---|---|
committer | Will Newton <willnewton@sourceware.org> | 2013-05-07 17:01:12 +0000 |
commit | 1ee9e8b3d23a202aac82a524353c4ec3366477c7 (patch) | |
tree | 27e943120dc388c3e2697ddb2db85c389987ffef /bfd/elf-bfd.h | |
parent | be8b1ea6766a74d67581dc1012d04bef81f1b3bf (diff) | |
download | gdb-1ee9e8b3d23a202aac82a524353c4ec3366477c7.zip gdb-1ee9e8b3d23a202aac82a524353c4ec3366477c7.tar.gz gdb-1ee9e8b3d23a202aac82a524353c4ec3366477c7.tar.bz2 |
bfd/elf-ifunc.c: Remove unused function _bfd_elf_create_ifunc_dyn_reloc.
bfd/ChangeLog:
2013-05-07 Will Newton <will.newton@linaro.org>
* elf-ifunc.c (_bfd_elf_create_ifunc_dyn_reloc): Remove unused
function.
* elf-bfd.h: Likewise.
Diffstat (limited to 'bfd/elf-bfd.h')
-rw-r--r-- | bfd/elf-bfd.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/bfd/elf-bfd.h b/bfd/elf-bfd.h index b643dbc..d1a7e26 100644 --- a/bfd/elf-bfd.h +++ b/bfd/elf-bfd.h @@ -2378,9 +2378,6 @@ struct elf_dyn_relocs extern bfd_boolean _bfd_elf_create_ifunc_sections (bfd *, struct bfd_link_info *); -extern asection * _bfd_elf_create_ifunc_dyn_reloc - (bfd *, struct bfd_link_info *, asection *sec, asection *sreloc, - struct elf_dyn_relocs **); extern bfd_boolean _bfd_elf_allocate_ifunc_dyn_relocs (struct bfd_link_info *, struct elf_link_hash_entry *, struct elf_dyn_relocs **, unsigned int, unsigned int); |