Mike Frysinger 20 år sedan
förälder
incheckning
e1982ac32a

+ 1 - 1
libc/string/ia64/bzero.S

@@ -32,7 +32,7 @@
    Since a stf.spill f0 can store 16B in one go, we use this instruction
    Since a stf.spill f0 can store 16B in one go, we use this instruction
    to get peak speed.  */
    to get peak speed.  */
 
 
-#include <sysdep.h>
+#include "sysdep.h"
 #undef ret
 #undef ret
 
 
 #define dest		in0
 #define dest		in0

+ 1 - 1
libc/string/ia64/memccpy.S

@@ -31,7 +31,7 @@
    This implementation assumes that it is safe to do read ahead
    This implementation assumes that it is safe to do read ahead
    in the src block, without getting beyond its limit.  */
    in the src block, without getting beyond its limit.  */
 
 
-#include <sysdep.h>
+#include "sysdep.h"
 #undef ret
 #undef ret
 
 
 #define OP_T_THRES 	16
 #define OP_T_THRES 	16

+ 1 - 1
libc/string/ia64/memchr.S

@@ -40,7 +40,7 @@
    All the loops in this function could have had the internal branch removed
    All the loops in this function could have had the internal branch removed
    if br.ctop and br.cloop could be predicated :-(.  */
    if br.ctop and br.cloop could be predicated :-(.  */
 
 
-#include <sysdep.h>
+#include "sysdep.h"
 #undef ret
 #undef ret
 
 
 #define saved_pr	r15
 #define saved_pr	r15

+ 1 - 1
libc/string/ia64/memcmp.S

@@ -33,7 +33,7 @@
 
 
    and all the mux1 instructions should be replaced by plain mov's.  */
    and all the mux1 instructions should be replaced by plain mov's.  */
 
 
-#include <sysdep.h>
+#include "sysdep.h"
 #undef ret
 #undef ret
 
 
 #define OP_T_THRES 	16
 #define OP_T_THRES 	16

+ 1 - 1
libc/string/ia64/memcpy.S

@@ -37,7 +37,7 @@
 
 
 #define USE_LFETCH
 #define USE_LFETCH
 #define USE_FLP
 #define USE_FLP
-#include <sysdep.h>
+#include "sysdep.h"
 #undef ret
 #undef ret
 
 
 #define LFETCH_DIST     500
 #define LFETCH_DIST     500

+ 1 - 1
libc/string/ia64/memmove.S

@@ -33,7 +33,7 @@
    sh1 must be computed using an extra instruction: sub sh1 = 64, sh1
    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.  */
    or the UM.be bit should be cleared at the beginning and set at the end.  */
 
 
-#include <sysdep.h>
+#include "sysdep.h"
 #undef ret
 #undef ret
 
 
 #define OP_T_THRES 	16
 #define OP_T_THRES 	16

+ 1 - 1
libc/string/ia64/memset.S

@@ -33,7 +33,7 @@
    Since a stf.spill f0 can store 16B in one go, we use this instruction
    Since a stf.spill f0 can store 16B in one go, we use this instruction
    to get peak speed when value = 0.  */
    to get peak speed when value = 0.  */
 
 
-#include <sysdep.h>
+#include "sysdep.h"
 #undef ret
 #undef ret
 
 
 #define dest		in0
 #define dest		in0

+ 1 - 1
libc/string/ia64/strchr.S

@@ -30,7 +30,7 @@
    This implementation assumes little endian mode.  For big endian mode,
    This implementation assumes little endian mode.  For big endian mode,
    the instruction czx1.r should be replaced by czx1.l.  */
    the instruction czx1.r should be replaced by czx1.l.  */
 
 
-#include <sysdep.h>
+#include "sysdep.h"
 #undef ret
 #undef ret
 
 
 #define saved_lc	r18
 #define saved_lc	r18

+ 1 - 1
libc/string/ia64/strcmp.S

@@ -27,7 +27,7 @@
    Unlike memcmp(), this function is optimized for mismatches within the
    Unlike memcmp(), this function is optimized for mismatches within the
    first few characters.  */
    first few characters.  */
 
 
-#include <sysdep.h>
+#include "sysdep.h"
 #undef ret
 #undef ret
 
 
 #define s1		in0
 #define s1		in0

+ 1 - 1
libc/string/ia64/strcpy.S

@@ -31,7 +31,7 @@
 	shr.u   tmp = r[0], sh2   	// tmp = w1 >> sh2
 	shr.u   tmp = r[0], sh2   	// tmp = w1 >> sh2
  */
  */
 
 
-#include <sysdep.h>
+#include "sysdep.h"
 #undef ret
 #undef ret
 
 
 #define saved_lc	r15
 #define saved_lc	r15

+ 1 - 1
libc/string/ia64/strlen.S

@@ -33,7 +33,7 @@
    This implementation assumes little endian mode.  For big endian mode,
    This implementation assumes little endian mode.  For big endian mode,
    the instruction czx1.r should be replaced by czx1.l.  */
    the instruction czx1.r should be replaced by czx1.l.  */
 
 
-#include <sysdep.h>
+#include "sysdep.h"
 #undef ret
 #undef ret
 
 
 #define saved_lc	r18
 #define saved_lc	r18

+ 1 - 1
libc/string/ia64/strncmp.S

@@ -28,7 +28,7 @@
    Unlike memcmp(), this function is optimized for mismatches within the
    Unlike memcmp(), this function is optimized for mismatches within the
    first few characters.  */
    first few characters.  */
 
 
-#include <sysdep.h>
+#include "sysdep.h"
 #undef ret
 #undef ret
 
 
 #define s1		in0
 #define s1		in0

+ 1 - 1
libc/string/ia64/strncpy.S

@@ -29,7 +29,7 @@
    In this form, it assumes little endian mode.
    In this form, it assumes little endian mode.
  */
  */
 
 
-#include <sysdep.h>
+#include "sysdep.h"
 #undef ret
 #undef ret
 
 
 #define saved_lc	r15
 #define saved_lc	r15