diff options
author | Adhemerval Zanella <azanella@linux.vnet.ibm.com> | 2014-03-10 15:26:20 -0500 |
---|---|---|
committer | Adhemerval Zanella <azanella@linux.vnet.ibm.com> | 2014-03-11 09:31:59 -0500 |
commit | 4facea473059914983b7da8dd654c06b8e3dcc41 (patch) | |
tree | 520c9f3e14f1a1ad5d036b1561d6a02c29567982 /NEWS | |
parent | e65caf1f1df4ecc122da3d30689ee2e8e2bd354f (diff) | |
download | glibc-4facea473059914983b7da8dd654c06b8e3dcc41.zip glibc-4facea473059914983b7da8dd654c06b8e3dcc41.tar.gz glibc-4facea473059914983b7da8dd654c06b8e3dcc41.tar.bz2 |
PowerPC: Fix bzero definition for static libc for PPC64
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.
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -10,7 +10,7 @@ Version 2.20 * The following bugs are resolved with this release: 15347, 15804, 15894, 16447, 16532, 16545, 16574, 16600, 16609, 16610, - 16611, 16613, 16623, 16632, 16639, 16670, 16674. + 16611, 16613, 16623, 16632, 16639, 16670, 16674, 16683. * The am33 port, which had not worked for several years, has been removed from ports. |