bfd/
[deliverable/binutils-gdb.git] / bfd / stabs.c
index 12285a3668e67d6aae7b0e28cc8f0532625ca4c0..b18f93cf9c62d019a1a3af1b58c20f3cd5f1876a 100644 (file)
@@ -293,10 +293,8 @@ _bfd_link_section_stabs (abfd, sinfo, stabsec, stabstrsec, psecinfo, pstring_off
       if (symstroff >= stabstrsec->size)
        {
          (*_bfd_error_handler)
-           (_("%s(%s+0x%lx): Stabs entry has invalid string index."),
-            bfd_archive_filename (abfd),
-            bfd_get_section_name (abfd, stabsec),
-            (long) (sym - stabbuf));
+           (_("%B(%A+0x%lx): Stabs entry has invalid string index."),
+            abfd, stabsec, (long) (sym - stabbuf));
          bfd_set_error (bfd_error_bad_value);
          goto error_return;
        }
This page took 0.023748 seconds and 4 git commands to generate.