Re: [PATCH][OBVIOUS] Fix ifunc detection.

2018-03-08 Thread Martin Liška
On 03/08/2018 10:15 AM, Martin Liška wrote: > On 03/02/2018 05:38 PM, Thomas Schwinge wrote: >> Hi! >> >> On Fri, 26 Jan 2018 16:24:48 +0100, Martin Liška wrote: >>> This fixes detection of ifunc target capability. >>> I'm going to install the patch. >> >> You could also just have

Re: [PATCH][OBVIOUS] Fix ifunc detection.

2018-03-08 Thread Martin Liška
On 03/02/2018 05:38 PM, Thomas Schwinge wrote: > Hi! > > On Fri, 26 Jan 2018 16:24:48 +0100, Martin Liška wrote: >> This fixes detection of ifunc target capability. >> I'm going to install the patch. > > You could also just have approved the patch I had sent two months before: >

Re: [PATCH][OBVIOUS] Fix ifunc detection.

2018-03-02 Thread Jakub Jelinek
On Fri, Mar 02, 2018 at 09:55:22AM -0700, Jeff Law wrote: > On 03/02/2018 09:38 AM, Thomas Schwinge wrote: > > Hi! > > > > On Fri, 26 Jan 2018 16:24:48 +0100, Martin Liška wrote: > >> This fixes detection of ifunc target capability. > >> I'm going to install the patch. > > > >

Re: [PATCH][OBVIOUS] Fix ifunc detection.

2018-03-02 Thread Jeff Law
On 03/02/2018 10:00 AM, Jakub Jelinek wrote: > On Fri, Mar 02, 2018 at 09:55:22AM -0700, Jeff Law wrote: >> On 03/02/2018 09:38 AM, Thomas Schwinge wrote: >>> Hi! >>> >>> On Fri, 26 Jan 2018 16:24:48 +0100, Martin Liška wrote: This fixes detection of ifunc target capability.

Re: [PATCH][OBVIOUS] Fix ifunc detection.

2018-03-02 Thread H.J. Lu
On Fri, Mar 2, 2018 at 8:55 AM, Jeff Law wrote: > On 03/02/2018 09:38 AM, Thomas Schwinge wrote: >> Hi! >> >> On Fri, 26 Jan 2018 16:24:48 +0100, Martin Liška wrote: >>> This fixes detection of ifunc target capability. >>> I'm going to install the patch. >> >>

Re: [PATCH][OBVIOUS] Fix ifunc detection.

2018-03-02 Thread Jeff Law
On 03/02/2018 09:38 AM, Thomas Schwinge wrote: > Hi! > > On Fri, 26 Jan 2018 16:24:48 +0100, Martin Liška wrote: >> This fixes detection of ifunc target capability. >> I'm going to install the patch. > > You could also just have approved the patch I had sent two months before: >

Re: [PATCH][OBVIOUS] Fix ifunc detection.

2018-03-02 Thread Thomas Schwinge
Hi! On Fri, 26 Jan 2018 16:24:48 +0100, Martin Liška wrote: > This fixes detection of ifunc target capability. > I'm going to install the patch. You could also just have approved the patch I had sent two months before:

[PATCH][OBVIOUS] Fix ifunc detection.

2018-01-26 Thread Martin Liška
Hi. This fixes detection of ifunc target capability. I'm going to install the patch. Martin gcc/testsuite/ChangeLog: 2018-01-26 Martin Liska * lib/target-supports.exp: Return a value, otherwise -Wreturn-type warning is seen. ---