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: "Tulio Magno Quites Machado Filho" <tuliom at linux dot vnet dot ibm dot com>
- To: Adhemerval Zanella <adhemerval dot zanella at linaro dot org>
- Cc: GNU C Library <libc-alpha at sourceware dot org>, Steven Munroe <munroesj at linux dot vnet dot ibm dot com>
- Cc:
- Date: Wed, 05 Aug 2015 14:42:28 -0300
- Subject: Re: [PATCH] powerpc: Fix PPC64/POWER7 conform tests
- Authentication-results: sourceware.org; auth=none
- References: <55BB88D6 dot 4080601 at linaro dot org>
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!
--
Tulio Magno