1
0
mirror of https://sourceware.org/git/glibc.git synced 2025-09-02 16:01:20 +03:00
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:
Ulrich Drepper
2002-05-20 20:11:09 +00:00
parent 3ace764d3a
commit 4c393b689f
5 changed files with 23 additions and 8 deletions

View File

@@ -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...

View File

@@ -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; \
})