diff options
author | Mike Frysinger <vapier@gentoo.org> | 2005-08-26 00:01:54 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2005-08-26 00:01:54 +0000 |
commit | d71ff82e7019e91ae9f76af391e7f677d421e205 (patch) | |
tree | b28b78dd5619b59cd28d11f007543e69fbe4bf12 /libc/string/sparc/sparc32/sparcv9b/strcpy.S | |
parent | b11c2a4d0b7cf8095b93ae70fc187f0feadae5a1 (diff) |
import sparc-optimized string functions from glibc
Diffstat (limited to 'libc/string/sparc/sparc32/sparcv9b/strcpy.S')
-rw-r--r-- | libc/string/sparc/sparc32/sparcv9b/strcpy.S | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/libc/string/sparc/sparc32/sparcv9b/strcpy.S b/libc/string/sparc/sparc32/sparcv9b/strcpy.S new file mode 100644 index 000000000..0b35c9be0 --- /dev/null +++ b/libc/string/sparc/sparc32/sparcv9b/strcpy.S @@ -0,0 +1,4 @@ +#define ASI_PNF 0x82 +#define ASI_BLK_P 0xf0 +#define XCC icc +#include <sparc64/strcpy.S> |