From ca3cfa40c16ef34c74951a07a57cfcbcd58898b1 Mon Sep 17 00:00:00 2001 From: Richard Henderson Date: Tue, 20 May 2014 14:40:22 -0400 Subject: 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. --- ChangeLog | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index e7a7deca5c..4fcaa28450 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,13 @@ 2014-05-25 Richard Henderson + * 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. -- cgit 1.4.1