From 695799feb3e640323ec86b469517f87ca16e99ff Mon Sep 17 00:00:00 2001 From: Ulrich Drepper Date: Thu, 27 Feb 2003 04:42:04 +0000 Subject: Update. * Makefile (tests): Add tst-dlsym1. * tst-dlsym1.c: New file. --- nptl/Makefile | 3 +++ 1 file changed, 3 insertions(+) (limited to 'nptl/Makefile') 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 -- cgit 1.4.1