]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blobdiff - bfd/elf32-mt.c
bfd_section_* macros
[thirdparty/binutils-gdb.git] / bfd / elf32-mt.c
index ca6aa13f195cb3f7b1f371cc6d80497a947320ed..d120d0548285920ac5fd06868d77aee34ffcbd88 100644 (file)
@@ -346,7 +346,7 @@ mt_elf_relocate_section
 
          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
        {