summary refs log tree commit diff
path: root/nptl/Makefile
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>2003-02-24 08:50:25 +0000
committerUlrich Drepper <drepper@redhat.com>2003-02-24 08:50:25 +0000
commit3724f268b15bdbd322cda97f88a965a68f2fd3ef (patch)
tree31948055243f0b52563ae053fad5dd7cb017749a /nptl/Makefile
parent26a526fa5ef0217cfe8aa16a23f8551027dffeeb (diff)
downloadglibc-3724f268b15bdbd322cda97f88a965a68f2fd3ef.tar.gz
glibc-3724f268b15bdbd322cda97f88a965a68f2fd3ef.tar.xz
glibc-3724f268b15bdbd322cda97f88a965a68f2fd3ef.zip
Update.
2003-02-24  Ulrich Drepper  <drepper@redhat.com>

	* Makefile (tests): Add tst-rwlock8 and tst-rwlock9.
	* tst-rwlock8.c: New file.
	* tst-rwlock9.c: New file.
	* sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_rdlock.S: Fix
	complete broken rwlock implementation.
	* sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_timedrdlock.S:
	Likewise.
	* sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_timedwrlock.S:
	Likewise.
	* sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_unlock.S: Likewise.
	* sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_wrlock.S: Likewise.
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 b32fa6436e..b086c1e77a 100644
--- a/nptl/Makefile
+++ b/nptl/Makefile
@@ -132,7 +132,7 @@ tests = tst-attr1 tst-attr2 \
 	tst-cond1 tst-cond2 tst-cond3 tst-cond4 tst-cond5 tst-cond6 tst-cond7 \
 	tst-cond8 tst-cond9 \
 	tst-rwlock1 tst-rwlock2 tst-rwlock3 tst-rwlock4 tst-rwlock5 \
-	tst-rwlock6 tst-rwlock7 \
+	tst-rwlock6 tst-rwlock7 tst-rwlock8 tst-rwlock9 \
 	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 \