OSDN Git Service

Patch from Paul Mundt <lethal@linux-sh.org>:
authorEric Andersen <andersen@codepoet.org>
Wed, 17 Dec 2003 07:57:32 +0000 (07:57 -0000)
committerEric Andersen <andersen@codepoet.org>
Wed, 17 Dec 2003 07:57:32 +0000 (07:57 -0000)
commite2ec80efb27158e6a367238227ddca876054ae9e
tree5a44feeb563f8660e44526d18dbc8b62c37fa4f1
parentf3651e4e206598a4d39dbdab76d4c066ab646188
Patch from Paul Mundt <lethal@linux-sh.org>:

The subject says it all.. optimized memset/memcpy/strcpy, lifted from SuperH's
glibc tree.
libc/string/Makefile
libc/string/sh64/Makefile [new file with mode: 0644]
libc/string/sh64/memcpy.S [new file with mode: 0644]
libc/string/sh64/memset.S [new file with mode: 0644]
libc/string/sh64/strcpy.S [new file with mode: 0644]