Re: PING^1 [PATCH] Add TARGET_IFUNC_REF_LOCAL_OK

2021-12-02 Thread Jeff Law via Gcc-patches
On 7/6/2021 5:47 AM, H.J. Lu via Gcc-patches wrote: On Sat, Jun 19, 2021 at 7:10 PM H.J. Lu wrote: 1. On some targets, like PowerPC, reference to ifunc function resolver must be non-local so that compiler will properly emit PLT call. Add TARGET_IFUNC_REF_LOCAL_OK to allow binding indirect f

PING^1 [PATCH] Add TARGET_IFUNC_REF_LOCAL_OK

2021-07-06 Thread H.J. Lu via Gcc-patches
On Sat, Jun 19, 2021 at 7:10 PM H.J. Lu wrote: > > 1. On some targets, like PowerPC, reference to ifunc function resolver > must be non-local so that compiler will properly emit PLT call. Add > TARGET_IFUNC_REF_LOCAL_OK to allow binding indirect function resolver > locally for targets which don't