PowerPC LE strcpy
authorAlan Modra <amodra@gmail.com>
Sat, 17 Aug 2013 09:15:31 +0000 (18:45 +0930)
committerAlan Modra <amodra@gmail.com>
Fri, 4 Oct 2013 01:10:11 +0000 (10:40 +0930)
commit43b84013714c46e6dcae4a5564c5527777ad5e08
tree7d7c8aa8ec9c84991e0fc2f1e24a2c711c5de3ed
parent8a7413f9b036da83ffde491a37d9d2340bc321a7
PowerPC LE strcpy
http://sourceware.org/ml/libc-alpha/2013-08/msg00100.html

The strcpy changes for little-endian are quite straight-forward, just
a matter of rotating the last word differently.

I'll note that the powerpc64 version of stpcpy is just begging to be
converted to use 64-bit loads and stores..

* sysdeps/powerpc/powerpc64/strcpy.S: Add little-endian support:
* sysdeps/powerpc/powerpc32/strcpy.S: Likewise.
* sysdeps/powerpc/powerpc64/stpcpy.S: Likewise.
* sysdeps/powerpc/powerpc32/stpcpy.S: Likewise.
ChangeLog
sysdeps/powerpc/powerpc32/stpcpy.S
sysdeps/powerpc/powerpc32/strcpy.S
sysdeps/powerpc/powerpc64/stpcpy.S
sysdeps/powerpc/powerpc64/strcpy.S