mirror of git://sourceware.org/git/glibc.git
[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>
|
2014-12-10 Joseph Myers <joseph@codesourcery.com>
|
||||||
|
|
||||||
* configure.ac (--disable-werror): New configure option.
|
* configure.ac (--disable-werror): New configure option.
|
||||||
|
|
|
@ -46,7 +46,7 @@
|
||||||
#define vhas_nul2 v4
|
#define vhas_nul2 v4
|
||||||
#define vhas_chr1 v5
|
#define vhas_chr1 v5
|
||||||
#define vhas_chr2 v6
|
#define vhas_chr2 v6
|
||||||
#define vrepmask v15
|
#define vrepmask v7
|
||||||
#define vend1 v16
|
#define vend1 v16
|
||||||
|
|
||||||
/* Core algorithm.
|
/* Core algorithm.
|
||||||
|
|
Loading…
Reference in New Issue