This is the mail archive of the libc-alpha@sourceware.org mailing list for the glibc project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [PATCH, 2.27] x86-64: Use IFUNC memcpy and mempcpy in libc.a


On Wed, Aug 2, 2017 at 11:51 AM, Florian Weimer <fweimer@redhat.com> wrote:
> On 08/02/2017 08:36 PM, H.J. Lu wrote:
>> If there is no memcpy/mempcpy call before ARCH_SETUP_IREL (),
>> we can use IFUNC memcpy and mempcpy in static executable.
>> Since the code path up to ARCH_SETUP_IREL () is the same for
>> all static executables, the static executable tests within glibc are
>> sufficient to verify that it is safe to do so.
>
> Ah, this is a good point.  Thanks.
>

I am checking it in today.


-- 
H.J.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]