[AArch64] Fix strchrnul clobbering v15

This commit is contained in:
Richard Earnshaw 2014-12-10 09:54:09 +00:00 committed by Marcus Shawcroft
parent a4ecc9eb9b
commit aa76a5c701
2 changed files with 6 additions and 1 deletions

View File

@ -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.

View File

@ -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.