about summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorSiddhesh Poyarekar <siddhesh@sourceware.org>2018-03-06 22:56:35 +0530
committerSiddhesh Poyarekar <siddhesh@sourceware.org>2018-03-06 23:01:02 +0530
commit4e54d918630ea53e29dd70d3bdffcb00d29ed3d4 (patch)
treec672122d52034c9e4b618e70de8be8c820c6ff44 /ChangeLog
parent30a81dae5b752f8aa5f96e7f7c341ec57cba3585 (diff)
downloadglibc-4e54d918630ea53e29dd70d3bdffcb00d29ed3d4.tar.gz
glibc-4e54d918630ea53e29dd70d3bdffcb00d29ed3d4.tar.xz
glibc-4e54d918630ea53e29dd70d3bdffcb00d29ed3d4.zip
aarch64: Fix branch target to loop16
I goofed up when changing the loop8 name to loop16 and missed on out
the branch instance.  Fixed and actually build tested this time.

	* sysdeps/aarch64/memcmp.S (more16): Fix branch target loop16.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog2
1 files changed, 2 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 23609b80d7..a24ed86474 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,7 @@
 2018-03-06  Siddhesh Poyarekar  <siddhesh@sourceware.org>
 
+	* sysdeps/aarch64/memcmp.S (more16): Fix loop16 branch target.
+
 	* sysdeps/aarch64/memcmp.S: Widen comparison to 16 bytes at a
 	time.