mirror of
git://sourceware.org/git/glibc.git
synced 2024-11-21 01:12:26 +08:00
powerpc: Use generic memset for RTLD for ppc32/64
This commit is contained in:
parent
87a97932bd
commit
91c4255919
@ -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]
|
||||
|
4
sysdeps/powerpc/powerpc32/rtld-memset.c
Normal file
4
sysdeps/powerpc/powerpc32/rtld-memset.c
Normal 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>
|
4
sysdeps/powerpc/powerpc64/rtld-memset.c
Normal file
4
sysdeps/powerpc/powerpc64/rtld-memset.c
Normal 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>
|
Loading…
Reference in New Issue
Block a user