From: H.J. Lu Date: Wed, 30 Aug 2017 12:29:22 +0000 (-0700) Subject: Remove elf_x86_64_next_tls_desc_index/elf_x86_64_srelplt2 X-Git-Tag: users/ARM/embedded-binutils-master-2017q4~1280 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=0f2425c4c8fdaa7822555bbb61468b46d4e4af20;p=platform%2Fupstream%2Fbinutils.git Remove elf_x86_64_next_tls_desc_index/elf_x86_64_srelplt2 They are unused. * elf64-x86-64.c (elf_x86_64_next_tls_desc_index): Removed. (elf_x86_64_srelplt2): Likewise. --- diff --git a/bfd/ChangeLog b/bfd/ChangeLog index f4b1401..bf509b6 100644 --- a/bfd/ChangeLog +++ b/bfd/ChangeLog @@ -1,3 +1,8 @@ +2017-08-30 H.J. Lu + + * elf64-x86-64.c (elf_x86_64_next_tls_desc_index): Removed. + (elf_x86_64_srelplt2): Likewise. + 2017-08-30 Alan Modra * elf64-ppc.c (struct ppc_link_hash_table): Add do_tls_opt. diff --git a/bfd/elf64-x86-64.c b/bfd/elf64-x86-64.c index be8bf56..985f7f6 100644 --- a/bfd/elf64-x86-64.c +++ b/bfd/elf64-x86-64.c @@ -1072,12 +1072,6 @@ struct elf_x86_64_link_hash_table const struct elf_x86_64_non_lazy_plt_layout *non_lazy_plt; }; -#define elf_x86_64_next_tls_desc_index(htab) \ - ((struct elf_x86_64_link_hash_table *) (htab))->next_tls_desc_index - -#define elf_x86_64_srelplt2(htab) \ - ((struct elf_x86_64_link_hash_table *) (htab))->srelplt2 - #define elf_x86_64_plt(htab) \ ((struct elf_x86_64_link_hash_table *) (htab))->plt