about summary refs log tree commit diff
path: root/nptl/Makefile
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>2003-02-27 04:42:04 +0000
committerUlrich Drepper <drepper@redhat.com>2003-02-27 04:42:04 +0000
commit695799feb3e640323ec86b469517f87ca16e99ff (patch)
treea2a6a206ca9a4986bd5dd584cf60d8b2356a67ab /nptl/Makefile
parentb1531183c5796e3be5aa193e294970ec3fac7d30 (diff)
downloadglibc-695799feb3e640323ec86b469517f87ca16e99ff.tar.gz
glibc-695799feb3e640323ec86b469517f87ca16e99ff.tar.xz
glibc-695799feb3e640323ec86b469517f87ca16e99ff.zip
Update.
	* Makefile (tests): Add tst-dlsym1.
	* tst-dlsym1.c: New file.
Diffstat (limited to 'nptl/Makefile')
-rw-r--r--nptl/Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/nptl/Makefile b/nptl/Makefile
index 644967b99c..446103a6cc 100644
--- a/nptl/Makefile
+++ b/nptl/Makefile
@@ -155,6 +155,7 @@ tests = tst-attr1 tst-attr2 \
 	tst-stdio1 tst-stdio2 \
 	tst-stack1 \
 	tst-unload \
+	tst-dlsym1 \
 	tst-sysconf \
 	tst-locale1 tst-locale2 \
 	tst-umask1 \
@@ -258,6 +259,8 @@ LDFLAGS-tst-tls3 = -rdynamic
 $(objpfx)tst-tls3.out: $(objpfx)tst-tls3mod.so
 $(objpfx)tst-tls3mod.so: $(shared-thread-library)
 
+$(objpfx)tst-dlsym1: $(libdl) $(shared-thread-library)
+
 extra-B-pthread.so = -B$(common-objpfx)nptl/
 $(objpfx)libpthread.so: $(objpfx)crti.o
 $(objpfx)libpthread.so: +preinit += $(objpfx)crti.o