about summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorRichard Henderson <rth@redhat.com>2014-05-25 14:15:14 -0400
committerRichard Henderson <rth@redhat.com>2014-05-29 12:33:06 -0400
commit645d44abe3ca6253a9d4762f092e4a1b9d294b11 (patch)
tree22d7fd092f307aa426be842ee52614c965b288db /ChangeLog
parenta8b4f04ad7dff4f39797a7ab7f8babda54266026 (diff)
downloadglibc-645d44abe3ca6253a9d4762f092e4a1b9d294b11.tar.gz
glibc-645d44abe3ca6253a9d4762f092e4a1b9d294b11.tar.xz
glibc-645d44abe3ca6253a9d4762f092e4a1b9d294b11.zip
aarch64: Pass regno parameter to SINGLE_THREAD_P
Use cbz instead of cmp+b.eq.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 9f741a45d6..3a20a6520d 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,9 @@
 2014-05-29  Richard Henderson  <rth@twiddle.net>
 
+	* sysdeps/unix/sysv/linux/aarch64/nptl/sysdep-cancel.h
+	(SINGLE_THREAD_P): New parameter for result regno.
+	(PSEUDO): Update to match; use cbz instead of beq.
+
 	* sysdeps/unix/sysv/linux/aarch64/nptl/sysdep-cancel.h (PSEUDO):
 	Use ENTRY to define the _nocancel entry point.  Share the syscall
 	and syscall error check paths with the cancel path.