]> git.ipfire.org Git - thirdparty/glibc.git/commitdiff
Fix use of 64-bit insn in 32-bit memcpy for POWER6.
authorJoshua W. Boyer <jwboyer@linux.vnet.ibm.com>
Tue, 1 Sep 2009 22:35:35 +0000 (15:35 -0700)
committerUlrich Drepper <drepper@redhat.com>
Tue, 1 Sep 2009 22:35:35 +0000 (15:35 -0700)
ChangeLog
sysdeps/powerpc/powerpc32/power6/memcpy.S

index 2f7f799a8b15a16a8de4ccf2d5ced8d76c0ab230..4408a49008d21826b4a88bac797bde91d013d922 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2009-08-31  Joshua W. Boyer  <jwboyer@linux.vnet.ibm.com>
+
+       * sysdeps/powerpc/powerpc32/power6/memcpy.S: Change srdi instruction
+       to srwi in 32-bit memcpy for power6.
+
 2009-09-01  Andreas Schwab  <schwab@redhat.com>
 
        * include/stdio.h: Declare hidden proto for fflush.
index 156b0bd8cc70d5cb16d9ac26e27d4f7a2f3669ff..cafe9174fded5753ae0383d3de5dbd6700ec72a6 100644 (file)
@@ -220,7 +220,7 @@ L(word_unaligned_short):
     subf  10,0,5
     add   12,4,0
     blt   cr6,5f
-    srdi  7,6,16
+    srwi  7,6,16
     bgt          cr6,3f
     sth   6,0(3)
     b     7f