Use %pA and %pB in messages rather than %A and %B
[deliverable/binutils-gdb.git] / ld / emultempl / beos.em
index d9eab406bda83a8dff096c68ad82e26dfeb630ef..ce59a09f0041076f2962edd72c54e8cdb23580b3 100644 (file)
@@ -433,14 +433,14 @@ sort_by_file_name (const void *a, const void *b)
                                     (*ra)->input_section.section, &a_sec,
                                     (file_ptr) 0,
                                     (bfd_size_type) sizeof(a_sec)))
-       einfo (_("%F%B: Can't read contents of section .idata: %E\n"),
+       einfo (_("%F%pB: Can't read contents of section .idata: %E\n"),
               (*ra)->input_section.section->owner);
 
       if (!bfd_get_section_contents ((*rb)->input_section.section->owner,
                                     (*rb)->input_section.section, &b_sec,
                                     (file_ptr) 0,
                                     (bfd_size_type) sizeof(b_sec)))
-       einfo (_("%F%B: Can't read contents of section .idata: %E\n"),
+       einfo (_("%F%pB: Can't read contents of section .idata: %E\n"),
               (*rb)->input_section.section->owner);
 
       i = a_sec < b_sec ? -1 : 0;
This page took 0.029925 seconds and 4 git commands to generate.