]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blobdiff - ld/plugin.c
Use %pA and %pB in messages rather than %A and %B
[thirdparty/binutils-gdb.git] / ld / plugin.c
index 4384a460a573e4ed5eaf7e18756128c4f43775dd..0fb51c2696da0afc808065b553b714f43b9dd8f4 100644 (file)
@@ -783,7 +783,7 @@ get_symbols (const void *handle, int nsyms, struct ld_plugin_symbol *syms,
     report_symbol:
       syms[n].resolution = res;
       if (report_plugin_symbols)
-       einfo (_("%P: %B: symbol `%s' "
+       einfo (_("%P: %pB: symbol `%s' "
                 "definition: %d, visibility: %d, resolution: %d\n"),
               abfd, syms[n].name,
               syms[n].def, syms[n].visibility, res);