Fix -Wmisleading-indentation warning in top.c
[deliverable/binutils-gdb.git] / bfd / elf32-d10v.c
index a03ce632868ef6b4bbaadec8cc2753012010a4bb..bd07ad68b2844577606d926baa280b62227dc913 100644 (file)
@@ -482,7 +482,7 @@ elf32_d10v_relocate_section (bfd *output_bfd,
          name = (bfd_elf_string_from_elf_section
                  (input_bfd, symtab_hdr->sh_link, sym->st_name));
          if (name == NULL || *name == '\0')
-           name = bfd_section_name (input_bfd, sec);
+           name = bfd_section_name (sec);
        }
 
       r = _bfd_final_link_relocate (howto, input_bfd, input_section,
This page took 0.023359 seconds and 4 git commands to generate.