From 4c393b689f8a9c5e64048b4a4295abedcff6ef8c Mon Sep 17 00:00:00 2001 From: Ulrich Drepper Date: Mon, 20 May 2002 20:11:09 +0000 Subject: Update. 2002-05-16 Bruno Haible * MakeTAGS (libc.pot): Don't sort the output. * po/header.pot: Update to match xgettext 0.11 output. 2002-05-16 Bruno Haible * MakeTAGS (subdirs): Remove duplicates. --- linuxthreads/ChangeLog | 5 +++++ linuxthreads/sysdeps/alpha/pt-machine.h | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) (limited to 'linuxthreads') diff --git a/linuxthreads/ChangeLog b/linuxthreads/ChangeLog index 9a58488838..0ab1e1c5f2 100644 --- a/linuxthreads/ChangeLog +++ b/linuxthreads/ChangeLog @@ -1,3 +1,8 @@ +2002-05-20 Ulrich Drepper + + * sysdeps/alpha/pt-machine.c (THREAD_SELF): Remove clobber. + Patch by Glen Nakamura . + 2002-05-03 Ulrich Drepper * signals.c: Move sighandler functions to... diff --git a/linuxthreads/sysdeps/alpha/pt-machine.h b/linuxthreads/sysdeps/alpha/pt-machine.h index 3d5ade68f7..83f8e50139 100644 --- a/linuxthreads/sysdeps/alpha/pt-machine.h +++ b/linuxthreads/sysdeps/alpha/pt-machine.h @@ -76,7 +76,7 @@ testandset (int *spinlock) #define THREAD_SELF \ ({ \ register pthread_descr __self __asm__("$0"); \ - __asm__ ("call_pal %1" : "=r"(__self) : "i"(PAL_rduniq) : "$0"); \ + __asm__ ("call_pal %1" : "=r"(__self) : "i"(PAL_rduniq)); \ __self; \ }) -- cgit v1.2.3