Replace xmalloc/xfree with vector in jit.c
[deliverable/binutils-gdb.git] / bfd / elf-m10200.c
index a1434fa748e307b3a015fdb4ea6d243b457b840e..b234c168c8f1b5ec666f04a95f45bd1f7d9b0fb4 100644 (file)
@@ -228,7 +228,7 @@ mn10200_info_to_howto (bfd *abfd,
       bfd_set_error (bfd_error_bad_value);
       return FALSE;
     }
-  
+
   cache_ptr->howto = &elf_mn10200_howto_table[r_type];
   return cache_ptr->howto != NULL;
 }
@@ -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.024335 seconds and 4 git commands to generate.