bfd_section_* macros
[deliverable/binutils-gdb.git] / bfd / elf32-pru.c
index bfc34571d7b5eaf29a718f50ac399530731afef7..054f1650f264a5930d4338a917c846bc4ff9b28d 100644 (file)
@@ -421,7 +421,7 @@ pru_elf32_info_to_howto (bfd *abfd, arelent *cache_ptr,
       bfd_set_error (bfd_error_bad_value);
       return FALSE;
     }
-    
+
   cache_ptr->howto = lookup_howto (r_type);
   return cache_ptr->howto != NULL;
 }
@@ -905,7 +905,7 @@ pru_elf32_relocate_section (bfd *output_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.033794 seconds and 4 git commands to generate.