From bef1e42fb889ab5facb2742db05e37575aed42cb Mon Sep 17 00:00:00 2001 From: Ulrich Drepper Date: Tue, 7 Jan 2003 00:49:44 +0000 Subject: Update. 2003-01-06 Jakub Jelinek * sysdeps/unix/alpha/sysdep.h (PSEUDO): Use PSEUDO_PREPARE_ARGS. * sysdeps/unix/sysv/linux/alpha/sigsuspend.S: Add cancellation handling. * sysdeps/unix/sysv/linux/alpha/select.S: Likewise. --- linuxthreads/sysdeps/unix/sysv/linux/alpha/sysdep-cancel.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'linuxthreads/sysdeps/unix/sysv/linux') diff --git a/linuxthreads/sysdeps/unix/sysv/linux/alpha/sysdep-cancel.h b/linuxthreads/sysdeps/unix/sysv/linux/alpha/sysdep-cancel.h index ea8fd143ff..18ea29c49f 100644 --- a/linuxthreads/sysdeps/unix/sysv/linux/alpha/sysdep-cancel.h +++ b/linuxthreads/sysdeps/unix/sysv/linux/alpha/sysdep-cancel.h @@ -42,8 +42,9 @@ __LABEL(name) \ ldgp gp, 0(pv); \ .prologue 1; \ PSEUDO_PROF; \ + PSEUDO_PREPARE_ARGS \ SINGLE_THREAD_P(t0); \ - beq t0, $pseudo_cancel; \ + bne t0, $pseudo_cancel; \ lda v0, SYS_ify(syscall_name); \ call_pal PAL_callsys; \ bne a3, $syscall_error; \ -- cgit v1.2.3-70-g09d2