about summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorRichard Henderson <rth@redhat.com>2014-05-20 14:40:22 -0400
committerRichard Henderson <rth@redhat.com>2014-05-25 12:46:50 -0400
commitca3cfa40c16ef34c74951a07a57cfcbcd58898b1 (patch)
treee3a97765dea8dbcef60b42f86c93249d4f50955c /ChangeLog
parent6e6c2d01ebb1ef839675c7151d2a114f53663386 (diff)
downloadglibc-ca3cfa40c16ef34c74951a07a57cfcbcd58898b1.tar.gz
glibc-ca3cfa40c16ef34c74951a07a57cfcbcd58898b1.tar.xz
glibc-ca3cfa40c16ef34c74951a07a57cfcbcd58898b1.zip
aarch64: Tidy syscall error check
Move the error branch from the PSEUDO_RET macro to the PSEUDO macro.
This is in line with other architectures, and will enable further improvments.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index e7a7deca5c..4fcaa28450 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,13 @@
 2014-05-25  Richard Henderson  <rth@twiddle.net>
 
+	* sysdeps/unix/sysv/linux/aarch64/sysdep.h (PSEUDO_RET): Move
+	branch to syscall error ...
+	(PSEUDO): ... here.
+	[NOT_IN_libc] (SYSCALL_ERROR_HANDLER): Rename the label
+	from __local_syscall_error to .Lsyscall_error.
+	[!NOT_IN_libc] (SYSCALL_ERROR_HANDLER): Branch to __syscall_error.
+	(SYSCALL_ERROR): Update label name.
+
 	* sysdeps/unix/sysv/linux/aarch64/nptl/sysdep-cancel.h (PSEUDO):
 	Do not use DOARGS/UNDOARGS.
 	* sysdeps/unix/sysv/linux/aarch64/sysdep.h (DO_CALL): Likewise.