OSDN Git Service

import sparc-optimized string functions from glibc
authorMike Frysinger <vapier@gentoo.org>
Fri, 26 Aug 2005 00:01:54 +0000 (00:01 -0000)
committerMike Frysinger <vapier@gentoo.org>
Fri, 26 Aug 2005 00:01:54 +0000 (00:01 -0000)
commitd71ff82e7019e91ae9f76af391e7f677d421e205
treeb28b78dd5619b59cd28d11f007543e69fbe4bf12
parentb11c2a4d0b7cf8095b93ae70fc187f0feadae5a1
import sparc-optimized string functions from glibc
44 files changed:
libc/string/Makefile
libc/string/sparc/Makefile [new file with mode: 0644]
libc/string/sparc/_glibc_inc.h [new file with mode: 0644]
libc/string/sparc/bcopy.c [new file with mode: 0644]
libc/string/sparc/bzero.c [new file with mode: 0644]
libc/string/sparc/memchr.S [new file with mode: 0644]
libc/string/sparc/memcpy.S [new file with mode: 0644]
libc/string/sparc/memmove.c [new file with mode: 0644]
libc/string/sparc/memset.S [new file with mode: 0644]
libc/string/sparc/sparc32/memchr.S [new file with mode: 0644]
libc/string/sparc/sparc32/memcpy.S [new file with mode: 0644]
libc/string/sparc/sparc32/memset.S [new file with mode: 0644]
libc/string/sparc/sparc32/sparcv9b/memchr.S [new file with mode: 0644]
libc/string/sparc/sparc32/sparcv9b/memcpy.S [new file with mode: 0644]
libc/string/sparc/sparc32/sparcv9b/memset.S [new file with mode: 0644]
libc/string/sparc/sparc32/sparcv9b/stpcpy.S [new file with mode: 0644]
libc/string/sparc/sparc32/sparcv9b/strcat.S [new file with mode: 0644]
libc/string/sparc/sparc32/sparcv9b/strchr.S [new file with mode: 0644]
libc/string/sparc/sparc32/sparcv9b/strcmp.S [new file with mode: 0644]
libc/string/sparc/sparc32/sparcv9b/strcpy.S [new file with mode: 0644]
libc/string/sparc/sparc32/sparcv9b/strlen.S [new file with mode: 0644]
libc/string/sparc/sparc32/stpcpy.S [new file with mode: 0644]
libc/string/sparc/sparc32/strcat.S [new file with mode: 0644]
libc/string/sparc/sparc32/strchr.S [new file with mode: 0644]
libc/string/sparc/sparc32/strcmp.S [new file with mode: 0644]
libc/string/sparc/sparc32/strcpy.S [new file with mode: 0644]
libc/string/sparc/sparc32/strlen.S [new file with mode: 0644]
libc/string/sparc/sparc64/memchr.S [new file with mode: 0644]
libc/string/sparc/sparc64/memcpy.S [new file with mode: 0644]
libc/string/sparc/sparc64/memset.S [new file with mode: 0644]
libc/string/sparc/sparc64/sparcv9b/memcpy.S [new file with mode: 0644]
libc/string/sparc/sparc64/stpcpy.S [new file with mode: 0644]
libc/string/sparc/sparc64/strcat.S [new file with mode: 0644]
libc/string/sparc/sparc64/strchr.S [new file with mode: 0644]
libc/string/sparc/sparc64/strcmp.S [new file with mode: 0644]
libc/string/sparc/sparc64/strcpy.S [new file with mode: 0644]
libc/string/sparc/sparc64/strlen.S [new file with mode: 0644]
libc/string/sparc/stpcpy.S [new file with mode: 0644]
libc/string/sparc/strcat.S [new file with mode: 0644]
libc/string/sparc/strchr.S [new file with mode: 0644]
libc/string/sparc/strcmp.S [new file with mode: 0644]
libc/string/sparc/strcpy.S [new file with mode: 0644]
libc/string/sparc/strlen.S [new file with mode: 0644]
libc/string/sparc/strrchr.c [new file with mode: 0644]