OSDN Git Service

remove sysdep.h from arch specific string implementation
authorPeter S. Mazinger <ps.m@gmx.net>
Sat, 14 May 2011 18:09:42 +0000 (20:09 +0200)
committerBernhard Reutner-Fischer <rep.dot.nop@gmail.com>
Fri, 15 Jun 2012 12:00:44 +0000 (14:00 +0200)
commit428d8b216549fa41147fd3540c3567e4947b07bc
treece8b555d6c65c41bcdb8e836a51342510bd6c961
parentcd7f8b02a26b2221ffa3e9fa097de749b19d67d2
remove sysdep.h from arch specific string implementation

Remove hardcoded path from xtensa, we have sysdep.h in path

Signed-off-by: Peter S. Mazinger <ps.m@gmx.net>
Signed-off-by: Bernhard Reutner-Fischer <rep.dot.nop@gmail.com>
24 files changed:
libc/string/ia64/bcopy.S
libc/string/ia64/bzero.S
libc/string/ia64/memccpy.S
libc/string/ia64/memchr.S
libc/string/ia64/memcmp.S
libc/string/ia64/memcpy.S
libc/string/ia64/memmove.S
libc/string/ia64/memset.S
libc/string/ia64/strchr.S
libc/string/ia64/strcmp.S
libc/string/ia64/strcpy.S
libc/string/ia64/strlen.S
libc/string/ia64/strncmp.S
libc/string/ia64/strncpy.S
libc/string/ia64/sysdep.h [deleted file]
libc/string/mips/memcpy.S
libc/string/mips/memset.S
libc/string/mips/sysdep.h [deleted file]
libc/string/xtensa/memcpy.S
libc/string/xtensa/memset.S
libc/string/xtensa/strcmp.S
libc/string/xtensa/strcpy.S
libc/string/xtensa/strlen.S
libc/string/xtensa/strncpy.S