OSDN Git Service

string/microblaze: Fix for little-endian
authorSteve Bennett <steveb@workware.net.au>
Fri, 21 Sep 2012 05:38:41 +0000 (15:38 +1000)
committerBernhard Reutner-Fischer <rep.dot.nop@gmail.com>
Mon, 12 Nov 2012 11:43:11 +0000 (12:43 +0100)
commiteeff07daa6574668f8f21dade93f39e8b8eb06a6
tree059fe58539749ba42f63221bfda9691d689ae92a
parentbee4e25e3d88084ea2f5df5506a5436492812742
string/microblaze: Fix for little-endian

Fix the asm-optimised memcpy and memmove so they
work for little-endian as well as big-endian.

Testing has shown no issues, but I am not a microblaze
asm expert so YMMV.

Signed-off-by: Steve Bennett <steveb@workware.net.au>
Signed-off-by: Bernhard Reutner-Fischer <rep.dot.nop@gmail.com>
libc/string/microblaze/memcpy.S
libc/string/microblaze/memmove.S