about summary refs log tree commit diff
path: root/sysdeps/aarch64/strchrnul.S
diff options
context:
space:
mode:
authorRichard Earnshaw <rearnsha@arm.com>2014-12-10 09:54:09 +0000
committerMarcus Shawcroft <marcus.shawcroft@arm.com>2014-12-10 09:54:09 +0000
commitaa76a5c7010e98c737d79f37aa6ae668f60f7a00 (patch)
tree4f196c4595cbb5e371099e3b9b52fcbec9068bf5 /sysdeps/aarch64/strchrnul.S
parenta4ecc9eb9b15bc51a1dc4726c06d35eaea74e162 (diff)
downloadglibc-aa76a5c7010e98c737d79f37aa6ae668f60f7a00.tar.gz
glibc-aa76a5c7010e98c737d79f37aa6ae668f60f7a00.tar.xz
glibc-aa76a5c7010e98c737d79f37aa6ae668f60f7a00.zip
[AArch64] Fix strchrnul clobbering v15
Diffstat (limited to 'sysdeps/aarch64/strchrnul.S')
-rw-r--r--sysdeps/aarch64/strchrnul.S2
1 files changed, 1 insertions, 1 deletions
diff --git a/sysdeps/aarch64/strchrnul.S b/sysdeps/aarch64/strchrnul.S
index b98c2e951b..57835d88d6 100644
--- a/sysdeps/aarch64/strchrnul.S
+++ b/sysdeps/aarch64/strchrnul.S
@@ -46,7 +46,7 @@
 #define vhas_nul2	v4
 #define vhas_chr1	v5
 #define vhas_chr2	v6
-#define vrepmask	v15
+#define vrepmask	v7
 #define vend1		v16
 
 /* Core algorithm.