[PATCH] Fix ifunc and resolver (PR ipa/81213).

Martin Liška mliska@suse.cz
Tue Jul 11 13:51:00 GMT 2017


PING^1

Martin

On 06/30/2017 10:47 AM, Martin Liška wrote:
> Hello.
> 
> Following patch does refactoring of make_resolver_func where ifunc
> alias and resolver were probably confused.
> 
> Patch can bootstrap on ppc64le-redhat-linux and survives regression tests.
> i386.exp tests work on x86_64-linux-gnu.
> 
> Ready to be installed?
> Martin
> 
> gcc/ChangeLog:
> 
> 2017-06-29  Martin Liska  <mliska@suse.cz>
> 
> 	PR ipa/81213
> 	* config/i386/i386.c (make_resolver_func): Do complete
> 	refactoring of the function.
> 
> gcc/testsuite/ChangeLog:
> 
> 2017-06-29  Martin Liska  <mliska@suse.cz>
> 
> 	PR ipa/81213
> 	* gcc.target/i386/pr81213.c: New test.
> ---
>   gcc/config/i386/i386.c                  | 37 ++++++++++++++++-----------------
>   gcc/testsuite/gcc.target/i386/pr81213.c | 19 +++++++++++++++++
>   2 files changed, 37 insertions(+), 19 deletions(-)
>   create mode 100644 gcc/testsuite/gcc.target/i386/pr81213.c
> 
> 



More information about the Gcc-patches mailing list