diff options
Diffstat (limited to 'bfd/elf32-cris.c')
-rw-r--r-- | bfd/elf32-cris.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/bfd/elf32-cris.c b/bfd/elf32-cris.c index 0c8945e..a69c7e4 100644 --- a/bfd/elf32-cris.c +++ b/bfd/elf32-cris.c @@ -2057,7 +2057,6 @@ elf_cris_finish_dynamic_symbol (bfd *output_bfd, 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; @@ -2089,8 +2088,6 @@ elf_cris_finish_dynamic_symbol (bfd *output_bfd, plt_pic_entry = elf_cris_pic_plt_entry_v32; } - dynobj = htab->root.dynobj; - if (h->plt.offset != (bfd_vma) -1) { asection *splt; |