]> git.ipfire.org Git - thirdparty/glibc.git/commit
aarch64/strcmp: fix misaligned loop jump target
authorSiddhesh Poyarekar <siddhesh@sourceware.org>
Thu, 22 Feb 2018 18:18:13 +0000 (23:48 +0530)
committerSiddhesh Poyarekar <siddhesh@sourceware.org>
Thu, 22 Feb 2018 18:18:14 +0000 (23:48 +0530)
commit6ca24c43481e2c93a6eec362b04c3e77a35b28e3
tree2fdce8afc74eb0927507ecfddb09890bd6816ae6
parente9537dddc7c7c7b60b55ed845542c8d586164488
aarch64/strcmp: fix misaligned loop jump target

I accidentally set the loop jump back label as misaligned8 instead of
do_misaligned.  The typo is harmless but it's always nice to not have
to unnecessarily execute those two instructions.

* sysdeps/aarch64/strcmp.S (do_misaligned): Jump back to
do_misaligned, not misaligned8.
ChangeLog
sysdeps/aarch64/strcmp.S