Use %pA and %pB in messages rather than %A and %B
[deliverable/binutils-gdb.git] / bfd / coff-tic54x.c
index 322cbe2581c4c6661ef554651f64c63209853d0c..2489d2f45da32c1b797ceebd4aeb7e5e54a79e3b 100644 (file)
@@ -362,7 +362,7 @@ tic54x_reloc_processing (arelent *relent,
        {
          _bfd_error_handler
            /* xgettext: c-format */
-           (_("%B: warning: illegal symbol index %ld in relocs"),
+           (_("%pB: warning: illegal symbol index %ld in relocs"),
             abfd, reloc->r_symndx);
          relent->sym_ptr_ptr = bfd_abs_section_ptr->symbol_ptr_ptr;
          ptr = NULL;
This page took 0.023779 seconds and 4 git commands to generate.