Re: [PATCH] Improve detection of ld_date.

2020-02-28 Thread Jakub Jelinek
On Fri, Feb 28, 2020 at 05:54:56PM +0100, Martin Liška wrote: > On 2/28/20 5:28 PM, Jakub Jelinek wrote: > > That is not what you did (or at least you should pretend you didn't do it > > that > > way). Please write it as > > * configure.ac: Improve ... > > * configure: Regenerated. > > S

Re: [PATCH] Improve detection of ld_date.

2020-02-28 Thread Martin Liška
On 2/28/20 5:28 PM, Jakub Jelinek wrote: That is not what you did (or at least you should pretend you didn't do it that way). Please write it as * configure.ac: Improve ... * configure: Regenerated. Sorry, I didn't pay enough attention to the ChangeLog entry. Ok with that ch

Re: [PATCH] Improve detection of ld_date.

2020-02-28 Thread Jakub Jelinek
On Fri, Feb 28, 2020 at 05:15:29PM +0100, Martin Liška wrote: > Hi. > > The patch is about better ld date format detection as > described in the PR in more detail. I'm also changing > '[-]' into '-' which is a simplification. > > Ready to be installed after tests? > Thanks, > Martin > > gcc/Chan

[PATCH] Improve detection of ld_date.

2020-02-28 Thread Martin Liška
Hi. The patch is about better ld date format detection as described in the PR in more detail. I'm also changing '[-]' into '-' which is a simplification. Ready to be installed after tests? Thanks, Martin gcc/ChangeLog: 2020-02-28 Martin Liska PR other/93965 * configure: Imp