mirror of
https://sourceware.org/git/glibc.git
synced 2025-09-02 16:01:20 +03:00
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.
This commit is contained in:
@@ -1,3 +1,8 @@
|
||||
2002-05-20 Ulrich Drepper <drepper@redhat.com>
|
||||
|
||||
* sysdeps/alpha/pt-machine.c (THREAD_SELF): Remove clobber.
|
||||
Patch by Glen Nakamura <gen@flex.com>.
|
||||
|
||||
2002-05-03 Ulrich Drepper <drepper@redhat.com>
|
||||
|
||||
* signals.c: Move sighandler functions to...
|
||||
|
@@ -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; \
|
||||
})
|
||||
|
||||
|
Reference in New Issue
Block a user