aboutsummaryrefslogtreecommitdiff
path: root/linuxthreads
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>2003-01-07 00:49:44 +0000
committerUlrich Drepper <drepper@redhat.com>2003-01-07 00:49:44 +0000
commitbef1e42fb889ab5facb2742db05e37575aed42cb (patch)
tree8a595ffb4513e7ced83472055320d267964cbefc /linuxthreads
parent52f3d213311e34285c4809f043a5cf3a5876b897 (diff)
downloadglibc-bef1e42fb889ab5facb2742db05e37575aed42cb.zip
glibc-bef1e42fb889ab5facb2742db05e37575aed42cb.tar.gz
glibc-bef1e42fb889ab5facb2742db05e37575aed42cb.tar.bz2
Update.
2003-01-06 Jakub Jelinek <jakub@redhat.com> * 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.
Diffstat (limited to 'linuxthreads')
-rw-r--r--linuxthreads/ChangeLog5
-rw-r--r--linuxthreads/sysdeps/unix/sysv/linux/alpha/sysdep-cancel.h3
2 files changed, 7 insertions, 1 deletions
diff --git a/linuxthreads/ChangeLog b/linuxthreads/ChangeLog
index 5c7b818..89c771e 100644
--- a/linuxthreads/ChangeLog
+++ b/linuxthreads/ChangeLog
@@ -1,3 +1,8 @@
+2003-01-06 Jakub Jelinek <jakub@redhat.com>
+
+ * sysdeps/unix/sysv/linux/alpha/sysdep-cancel.h (PSEUDO): Use
+ PSEUDO_PREPARE_ARGS. Fix branch condition after SINGLE_THREAD_P.
+
2003-01-06 Philip Blundell <philb@gnu.org>
* sysdeps/unix/sysv/linux/arm/sysdep-cancel.h: New file.
diff --git a/linuxthreads/sysdeps/unix/sysv/linux/alpha/sysdep-cancel.h b/linuxthreads/sysdeps/unix/sysv/linux/alpha/sysdep-cancel.h
index ea8fd14..18ea29c 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; \