Update.
authorUlrich Drepper <drepper@redhat.com>
Tue, 1 Apr 2003 01:24:00 +0000 (01:24 +0000)
committerUlrich Drepper <drepper@redhat.com>
Tue, 1 Apr 2003 01:24:00 +0000 (01:24 +0000)
commit211d90c524db8fcc32a134eaf80d969eff8c3862
tree167181f1688e516846554fa6468efbc01a915de8
parent42b2395dcee5be5a4c2eb0faba8e78f682ab68ad
Update.

* sysdeps/unix/sysv/linux/ia64/lowlevellock.h (__lll_mutex_lock):
Use atomic_exchange_and_add instead of __lll_add.
(__lll_mutex_timedlock): Likewise.
Patch by Ian Wienand.

2003-03-24  Steven Munroe  <sjmunroe@us.ibm.com>

* sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep-cancel.h
(SINGLE_THREAD_P): Fix typo.
* tst-cancel-wrappers.sh: Handle '.'ed symbols.

2003-03-31  Ulrich Drepper  <drepper@redhat.com>

* Makefile (tests): Add tst-align.
* tst-align.c: New file.
* sysdeps/i386/Makefile: Define CFLAGS-tst-align.
* sysdeps/x86_64/Makefile: Likewise.

* tst-tsd2.c: Add casts to avoid warnings.
nptl/ChangeLog
nptl/Makefile
nptl/sysdeps/i386/Makefile
nptl/sysdeps/unix/sysv/linux/ia64/lowlevellock.h
nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep-cancel.h
nptl/sysdeps/x86_64/Makefile
nptl/tst-align.c [new file with mode: 0644]
nptl/tst-cancel-wrappers.sh
nptl/tst-tsd2.c