From 2a272e8265d3109faedcb4ee6b8b93f49c52b228 Mon Sep 17 00:00:00 2001 From: Eric Andersen Date: Fri, 16 Aug 2002 08:02:17 +0000 Subject: Demonstrate that dlopen() RTLD_NOW is currently broken. -Erik --- test/ldso/Makefile | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) (limited to 'test/ldso/Makefile') diff --git a/test/ldso/Makefile b/test/ldso/Makefile index 57b4a1fa6..3d2a47ad9 100644 --- a/test/ldso/Makefile +++ b/test/ldso/Makefile @@ -20,7 +20,11 @@ TESTDIR=../ include $(TESTDIR)/Rules.mak CFLAGS+=--uclibc-ctors -all: dltest libhowdy.so run +all: dltest2 dltest libhowdy.so run + +dltest2: dltest.c + $(CC) $(CFLAGS) dltest2.c -o dltest2 -ldl + ./dltest2 dltest.o: dltest.c $(CC) $(CFLAGS) -c dltest.c -o dltest.o @@ -39,4 +43,4 @@ run: dltest libhowdy.so ./dltest clean: - rm -f *.o *.so dltest core libhowdy.so + rm -f *.o *.so dltest2 dltest core libhowdy.so -- cgit v1.2.3