On Sat, May 09, 2020 at 05:09:18PM +0200, Antonio Ceballos wrote:
> --- 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)

Thanks for the patch.  This was fixed on mainline with git commit
c48acf6f267 but not applied to the 2.34 branch.  I'm unsure whether
changes like this should be applied to a release branch, but it seems
likely they should not.

-- 
Alan Modra
Australia Development Lab, IBM

Reply via email to