From 6f1c701026287f6928d3bdd1aea7359308635abe Mon Sep 17 00:00:00 2001 From: Florian Weimer Date: Thu, 3 Jun 2021 08:26:04 +0200 Subject: dlfcn: Cleanups after -ldl is no longer required This commit removes the ELF constructor and internal variables from dlfcn/dlfcn.c. The file now serves the same purpose as nptl/libpthread-compat.c, so it is renamed to dlfcn/libdl-compat.c. The use of libdl-shared-only-routines ensures that libdl.a is empty. This commit adjusts the test suite not to use $(libdl). The libdl.so symbolic link is no longer installed. Reviewed-by: Adhemerval Zanella --- sysdeps/mips/Makefile | 1 - 1 file changed, 1 deletion(-) (limited to 'sysdeps/mips') diff --git a/sysdeps/mips/Makefile b/sysdeps/mips/Makefile index 150518b..d770e59 100644 --- a/sysdeps/mips/Makefile +++ b/sysdeps/mips/Makefile @@ -64,7 +64,6 @@ fpabi_list=$(subst $(space),$(comma),$(patsubst tst-abi-%mod,o_%,\ CPPFLAGS-tst-abi-interlink.c += -DFPABI_LIST=$(fpabi_list) CPPFLAGS-tst-abi-interlink.c += -DFPABI_COUNT=$(words $(fpabi-modules-names)) CPPFLAGS-tst-abi-interlink.c += -DFPABI_NATIVE=o_fp$(o32-fpabi) -$(objpfx)tst-abi-interlink: $(libdl) $(objpfx)tst-abi-interlink.out: $(patsubst %,$(objpfx)%.so,\ $(fpabi-modules-names)) endif -- cgit v1.1