Hello maintainers,
While translating ld-2.33.90, I found what could be a bug in
ld/ldlang.c:3662.
I have written a candidate patch and verified that the patched file passes
compilation. You can see it attached.
Regards,
Antonio Ceballos
--- ld/ldlang.c 2020-01-18 14:55:48.000000000 +0100
+++ ld/ldlang_new.c 2020-05-09 16:57:21.576153371 +0200
@@ -3659,7 +3659,7 @@
if ((ctf_output = ctf_create (&err)) != NULL)
return;
- einfo (_("%P: warning: CTF output not created: `s'\n"),
+ einfo (_("%P: warning: CTF output not created: `%s'\n"),
ctf_errmsg (err));
LANG_FOR_EACH_INPUT_STATEMENT (errfile)