Use %pA and %pB in messages rather than %A and %B
[deliverable/binutils-gdb.git] / bfd / coff-tic80.c
index 3496a05b0df44b1a76c13aafefc83d425dc640f5..292053178494c767c31f00c8d36fe3154207ae97 100644 (file)
@@ -669,7 +669,7 @@ coff_tic80_relocate_section (bfd *output_bfd,
        case bfd_reloc_outofrange:
          _bfd_error_handler
            /* xgettext: c-format */
-           (_("%B: bad reloc address %#Lx in section `%A'"),
+           (_("%pB: bad reloc address %#Lx in section `%pA'"),
             input_bfd, rel->r_vaddr, input_section);
          return FALSE;
        case bfd_reloc_overflow:
This page took 0.023674 seconds and 4 git commands to generate.