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/sysdeps/alpha/pt-machine.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'linuxthreads/sysdeps/alpha') 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 1.4.1