bfd_section_* macros
[deliverable/binutils-gdb.git] / sim / rl78 / load.c
index c8c8ab89517ca1ef496d7b634c06de7f1c3f98a2..34ae923bcb71f87ad5fc44b5c9235fda1902c962 100644 (file)
@@ -56,7 +56,7 @@ find_section_name_by_offset (bfd *abfd, file_ptr filepos)
 
   for (s = abfd->sections; s; s = s->next)
     if (s->filepos == filepos)
-      return bfd_get_section_name (abfd, s);
+      return bfd_section_name (s);
 
   return "(unknown)";
 }
This page took 0.023628 seconds and 4 git commands to generate.