This is the mail archive of the
libc-alpha@sourceware.org
mailing list for the glibc project.
Re: PowerPC: multiarch bzero cleanup for PPC64
- From: Adhemerval Zanella <azanella at linux dot vnet dot ibm dot com>
- To: Richard Henderson <rth at twiddle dot net>, "GNU C. Library" <libc-alpha at sourceware dot org>
- Date: Mon, 21 Jul 2014 09:19:11 -0300
- Subject: Re: PowerPC: multiarch bzero cleanup for PPC64
- Authentication-results: sourceware.org; auth=none
- References: <53C920CA dot 3030904 at linux dot vnet dot ibm dot com> <53C9433E dot 1060500 at twiddle dot net>
On 18-07-2014 12:54, Richard Henderson wrote:
> On 07/18/2014 06:27 AM, Adhemerval Zanella wrote:
>> +++ b/sysdeps/powerpc/powerpc64/power4/memset.S
> ...
>> +#ifndef weak_alias
>> weak_alias (__bzero, bzero)
>> #endif
> ifndef __bzero?
>
>
> r~
>
Thanks for spotting it, I have fixed.