bfd/
[deliverable/binutils-gdb.git] / bfd / aout-adobe.c
index 6de2a31c756b7e86d141ab8e4161da13c61e3244..9277bc086e5383f2acdf80de58ffbe2fe0198588 100644 (file)
@@ -201,8 +201,8 @@ aout_adobe_callback (abfd)
 
        default:
          (*_bfd_error_handler)
-           (_("%s: Unknown section type in a.out.adobe file: %x\n"),
-            bfd_archive_filename (abfd), ext->e_type[0]);
+           (_("%B: Unknown section type in a.out.adobe file: %x\n"),
+            abfd, ext->e_type[0]);
          goto no_more_sections;
        }
 
This page took 0.026592 seconds and 4 git commands to generate.