about summary refs log tree commit diff
path: root/elf/Makefile
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>2002-02-14 03:54:02 +0000
committerUlrich Drepper <drepper@redhat.com>2002-02-14 03:54:02 +0000
commitbb4cb25213ce21326236d72e8633844e4a777a8b (patch)
treebd5beb6cab8d11d014acabe022e54d8efb8915e4 /elf/Makefile
parent736ab899c4ab56dea0d329583f73e3f2b54a1dc1 (diff)
downloadglibc-bb4cb25213ce21326236d72e8633844e4a777a8b.tar.gz
glibc-bb4cb25213ce21326236d72e8633844e4a777a8b.tar.xz
glibc-bb4cb25213ce21326236d72e8633844e4a777a8b.zip
Update.
	* elf/dl-close.c (_dl_close): When closing an object using TLS
	either decrement dl_tls_max_dtv_idx or set dl_tls_dtv_gaps to
	true.  Increment dl_tls_generation only if we closed any TLS-using
	object.
	* elf/tst-tls6.c: New file.
	* elf/Makefile: Add rules to build and run tst-tls6.
Diffstat (limited to 'elf/Makefile')
-rw-r--r--elf/Makefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/elf/Makefile b/elf/Makefile
index 4ef1614c06..1a0338a600 100644
--- a/elf/Makefile
+++ b/elf/Makefile
@@ -119,7 +119,7 @@ tests = loadtest restest1 preloadtest loadfail multiload origtest resolvfail \
 	$(tests-nodlopen-$(have-z-nodlopen)) neededtest neededtest2 \
 	neededtest3 neededtest4 unload2 lateglobal initfirst global \
 	restest2 next dblload dblunload reldep5 reldep6 tst-tls1 tst-tls2 \
-	tst-tls3 tst-tls4 tst-tls5
+	tst-tls3 tst-tls4 tst-tls5 tst-tls6
 test-srcs = tst-pathopt
 tests-vis-yes = vismain
 tests-nodelete-yes = nodelete
@@ -448,3 +448,6 @@ $(objpfx)tst-tls4.out: $(objpfx)tst-tlsmod2.so
 
 $(objpfx)tst-tls5: $(libdl)
 $(objpfx)tst-tls5.out: $(objpfx)tst-tlsmod2.so
+
+$(objpfx)tst-tls6: $(libdl)
+$(objpfx)tst-tls6.out: $(objpfx)tst-tlsmod2.so