bfd_section_* macros
[deliverable/binutils-gdb.git] / binutils / bucomm.c
index e8ac3b6de85e0d50fbf1ca4272c85bddb2500f1c..2493fd561bc71e7edc106b715aa16ff1a7ec41ba 100644 (file)
@@ -94,7 +94,7 @@ bfd_nonfatal_message (const char *filename,
       if (!filename)
        filename = bfd_get_archive_filename (abfd);
       if (section)
-       section_name = bfd_get_section_name (abfd, section);
+       section_name = bfd_section_name (section);
     }
   if (section_name)
     fprintf (stderr, ":%s[%s]", filename, section_name);
This page took 0.024293 seconds and 4 git commands to generate.