From 1a379ea0c7adae02b4cd08410a5204e8b725064d Mon Sep 17 00:00:00 2001 From: Ulrich Drepper Date: Mon, 21 Jul 2003 22:40:24 +0000 Subject: Update. 2003-07-21 Ulrich Drepper * Makerules (build-module-helper): Add -z defs unless explicitly said not to do it. * dlfcn/Makefile: Define various *-no-z-defs variables for test DSOs which has undefined symbols. * elf/Makefile: Likewise. --- nptl/Makefile | 3 +++ 1 file changed, 3 insertions(+) (limited to 'nptl/Makefile') diff --git a/nptl/Makefile b/nptl/Makefile index 4c7749eb48..66e33a7c0f 100644 --- a/nptl/Makefile +++ b/nptl/Makefile @@ -258,6 +258,9 @@ extra-objs += $(addsuffix .os,$(strip $(modules-names))) test-extras += $(modules-names) test-modules = $(addprefix $(objpfx),$(addsuffix .so,$(modules-names))) +tst-atfork2mod.so-no-z-defs = yes +tst-tls3mod.so-no-z-defs = yes + $(test-modules): $(objpfx)%.so: $(objpfx)%.os $(common-objpfx)shlib.lds $(build-module) -- cgit v1.2.3