bfd_section_* macros
[deliverable/binutils-gdb.git] / bfd / elf32-epiphany.c
index 4bd417d6f50bef73b72910eef2532b4111810c0a..c45f0b35042877cc051ffe5984ac2887f101637a 100644 (file)
@@ -518,7 +518,7 @@ epiphany_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.024466 seconds and 4 git commands to generate.