Replace xmalloc/xfree with vector in jit.c
[deliverable/binutils-gdb.git] / bfd / elf-m10200.c
index cfccb968670c6d6e89bc03a847794c0346c89ba2..b234c168c8f1b5ec666f04a95f45bd1f7d9b0fb4 100644 (file)
@@ -413,7 +413,7 @@ mn10200_elf_relocate_section (bfd *output_bfd,
              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.023076 seconds and 4 git commands to generate.