bfd/
authorJan Kratochvil <jan.kratochvil@redhat.com>
Thu, 31 Mar 2011 14:17:34 +0000 (14:17 +0000)
committerJan Kratochvil <jan.kratochvil@redhat.com>
Thu, 31 Mar 2011 14:17:34 +0000 (14:17 +0000)
* elf32-tic6x.c (elf32_tic6x_relocate_section): Remove unused variable
dynobj and its initialization.

bfd/ChangeLog
bfd/elf32-tic6x.c

index cefd8a7..c0d8d6a 100644 (file)
@@ -1,3 +1,8 @@
+2011-03-31  Jan Kratochvil  <jan.kratochvil@redhat.com>
+
+       * elf32-tic6x.c (elf32_tic6x_relocate_section): Remove unused variable
+       dynobj and its initialization.
+
 2011-03-31  Tristan Gingold  <gingold@adacore.com>
 
        * makefile.vms (DEFS): Add HAVE_bfd_elf64_ia64_vms_vec.
index 7708e05..4836d88 100644 (file)
@@ -2054,7 +2054,6 @@ elf32_tic6x_relocate_section (bfd *output_bfd,
                              Elf_Internal_Sym *local_syms,
                              asection **local_sections)
 {
-  bfd *dynobj;
   struct elf32_tic6x_link_hash_table *htab;
   Elf_Internal_Shdr *symtab_hdr;
   struct elf_link_hash_entry **sym_hashes;
@@ -2064,7 +2063,6 @@ elf32_tic6x_relocate_section (bfd *output_bfd,
   bfd_boolean ok = TRUE;
 
   htab = elf32_tic6x_hash_table (info);
-  dynobj = elf_hash_table (info)->dynobj;
   symtab_hdr = & elf_symtab_hdr (input_bfd);
   sym_hashes = elf_sym_hashes (input_bfd);
   local_got_offsets = elf_local_got_offsets (input_bfd);