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 bzero definition for static libc


On 10-03-2014 17:56, Adhemerval Zanella wrote:
> This patch fixes an issue for powerpc64[le] static build where __bzero
> is definied in multiple places (memset-ppc64.o and bzero.o). It is now
> defined only in bzero.o and memset-ppc64.o only defined __bzero_ppc for
> both dynamic and static library.
>
> Fixes BZ#16683.
>
> Tested on powerpc64 and powerpc64le. If no one oppose it, I will commit
> tomorrow.

Pushed as 4facea473059914983b7da8dd654c06b8e3dcc41


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