about summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorRichard Henderson <rth@redhat.com>2014-05-25 14:07:17 -0400
committerRichard Henderson <rth@redhat.com>2014-05-29 12:31:07 -0400
commita8b4f04ad7dff4f39797a7ab7f8babda54266026 (patch)
treef1c357dda1d1b909f31e772e8d12a4a7893afd2d /ChangeLog
parentaf4e8ef9443e258ebeb0ddf3c5c9579f24dfacd5 (diff)
downloadglibc-a8b4f04ad7dff4f39797a7ab7f8babda54266026.tar.gz
glibc-a8b4f04ad7dff4f39797a7ab7f8babda54266026.tar.xz
glibc-a8b4f04ad7dff4f39797a7ab7f8babda54266026.zip
aarch64: Share code in syscall-cancel.h
Fold nocancel and error handling paths.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 9bc50c34ef..9f741a45d6 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,10 @@
 2014-05-29  Richard Henderson  <rth@twiddle.net>
 
+	* 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.
+	(PSEUDO_END): New.
+
 	* sysdeps/unix/sysv/linux/aarch64/nptl/sysdep-cancel.h: Adjust
 	whitespace; tabs before and after asm mnemonics.