Use %pA and %pB in messages rather than %A and %B
[deliverable/binutils-gdb.git] / bfd / elf32-i960.c
index 61a7f9d9ecb62695d3eaee8a76b1edfd8f02ca06..0f85efafc56f1f924855b0559048a2265a1a6280 100644 (file)
@@ -137,7 +137,7 @@ elf32_i960_info_to_howto_rel (bfd *abfd ATTRIBUTE_UNUSED,
   if (type >= R_960_max)
     {
       /* xgettext:c-format */
-      _bfd_error_handler (_("%B: invalid i960 reloc number: %d"), abfd, type);
+      _bfd_error_handler (_("%pB: invalid i960 reloc number: %d"), abfd, type);
       type = 0;
     }
 
This page took 0.023383 seconds and 4 git commands to generate.