From 428d8b216549fa41147fd3540c3567e4947b07bc Mon Sep 17 00:00:00 2001 From: "Peter S. Mazinger" Date: Sat, 14 May 2011 20:09:42 +0200 Subject: 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 Signed-off-by: Bernhard Reutner-Fischer --- libc/string/xtensa/memcpy.S | 2 +- libc/string/xtensa/memset.S | 2 +- libc/string/xtensa/strcmp.S | 2 +- libc/string/xtensa/strcpy.S | 2 +- libc/string/xtensa/strlen.S | 2 +- libc/string/xtensa/strncpy.S | 2 +- 6 files changed, 6 insertions(+), 6 deletions(-) (limited to 'libc/string/xtensa') diff --git a/libc/string/xtensa/memcpy.S b/libc/string/xtensa/memcpy.S index fc04c023e..bf384b461 100644 --- a/libc/string/xtensa/memcpy.S +++ b/libc/string/xtensa/memcpy.S @@ -17,7 +17,7 @@ Software Foundation, Inc., 51 Franklin Street - Fifth Floor, Boston, MA 02110-1301, USA. */ -#include "../../sysdeps/linux/xtensa/sysdep.h" +#include #include .macro src_b r, w0, w1 diff --git a/libc/string/xtensa/memset.S b/libc/string/xtensa/memset.S index 076b8f001..6669c568c 100644 --- a/libc/string/xtensa/memset.S +++ b/libc/string/xtensa/memset.S @@ -17,7 +17,7 @@ Software Foundation, Inc., 51 Franklin Street - Fifth Floor, Boston, MA 02110-1301, USA. */ -#include "../../sysdeps/linux/xtensa/sysdep.h" +#include #include /* Do not use .literal_position in the ENTRY macro. */ diff --git a/libc/string/xtensa/strcmp.S b/libc/string/xtensa/strcmp.S index ac058a2bf..86ad80df8 100644 --- a/libc/string/xtensa/strcmp.S +++ b/libc/string/xtensa/strcmp.S @@ -17,7 +17,7 @@ Software Foundation, Inc., 51 Franklin Street - Fifth Floor, Boston, MA 02110-1301, USA. */ -#include "../../sysdeps/linux/xtensa/sysdep.h" +#include #include #include diff --git a/libc/string/xtensa/strcpy.S b/libc/string/xtensa/strcpy.S index dc0a15175..c3a21a691 100644 --- a/libc/string/xtensa/strcpy.S +++ b/libc/string/xtensa/strcpy.S @@ -17,7 +17,7 @@ Software Foundation, Inc., 51 Franklin Street - Fifth Floor, Boston, MA 02110-1301, USA. */ -#include "../../sysdeps/linux/xtensa/sysdep.h" +#include #include #ifdef __XTENSA_EB__ diff --git a/libc/string/xtensa/strlen.S b/libc/string/xtensa/strlen.S index 9ee4995f4..23c68f2d5 100644 --- a/libc/string/xtensa/strlen.S +++ b/libc/string/xtensa/strlen.S @@ -17,7 +17,7 @@ Software Foundation, Inc., 51 Franklin Street - Fifth Floor, Boston, MA 02110-1301, USA. */ -#include "../../sysdeps/linux/xtensa/sysdep.h" +#include #include #ifdef __XTENSA_EB__ diff --git a/libc/string/xtensa/strncpy.S b/libc/string/xtensa/strncpy.S index fe3ec894c..a048d432e 100644 --- a/libc/string/xtensa/strncpy.S +++ b/libc/string/xtensa/strncpy.S @@ -17,7 +17,7 @@ Software Foundation, Inc., 51 Franklin Street - Fifth Floor, Boston, MA 02110-1301, USA. */ -#include "../../sysdeps/linux/xtensa/sysdep.h" +#include #include #ifdef __XTENSA_EB__ -- cgit v1.2.3