summaryrefslogtreecommitdiff
path: root/nptl/Makefile
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>2004-02-18 20:02:17 +0000
committerUlrich Drepper <drepper@redhat.com>2004-02-18 20:02:17 +0000
commit4a08113c4ee0ec9f83ef2ae8a4c5893e80d451f7 (patch)
tree08aaf2a509ca6c29aa4b047d180e0f5fe563daab /nptl/Makefile
parentec1c80750db1d19f40bd3a3bd575cbed6845069c (diff)
Update.
2004-02-18 Jakub Jelinek <jakub@redhat.com> * sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_unlock.S (__pthread_rwlock_unlock): Access WRITER as 32-bit value. * Makefile (tests): Add tst-rwlock13. * tst-rwlock13.c: New test.
Diffstat (limited to 'nptl/Makefile')
-rw-r--r--nptl/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/nptl/Makefile b/nptl/Makefile
index 715dd766ff..2c020819f1 100644
--- a/nptl/Makefile
+++ b/nptl/Makefile
@@ -196,7 +196,7 @@ tests = tst-attr1 tst-attr2 tst-attr3 \
tst-cond8 tst-cond9 tst-cond10 tst-cond11 tst-cond12 tst-cond13 \
tst-rwlock1 tst-rwlock2 tst-rwlock3 tst-rwlock4 tst-rwlock5 \
tst-rwlock6 tst-rwlock7 tst-rwlock8 tst-rwlock9 tst-rwlock10 \
- tst-rwlock11 tst-rwlock12 \
+ tst-rwlock11 tst-rwlock12 tst-rwlock13 \
tst-once1 tst-once2 tst-once3 tst-once4 \
tst-key1 tst-key2 tst-key3 tst-key4 \
tst-sem1 tst-sem2 tst-sem3 tst-sem4 tst-sem5 tst-sem6 tst-sem7 \