bfd_section_* macros
[deliverable/binutils-gdb.git] / sim / rx / load.c
index 65451ca8216a57055430d519e6535301581ef43e..a9b596bbc58993bb26a07654dcc170b6c49a4e52 100644 (file)
@@ -52,7 +52,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.02486 seconds and 4 git commands to generate.