aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorSiddhesh Poyarekar <siddhesh@sourceware.org>2018-02-22 23:48:13 +0530
committerSiddhesh Poyarekar <siddhesh@sourceware.org>2018-02-22 23:48:14 +0530
commit6ca24c43481e2c93a6eec362b04c3e77a35b28e3 (patch)
tree2fdce8afc74eb0927507ecfddb09890bd6816ae6 /ChangeLog
parente9537dddc7c7c7b60b55ed845542c8d586164488 (diff)
downloadglibc-6ca24c43481e2c93a6eec362b04c3e77a35b28e3.zip
glibc-6ca24c43481e2c93a6eec362b04c3e77a35b28e3.tar.gz
glibc-6ca24c43481e2c93a6eec362b04c3e77a35b28e3.tar.bz2
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.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index b47ef63..f918ce1 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2018-02-22 Siddhesh Poyarekar <siddhesh@sourceware.org>
+
+ * sysdeps/aarch64/strcmp.S (do_misaligned): Jump back to
+ do_misaligned, not misaligned8.
+
2018-02-22 Steve Ellcey <sellcey@cavium.com>
* sysdeps/aarch64/multiarch/Makefile (sysdep_routines):