string: Add ARC support
commit1ce639990b6340a8b9f18d076c427fcf5a93695e
authorJoern Rennecke <joern.rennecke@embecosm.com>
Fri, 13 Dec 2013 09:19:24 +0000 (13 14:49 +0530)
committerBernhard Reutner-Fischer <rep.dot.nop@gmail.com>
Fri, 20 Dec 2013 13:38:23 +0000 (20 14:38 +0100)
tree48f97b612dd4e8b085127a808e4774333903c38f
parent374db5d1748fe23d8203479c29ecff2b22fca95c
string: Add ARC support

Signed-off-by: Joern Rennecke <joern.rennecke@embecosm.com>
Signed-off-by: Vineet Gupta <vgupta@synopsys.com>
Signed-off-by: Bernhard Reutner-Fischer <rep.dot.nop@gmail.com>
libc/string/arc/Makefile [new file with mode: 0755]
libc/string/arc/memcmp.S [new file with mode: 0644]
libc/string/arc/memcpy.S [new file with mode: 0644]
libc/string/arc/memset.S [new file with mode: 0644]
libc/string/arc/strchr.S [new file with mode: 0644]
libc/string/arc/strcmp.S [new file with mode: 0644]
libc/string/arc/strcpy.S [new file with mode: 0644]
libc/string/arc/strlen.S [new file with mode: 0644]