summaryrefslogtreecommitdiff
path: root/libc/string/xtensa
diff options
context:
space:
mode:
authorPeter S. Mazinger <ps.m@gmx.net>2011-05-14 20:09:42 +0200
committerBernhard Reutner-Fischer <rep.dot.nop@gmail.com>2012-06-15 14:00:44 +0200
commit428d8b216549fa41147fd3540c3567e4947b07bc (patch)
treece8b555d6c65c41bcdb8e836a51342510bd6c961 /libc/string/xtensa
parentcd7f8b02a26b2221ffa3e9fa097de749b19d67d2 (diff)
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>
Diffstat (limited to 'libc/string/xtensa')
-rw-r--r--libc/string/xtensa/memcpy.S2
-rw-r--r--libc/string/xtensa/memset.S2
-rw-r--r--libc/string/xtensa/strcmp.S2
-rw-r--r--libc/string/xtensa/strcpy.S2
-rw-r--r--libc/string/xtensa/strlen.S2
-rw-r--r--libc/string/xtensa/strncpy.S2
6 files changed, 6 insertions, 6 deletions
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 <sysdep.h>
#include <bits/xtensa-config.h>
.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 <sysdep.h>
#include <bits/xtensa-config.h>
/* 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 <sysdep.h>
#include <bits/xtensa-config.h>
#include <features.h>
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 <sysdep.h>
#include <bits/xtensa-config.h>
#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 <sysdep.h>
#include <bits/xtensa-config.h>
#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 <sysdep.h>
#include <bits/xtensa-config.h>
#ifdef __XTENSA_EB__