bfd_section_* macros
[deliverable/binutils-gdb.git] / bfd / elf32-iq2000.c
index 6e470272929a7085f63a45a4dae2fc11bc689a97..e95f1a56eacd332f50762d41769e60ba83771710 100644 (file)
@@ -625,7 +625,7 @@ iq2000_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, osec) : name;
+         name = name == NULL ? bfd_section_name (osec) : name;
        }
       else
        {
This page took 0.033776 seconds and 4 git commands to generate.