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/ia64/memmove.S | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libc/string/ia64/memmove.S') diff --git a/libc/string/ia64/memmove.S b/libc/string/ia64/memmove.S index beaada6fc..f9dd98f28 100644 --- a/libc/string/ia64/memmove.S +++ b/libc/string/ia64/memmove.S @@ -33,7 +33,7 @@ sh1 must be computed using an extra instruction: sub sh1 = 64, sh1 or the UM.be bit should be cleared at the beginning and set at the end. */ -#include "sysdep.h" +#include #undef ret #define OP_T_THRES 16 -- cgit v1.2.3