powerpc: Use generic memset for RTLD for ppc32/64

This commit is contained in:
Luis Machado 2010-09-29 12:21:14 -04:00 committed by Ulrich Drepper
parent 87a97932bd
commit 91c4255919
3 changed files with 13 additions and 0 deletions

View file

@ -1,3 +1,8 @@
2010-09-27 Luis Machado <luisgpm@br.ibm.com>
* sysdeps/powerpc/powerpc32/rtld-memset.c: New file.
* sysdeps/powerpc/powerpc64/rtld-memset.c: New file.
2010-09-29 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
[BZ #12067]

View file

@ -0,0 +1,4 @@
/* PPCA2 has a different cache-line size than the usual 128 bytes. To avoid
using code that assumes cache-line size to be 128 bytes (with dcbz
instructions) we use the generic code instead. */
#include <string/memset.c>

View file

@ -0,0 +1,4 @@
/* PPCA2 has a different cache-line size than the usual 128 bytes. To avoid
using code that assumes cache-line size to be 128 bytes (with dcbz
instructions) we use the generic code instead. */
#include <string/memset.c>