bug-binutils
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Possible bug in ld-2.33.90: ld/ldlang.c:3662


From: Alan Modra
Subject: Re: Possible bug in ld-2.33.90: ld/ldlang.c:3662
Date: Mon, 11 May 2020 15:34:01 +0930
User-agent: Mutt/1.9.4 (2018-02-28)

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

[Prev in Thread] Current Thread [Next in Thread]