diff options
author | Ulrich Drepper <drepper@redhat.com> | 2002-05-20 20:11:09 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2002-05-20 20:11:09 +0000 |
commit | 4c393b689f8a9c5e64048b4a4295abedcff6ef8c (patch) | |
tree | f14f2c779fc09e30e8168da587b2b2b87caa808a /linuxthreads/sysdeps | |
parent | 3ace764d3a00066d29eae54de25d389ee46d23bd (diff) | |
download | glibc-4c393b689f8a9c5e64048b4a4295abedcff6ef8c.tar.gz glibc-4c393b689f8a9c5e64048b4a4295abedcff6ef8c.tar.xz 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')
-rw-r--r-- | linuxthreads/sysdeps/alpha/pt-machine.h | 2 |
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; \ }) |