Re: [PATCH] Fix multi-versioning issues (PR ipa/80732).

2017-06-19 Thread Martin Liška
On 06/19/2017 12:35 PM, Jan Hubicka wrote: >> Hello. >> >> Following patch tries to resolve following 2 issues: >> >> a) When one takes address of a function that uses target_clones attribute, >>default implementation is always returned. >> >> b) Using dlsym("foo") should work and thus the reso

Re: [PATCH] Fix multi-versioning issues (PR ipa/80732).

2017-06-19 Thread Jan Hubicka
> Hello. > > Following patch tries to resolve following 2 issues: > > a) When one takes address of a function that uses target_clones attribute, >default implementation is always returned. > > b) Using dlsym("foo") should work and thus the resolver function should >use the default name.

Re: [PATCH] Fix multi-versioning issues (PR ipa/80732).

2017-06-19 Thread Martin Liška
PING^2 On 06/06/2017 08:59 AM, Martin Liška wrote: > PING^1 > > On 05/25/2017 12:05 PM, Martin Liška wrote: >> Hello. >> >> Following patch tries to resolve following 2 issues: >> >> a) When one takes address of a function that uses target_clones attribute, >> default implementation is always

Re: [PATCH] Fix multi-versioning issues (PR ipa/80732).

2017-06-05 Thread Martin Liška
PING^1 On 05/25/2017 12:05 PM, Martin Liška wrote: Hello. Following patch tries to resolve following 2 issues: a) When one takes address of a function that uses target_clones attribute, default implementation is always returned. b) Using dlsym("foo") should work and thus the resolver func