about summary refs log tree commit diff
path: root/sysdeps/x86_64/strcat.S
diff options
context:
space:
mode:
authorOndrej Bilka <neleai@seznam.cz>2013-03-18 07:39:12 +0100
committerOndrej Bilka <neleai@seznam.cz>2013-03-18 07:39:12 +0100
commit37bb363f03d75e5e6f2ca45f2c686a3a0167797e (patch)
treea50f6871e18f34cab50d770bcc730c53364850d5 /sysdeps/x86_64/strcat.S
parentf816705060415c476d8a9a0cbb683dc7a5aeef8e (diff)
downloadglibc-37bb363f03d75e5e6f2ca45f2c686a3a0167797e.tar.gz
glibc-37bb363f03d75e5e6f2ca45f2c686a3a0167797e.tar.xz
glibc-37bb363f03d75e5e6f2ca45f2c686a3a0167797e.zip
Faster strlen on x64.
Diffstat (limited to 'sysdeps/x86_64/strcat.S')
-rw-r--r--sysdeps/x86_64/strcat.S1
1 files changed, 1 insertions, 0 deletions
diff --git a/sysdeps/x86_64/strcat.S b/sysdeps/x86_64/strcat.S
index 287ffd24c3..8bea6fb5db 100644
--- a/sysdeps/x86_64/strcat.S
+++ b/sysdeps/x86_64/strcat.S
@@ -21,6 +21,7 @@
 #include <sysdep.h>
 #include "asm-syntax.h"
 
+/* Will be removed when new strcpy implementation gets merged.  */
 
 	.text
 ENTRY (strcat)