about summary refs log tree commit diff
path: root/nptl/Makefile
diff options
context:
space:
mode:
authorGuo Yixuan <culu.gyx@gmail.com>2014-06-03 16:19:11 -0700
committerDavid S. Miller <davem@davemloft.net>2014-06-03 16:19:58 -0700
commit02b1a8f86665320e961c2d12882ca0ba6112540a (patch)
treee9dcb29376f5b7a1f9bf0e2ce202460b5505741a /nptl/Makefile
parentc3e44c48727747659e313f09bc5557b6c1007e49 (diff)
downloadglibc-02b1a8f86665320e961c2d12882ca0ba6112540a.tar.gz
glibc-02b1a8f86665320e961c2d12882ca0ba6112540a.tar.xz
glibc-02b1a8f86665320e961c2d12882ca0ba6112540a.zip
Fixed pthread_spin_lock on sparc32/64 (bug 16882) release/2.16/master
	[BZ #16882]
	* nptl/sysdeps/sparc/sparc32/pthread_spin_lock.S
	(pthread_spin_lock): Branch out of spin loop to proper location.
	* nptl/sysdeps/sparc/sparc64/pthread_spin_lock.S
	(pthread_spin_lock): Likewise.

	* nptl/tst-spin4.c: New test.
	* nptl/Makefile (tests): Add tst-spin4.
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 ef8e874cd8..1a9a676c76 100644
--- a/nptl/Makefile
+++ b/nptl/Makefile
@@ -202,7 +202,7 @@ tests = tst-typesizes \
 	tst-mutexpi1 tst-mutexpi2 tst-mutexpi3 tst-mutexpi4 tst-mutexpi5 \
 	tst-mutexpi5a tst-mutexpi6 tst-mutexpi7 tst-mutexpi7a tst-mutexpi8 \
 	tst-mutexpi9 \
-	tst-spin1 tst-spin2 tst-spin3 \
+	tst-spin1 tst-spin2 tst-spin3 tst-spin4 \
 	tst-cond1 tst-cond2 tst-cond3 tst-cond4 tst-cond5 tst-cond6 tst-cond7 \
 	tst-cond8 tst-cond9 tst-cond10 tst-cond11 tst-cond12 tst-cond13 \
 	tst-cond14 tst-cond15 tst-cond16 tst-cond17 tst-cond18 tst-cond19 \