i386: Align branches within a fixed boundary
[deliverable/binutils-gdb.git] / bfd / elf32-ip2k.c
index 43e7be63dad2b1e3640f159f4bee20d044ef984b..6e5131ff98be74276a230c2e538bc134fba548df 100644 (file)
@@ -1435,7 +1435,7 @@ ip2k_elf_relocate_section (bfd *output_bfd ATTRIBUTE_UNUSED,
 
          name = bfd_elf_string_from_elf_section
            (input_bfd, symtab_hdr->sh_link, sym->st_name);
-         name = (name == NULL) ? bfd_section_name (input_bfd, sec) : name;
+         name = name == NULL ? bfd_section_name (sec) : name;
        }
       else
        {
This page took 0.025757 seconds and 4 git commands to generate.