mirror of
git://sourceware.org/git/glibc.git
synced 2024-11-27 03:41:23 +08:00
[AArch64] Fix strchrnul clobbering v15
This commit is contained in:
parent
a4ecc9eb9b
commit
aa76a5c701
@ -1,3 +1,8 @@
|
||||
2014-12-10 Richard Earnshaw <rearnsha@arm.com>
|
||||
|
||||
* sysdeps/aarch64/strchrnul.S (vrepmask): Use a call-clobbered
|
||||
register.
|
||||
|
||||
2014-12-10 Joseph Myers <joseph@codesourcery.com>
|
||||
|
||||
* configure.ac (--disable-werror): New configure option.
|
||||
|
@ -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.
|
||||
|
Loading…
Reference in New Issue
Block a user