diff -Naur glibc-2.2.5/linuxthreads/sysdeps/alpha/pt-machine.h glibc-2.2.5-pthread_setspecific/linuxthreads/sysdeps/alpha/pt-machine.h --- glibc-2.2.5/linuxthreads/sysdeps/alpha/pt-machine.h 2001-07-23 12:52:42.000000000 -0500 +++ glibc-2.2.5-pthread_setspecific/linuxthreads/sysdeps/alpha/pt-machine.h 2002-11-30 21:18:26.000000000 -0600 @@ -71,7 +71,7 @@ #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; \ })