This is the mail archive of the
libc-alpha@sourceware.org
mailing list for the glibc project.
Re: [PATCH] powerpc: Fix PPC64/POWER7 conform tests
- From: Adhemerval Zanella <adhemerval dot zanella at linaro dot org>
- To: Tulio Magno Quites Machado Filho <tuliom at linux dot vnet dot ibm dot com>
- Cc: GNU C Library <libc-alpha at sourceware dot org>, Steven Munroe <munroesj at linux dot vnet dot ibm dot com>
- Date: Tue, 11 Aug 2015 10:12:48 -0300
- Subject: Re: [PATCH] powerpc: Fix PPC64/POWER7 conform tests
- Authentication-results: sourceware.org; auth=none
- References: <55BB88D6 dot 4080601 at linaro dot org> <87lhdpmy2j dot fsf at totoro dot lan>
Pushed upstream as 6f714aa4ad5af2745ae2d185821d20ce8fabc2c5
On 05-08-2015 14:42, Tulio Magno Quites Machado Filho wrote:
> Adhemerval Zanella <adhemerval.zanella@linaro.org> writes:
>
>> When building with --disable-multi-arch the memmove and strstr POWER7
>> optimization create and uses symbols that conflict with expect conform
>> tests.
>>
>> Checked on powerpc64.
>>
>> --
>>
>> * sysdeps/powerpc/powerpc64/power7/memmove.S (bcopy): Changing to
>> __bcopy and add a weak_alias to bcopy.
>> * sysdeps/powerpc/powerpc64/power7/strstr.S (strstr): Use __strnlen
>> for static build.
>
> LGTM.
>
> Thanks for catching this!
>