bfd_section_* macros
[deliverable/binutils-gdb.git] / bfd / elf32-crx.c
index 306a0e4f2b288797f4890447a7c4e39b0b32d7ff..6d15b2b10bfb77b112a0c7558c5906b3a5b6a466 100644 (file)
@@ -905,7 +905,7 @@ elf32_crx_relocate_section (bfd *output_bfd, struct bfd_link_info *info,
              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);
            }
 
          switch (r)
This page took 0.023186 seconds and 4 git commands to generate.