]> 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)
committerWilco Dijkstra <wdijkstr@arm.com>
Fri, 6 Sep 2019 15:57:46 +0000 (16:57 +0100)
commitd5f45a29ff152a079f3ab6b3f9a8f8dce261252f
treeb7f17418e40e221a292f4fa67eae399d2210b6d1
parent7f690fafad5013d1f21fd434a4b4f2482128b97c
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.

(cherry picked from commit 6ca24c43481e2c93a6eec362b04c3e77a35b28e3)
ChangeLog
sysdeps/aarch64/strcmp.S