Remove elf_x86_64_next_tls_desc_index/elf_x86_64_srelplt2
authorH.J. Lu <hjl.tools@gmail.com>
Wed, 30 Aug 2017 12:29:22 +0000 (05:29 -0700)
committerH.J. Lu <hjl.tools@gmail.com>
Wed, 30 Aug 2017 12:29:22 +0000 (05:29 -0700)
They are unused.

* elf64-x86-64.c (elf_x86_64_next_tls_desc_index): Removed.
(elf_x86_64_srelplt2): Likewise.

bfd/ChangeLog
bfd/elf64-x86-64.c

index f4b14012dcc75eca6dbd18571a851f4564f5469e..bf509b6c5067087b413b6af10149f40dfbe59c00 100644 (file)
@@ -1,3 +1,8 @@
+2017-08-30  H.J. Lu  <hongjiu.lu@intel.com>
+
+       * elf64-x86-64.c (elf_x86_64_next_tls_desc_index): Removed.
+       (elf_x86_64_srelplt2): Likewise.
+
 2017-08-30  Alan Modra  <amodra@gmail.com>
 
        * elf64-ppc.c (struct ppc_link_hash_table): Add do_tls_opt.
index be8bf569bf40f2a741ebcfca964868c876e92bff..985f7f6d5cd370c0502fa13f5d07bfd65a2a8f8d 100644 (file)
@@ -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
 
This page took 0.028659 seconds and 4 git commands to generate.