Use %pA and %pB in messages rather than %A and %B
[deliverable/binutils-gdb.git] / bfd / stabs.c
index 7a1a6e53c139a1d4c70a4d692fcf2fb741fc8492..d7770e78a63c3c05c513422abe3890871cc779c6 100644 (file)
@@ -276,7 +276,7 @@ _bfd_link_section_stabs (bfd *abfd,
        {
          _bfd_error_handler
            /* xgettext:c-format */
-           (_("%B(%A+%#lx): Stabs entry has invalid string index."),
+           (_("%pB(%pA+%#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.040014 seconds and 4 git commands to generate.