aboutsummaryrefslogtreecommitdiff
path: root/linuxthreads/sysdeps/alpha
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>2002-05-20 20:11:09 +0000
committerUlrich Drepper <drepper@redhat.com>2002-05-20 20:11:09 +0000
commit4c393b689f8a9c5e64048b4a4295abedcff6ef8c (patch)
treef14f2c779fc09e30e8168da587b2b2b87caa808a /linuxthreads/sysdeps/alpha
parent3ace764d3a00066d29eae54de25d389ee46d23bd (diff)
downloadglibc-4c393b689f8a9c5e64048b4a4295abedcff6ef8c.tar
glibc-4c393b689f8a9c5e64048b4a4295abedcff6ef8c.tar.gz
glibc-4c393b689f8a9c5e64048b4a4295abedcff6ef8c.tar.bz2
glibc-4c393b689f8a9c5e64048b4a4295abedcff6ef8c.zip
Update.
2002-05-16 Bruno Haible <bruno@clisp.org> * MakeTAGS (libc.pot): Don't sort the output. * po/header.pot: Update to match xgettext 0.11 output. 2002-05-16 Bruno Haible <bruno@clisp.org> * MakeTAGS (subdirs): Remove duplicates.
Diffstat (limited to 'linuxthreads/sysdeps/alpha')
-rw-r--r--linuxthreads/sysdeps/alpha/pt-machine.h2
1 files changed, 1 insertions, 1 deletions
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; \
})