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] powerpc: Fix PPC64/POWER7 conform tests


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!
> 


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