OSDN Git Service

Add hidden versions, hope I made it correctly. Sparc optimized string functions are...
authorPeter S. Mazinger <ps.m@gmx.net>
Sat, 12 Nov 2005 00:48:12 +0000 (00:48 -0000)
committerPeter S. Mazinger <ps.m@gmx.net>
Sat, 12 Nov 2005 00:48:12 +0000 (00:48 -0000)
commitf56e03f5754f666423a80c0d4e74a908a48e1997
tree58862c7ce99dbc255b2b71d62334268fe6d32bb3
parentdd1be05eec6310a34647575c0d20bb5a052563c2
Add hidden versions, hope I made it correctly. Sparc optimized string functions are not usable with current build system, each function (as long as asm) should go into an own file, the file having the name of the function
17 files changed:
libc/string/sparc/sparc32/memchr.S
libc/string/sparc/sparc32/memcpy.S
libc/string/sparc/sparc32/memset.S
libc/string/sparc/sparc32/stpcpy.S
libc/string/sparc/sparc32/strcat.S
libc/string/sparc/sparc32/strchr.S
libc/string/sparc/sparc32/strcmp.S
libc/string/sparc/sparc32/strcpy.S
libc/string/sparc/sparc32/strlen.S
libc/string/sparc/sparc64/memcpy.S
libc/string/sparc/sparc64/memset.S
libc/string/sparc/sparc64/sparcv9b/memcpy.S
libc/string/sparc/sparc64/strcat.S
libc/string/sparc/sparc64/strchr.S
libc/string/sparc/sparc64/strcmp.S
libc/string/sparc/sparc64/strcpy.S
libc/string/sparc/sparc64/strlen.S