diff options
author | Luis Machado <luisgpm@br.ibm.com> | 2010-05-28 14:19:21 -0700 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2010-05-28 14:19:21 -0700 |
commit | eb5ad2eb0d06326846ed37addebe187a0f67c7c7 (patch) | |
tree | fd868fcda697d2c52006491251676e90a96c3468 /ChangeLog | |
parent | 3c88fe1e3ab8c6115e9b0c6eb109718da2116a33 (diff) | |
download | glibc-eb5ad2eb0d06326846ed37addebe187a0f67c7c7.tar glibc-eb5ad2eb0d06326846ed37addebe187a0f67c7c7.tar.gz glibc-eb5ad2eb0d06326846ed37addebe187a0f67c7c7.tar.bz2 glibc-eb5ad2eb0d06326846ed37addebe187a0f67c7c7.zip |
Small fix to POWER7 32-bit memcpy
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -1,3 +1,7 @@ +2010-05-28 Luis Machado <luisgpm@br.ibm.com> + + * sysdeps/powerpc/powerpc32/power7/memcpy.S: Exchange srdi for srwi. + 2010-05-26 H.J. Lu <hongjiu.lu@intel.com> [BZ #11640] |