diff options
author | Adhemerval Zanella <azanella@linux.vnet.ibm.com> | 2014-06-24 06:42:31 -0500 |
---|---|---|
committer | Adhemerval Zanella <azanella@linux.vnet.ibm.com> | 2014-07-07 14:46:44 -0500 |
commit | d6f68bbef4427850c2901728a1d13efc0e687297 (patch) | |
tree | 8198f2273262075c7372e681c09d06593e2e027e /ChangeLog | |
parent | 3f17b03b0947fbe2482e2776f654056d1d5ba093 (diff) | |
download | glibc-d6f68bbef4427850c2901728a1d13efc0e687297.tar glibc-d6f68bbef4427850c2901728a1d13efc0e687297.tar.gz glibc-d6f68bbef4427850c2901728a1d13efc0e687297.tar.bz2 glibc-d6f68bbef4427850c2901728a1d13efc0e687297.zip |
PowerPC: memmove default implementation cleanup
This patch removes the powerpc specific logic in memmove and instead
include default implementation with MEMCPY_OK_FOR_FWD_MEMMOVE defined.
This lead in a increase performance, since the constraints to use
memcpy in powerpc code are too restrictive and memcpy can be used for
any forward memmove.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -1,5 +1,8 @@ 2014-07-07 Adhemerval Zanella <azanella@linux.vnet.ibm.com> + * sysdeps/powerpc/memmove.c (memmove): Cleanup impplementation to use + glibc default one. + * sysdeps/powerpc/bits/link.h [_CALL_ELF]: Guard check for __ELF_NATIVE_CLASS equal to 64. |