Use %pI, %pR, %pS, %pT in place of %I, %R, %S and %T.
[deliverable/binutils-gdb.git] / ld / ldlex.l
index 2f59d79d12cabaf52a9cc94acf480ba57aa62490..261c0c1c0fff5efc2a6aad041282e4c14592f0f6 100644 (file)
@@ -729,5 +729,5 @@ lex_warn_invalid (char *where, char *what)
       what = buf;
     }
 
-  einfo (_("%P:%S: ignoring invalid character `%s'%s\n"), NULL, what, where);
+  einfo (_("%P:%pS: ignoring invalid character `%s'%s\n"), NULL, what, where);
 }
This page took 0.024955 seconds and 4 git commands to generate.