* elf32-cris.c (elf_cris_finish_dynamic_symbol): Remove now unused
local variable dynobj.
2017-01-27 Hans-Peter Nilsson <hp@axis.com>
+ * elf32-cris.c (elf_cris_finish_dynamic_symbol): Remove now unused
+ local variable dynobj.
+
PR ld/20995
* elf32-cris.c (elf_cris_size_dynamic_sections): Handle sdynrelro.
(elf_cris_adjust_dynamic_symbol): Place variables copied into the
Elf_Internal_Sym *sym)
{
struct elf_cris_link_hash_table * htab;
- bfd *dynobj;
/* Where in the plt entry to put values. */
int plt_off1 = 2, plt_off2 = 10, plt_off3 = 16;
plt_pic_entry = elf_cris_pic_plt_entry_v32;
}
- dynobj = htab->root.dynobj;
-
if (h->plt.offset != (bfd_vma) -1)
{
asection *splt;