]> git.ipfire.org Git - thirdparty/glibc.git/blame - elf/Makefile
2003-03-13 Jakub Jelinek <jakub@redhat.com>
[thirdparty/glibc.git] / elf / Makefile
CommitLineData
aff4519d 1# Copyright (C) 1995-2002, 2003 Free Software Foundation, Inc.
01cc0be6
RM
2# This file is part of the GNU C Library.
3
4# The GNU C Library is free software; you can redistribute it and/or
41bdb6e2
AJ
5# modify it under the terms of the GNU Lesser General Public
6# License as published by the Free Software Foundation; either
7# version 2.1 of the License, or (at your option) any later version.
01cc0be6
RM
8
9# The GNU C Library is distributed in the hope that it will be useful,
10# but WITHOUT ANY WARRANTY; without even the implied warranty of
11# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
41bdb6e2 12# Lesser General Public License for more details.
01cc0be6 13
41bdb6e2
AJ
14# You should have received a copy of the GNU Lesser General Public
15# License along with the GNU C Library; if not, write to the Free
16# Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA
17# 02111-1307 USA.
01cc0be6 18
3db52d94
UD
19# Makefile for elf subdirectory of GNU C Library.
20
d66e34cd
RM
21subdir := elf
22
019e7a64 23headers = elf.h bits/elfclass.h link.h
39ab0fdf
UD
24routines = $(dl-routines) dl-open dl-close dl-support dl-iteratephdr \
25 dl-iteratephdr-static dl-addr enbl-secure dl-profstub \
ce460d04 26 dl-origin dl-libc dl-sym dl-tsd
266180eb
RM
27
28# The core dynamic linking functions are in libc for the static and
29# profiled libraries.
f18edac3 30dl-routines = $(addprefix dl-,load cache lookup object reloc deps \
3996f34b 31 runtime error init fini debug misc \
e6caf4e1 32 version profile conflict tls origin)
b79f74cd 33all-dl-routines = $(dl-routines) $(sysdep-dl-routines)
266180eb 34# But they are absent from the shared libc, because that code is in ld.so.
39ab0fdf 35elide-routines.os = $(all-dl-routines) dl-support enbl-secure \
e6caf4e1 36 dl-iteratephdr-static dl-origin
266180eb
RM
37
38# ld.so uses those routines, plus some special stuff for being the program
39# interpreter and operating independent of libc.
ce460d04 40rtld-routines := rtld $(dl-routines) dl-sysdep dl-environ dl-minimal
e39e6956 41all-rtld-routines = $(rtld-routines) $(sysdep-rtld-routines)
b79f74cd 42
ce460d04
RM
43distribute := rtld-Rules \
44 $(rtld-routines:=.c) dynamic-link.h do-rel.h dl-machine.h \
b3ed8219 45 dl-cache.h dl-hash.h soinit.c sofini.c ldd.bash.in \
94e365c6
UD
46 genrtldtbl.awk atomicity.h dl-procinfo.h ldsodefs.h \
47 dl-librecon.h interp.c sln.c dl-dst.h hp-timing.h \
c77ec56d 48 do-lookup.h dl-lookupcfg.h sprof.c gen-trusted-dirs.awk \
94e365c6 49 testobj1.c testobj2.c testobj3.c testobj4.c testobj5.c \
2b7238dd 50 testobj6.c testobj1_1.c failobj.c unloadmod.c \
84ddc586 51 ldconfig.h ldconfig.c cache.c readlib.c readelflib.c \
e340a2a2 52 chroot_canon.c gccframe.h \
74955460 53 dep1.c dep2.c dep3.c dep4.c dl-dtprocnum.h unsecvars.h \
afa0569f 54 vismain.c vismod1.c vismod2.c vismod3.c \
74dd1fee
UD
55 constload2.c constload3.c filtmod1.c filtmod2.c \
56 nodlopenmod.c nodelete.c nodelmod1.c nodelmod2.c \
2b7238dd 57 nodelmod3.c nodelmod4.c nodlopen.c dl-osinfo.h \
917fd061 58 reldepmod1.c reldepmod2.c reldepmod3.c reldepmod4.c \
c4bb124a 59 reldepmod5.c reldepmod6.c \
1826d793 60 reldep4mod1.c reldep4mod2.c reldep4mod3.c reldep4mod4.c \
8bc6161d 61 nextmod1.c nextmod2.c pathoptobj.c tst-pathopt.sh \
5ab7f7c1 62 neededobj1.c neededobj2.c neededobj3.c neededobj4.c \
421f0c9d 63 neededobj5.c neededobj6.c firstobj.c \
1a511d31 64 unload2mod.c unload2dep.c ltglobmod1.c ltglobmod2.c \
3fac0001 65 testobj.h vismod.h globalmod1.c \
ab92bebd
UD
66 dblloadmod1.c dblloadmod2.c dblloadmod3.c \
67 reldep6mod4.c reldep6mod3.c reldep6mod2.c reldep6mod1.c \
a41d8a74 68 reldep6mod0.c reldep7mod1.c reldep7mod2.c \
ab92bebd 69 unwind-dw2.c unwind-dw2-fde.c unwind.h unwind-pe.h \
2cef4257 70 unwind-dw2-fde.h dwarf2.h dl-procinfo.c tls.h dl-tls.h \
4c53d221 71 tst-tlsmod1.c tst-tlsmod2.c tst-tlsmod3.c tst-tlsmod4.c \
6ef518c3 72 tst-tlsmod5.c tst-tlsmod6.c \
4c53d221
UD
73 circlemod1.c circlemod1a.c circlemod2.c circlemod2a.c \
74 circlemod3.c circlemod3a.c nodlopenmod2.c \
cfaf5e56 75 tls-macros.h \
aff4519d
UD
76 reldep8mod1.c reldep8mod2.c reldep8mod3.c \
77 nodel2mod1.c nodel2mod2.c nodel2mod3.c \
ec503662
UD
78 reldep9.c reldep9mod1.c reldep9mod2.c reldep9mod3.c \
79 tst-array1.exp tst-array2.exp tst-array4.exp \
80 tst-array2dep.c \
81 check-textrel.c dl-sysdep.h
d66e34cd 82
05f732b3
UD
83include ../Makeconfig
84
74bd2300 85ifeq ($(unwind-find-fde),yes)
a0dcb689
UD
86routines += unwind-dw2-fde-glibc
87shared-only-routines = unwind-dw2-fde-glibc
74bd2300
UD
88endif
89
40c4c9b5 90before-compile = $(objpfx)trusted-dirs.h
5a384a91
UD
91generated := trusted-dirs.h trusted-dirs.st for-renamed/renamed.so
92generated-dirs := for-renamed
fd26970f 93
bdd421cc 94ifeq ($(versioning),yes)
a0edd63e 95ld-map = $(common-objpfx)ld.map
bdd421cc
UD
96endif
97
d66e34cd 98ifeq (yes,$(build-shared))
b79f74cd 99extra-objs = $(all-rtld-routines:%=%.os) soinit.os sofini.os interp.os
40c4c9b5 100generated += librtld.os dl-allobjs.os ld.so ldd
8d57beea 101install-others = $(inst_slibdir)/$(rtld-installed-name)
6c3ebebd 102install-bin-script = ldd
f49bc43f 103endif
86d2c878 104
9d141cae 105others = sprof sln
6c3ebebd 106install-bin = sprof
9d141cae
UD
107others-static = sln
108install-rootsbin = sln
ae828bc6 109
591e1ffb 110ifeq (yes,$(use-ldconfig))
99ac5e47 111ifeq (yes,$(build-shared))
e1586792 112others-static += ldconfig
da2d1bc5 113others += ldconfig
9d141cae 114install-rootsbin += ldconfig
591e1ffb 115
b4a555d6 116ldconfig-modules := cache readlib xmalloc xstrdup chroot_canon
591e1ffb
UD
117extra-objs += $(ldconfig-modules:=.o)
118
119# To find xmalloc.c and xstrdup.c
120vpath %.c ../locale/programs
121
99ac5e47 122endif
1ef32c3d
UD
123endif
124
6ef518c3 125tests = tst-tls1 tst-tls2 tst-tls9
dfe4c900 126ifeq (yes,$(have-initfini-array))
62f29da7 127tests += tst-array1 tst-array2 tst-array3 tst-array4
dfe4c900 128endif
db265313
RM
129ifeq (yes,$(build-static))
130tests-static = tst-tls1-static tst-tls2-static
6ef518c3
RM
131ifeq (yesyesyes,$(build-static)$(build-shared)$(elf))
132tests-static += tst-tls9-static
133tst-tls9-static-ENV = \
134 LD_LIBRARY_PATH=$(objpfx):$(common-objpfx):$(common-objpfx)dlfcn
135endif
db265313
RM
136tests += $(tests-static)
137endif
2f512715 138ifeq (yes,$(build-shared))
db265313
RM
139tests += loadtest restest1 preloadtest loadfail multiload origtest resolvfail \
140 constload1 order $(tests-vis-$(have-protected)) noload filter unload \
141 reldep reldep2 reldep3 reldep4 $(tests-nodelete-$(have-z-nodelete)) \
142 $(tests-nodlopen-$(have-z-nodlopen)) neededtest neededtest2 \
143 neededtest3 neededtest4 unload2 lateglobal initfirst global \
cfaf5e56
UD
144 restest2 next dblload dblunload reldep5 reldep6 reldep7 reldep8 \
145 circleload1 tst-tls3 tst-tls4 tst-tls5 tst-tls6 tst-tls7 tst-tls8
aff4519d 146# reldep9
5a384a91 147test-srcs = tst-pathopt
c1025c19 148tests-vis-yes = vismain
aff4519d 149tests-nodelete-yes = nodelete nodelete2
87837aac 150tests-nodlopen-yes = nodlopen nodlopen2
2f512715 151endif
a25f2023 152modules-names = testobj1 testobj2 testobj3 testobj4 testobj5 testobj6 \
2b7238dd 153 testobj1_1 failobj constload2 constload3 unloadmod \
0fb7851f 154 dep1 dep2 dep3 dep4 $(modules-vis-$(have-protected)) \
2f54c82d 155 $(modules-nodelete-$(have-z-nodelete)) \
2b7238dd 156 $(modules-nodlopen-$(have-z-nodlopen)) filtmod1 filtmod2 \
ceb579a3 157 reldepmod1 reldepmod2 reldepmod3 reldepmod4 nextmod1 nextmod2 \
1826d793 158 reldep4mod1 reldep4mod2 reldep4mod3 reldep4mod4 \
8edd9172 159 neededobj1 neededobj2 neededobj3 neededobj4 \
273a3cfb 160 neededobj5 neededobj6 firstobj globalmod1 \
3fac0001 161 unload2mod unload2dep ltglobmod1 ltglobmod2 pathoptobj \
c47e78b1 162 dblloadmod1 dblloadmod2 dblloadmod3 reldepmod5 reldepmod6 \
2e36cb48 163 reldep6mod0 reldep6mod1 reldep6mod2 reldep6mod3 reldep6mod4 \
a41d8a74 164 reldep7mod1 reldep7mod2 \
6d78cd00 165 tst-tlsmod1 tst-tlsmod2 tst-tlsmod3 tst-tlsmod4 \
6ef518c3 166 tst-tlsmod5 tst-tlsmod6 \
6d78cd00 167 circlemod1 circlemod1a circlemod2 circlemod2a \
cfaf5e56 168 circlemod3 circlemod3a \
aff4519d
UD
169 reldep8mod1 reldep8mod2 reldep8mod3 \
170 reldep9mod1 reldep9mod2 reldep9mod3
dfe4c900
RM
171ifeq (yes,$(have-initfini-array))
172modules-names += tst-array2dep
173endif
c1025c19 174modules-vis-yes = vismod1 vismod2 vismod3
aff4519d
UD
175modules-nodelete-yes = nodelmod1 nodelmod2 nodelmod3 nodelmod4 \
176 nodel2mod1 nodel2mod2 nodel2mod3
87837aac 177modules-nodlopen-yes = nodlopenmod nodlopenmod2
9b014809 178extra-objs += $(addsuffix .os,$(strip $(modules-names)))
724d8c3f
RM
179# We need this variable to be sure the test modules get the right CPPFLAGS.
180test-extras += $(modules-names)
dc18d4d8 181
01cc0be6 182include ../Rules
d66e34cd 183
1ef32c3d 184ifeq (yes,$(build-shared))
a89d30d4
RM
185# Make sure these things are built in the `make lib' pass so they can be used
186# to run programs during the `make others' pass.
187lib-noranlib: $(objpfx)$(rtld-installed-name) \
188 $(addprefix $(objpfx),$(extra-objs))
189endif
190
db2286f6 191# Command to link into a larger single relocatable object.
ce460d04 192reloc-link = $(LINK.o) -nostdlib -nostartfiles -r
db2286f6 193
b79f74cd 194$(objpfx)dl-allobjs.os: $(all-rtld-routines:%=$(objpfx)%.os)
ce460d04 195 $(reloc-link) -o $@ $^
db2286f6 196
86d2c878 197# Link together the dynamic linker into a single relocatable object.
ce460d04
RM
198# First we do a link against libc_pic.a just to get a link map,
199# and discard the object produced by that link. From the link map
200# we can glean all the libc modules that need to go into the dynamic
201# linker. Then we do a recursive make that goes into all the subdirs
202# those modules come from and builds special rtld-foo.os versions that
203# are compiled with special flags, and puts these modules into rtld-libc.a
204# for us. Then we do the real link using rtld-libc.a instead of libc_pic.a.
205
206$(objpfx)librtld.map: $(objpfx)dl-allobjs.os $(common-objpfx)libc_pic.a
240e87c2
RM
207 @-rm -f $@T
208 $(reloc-link) -o $@.o '-Wl,-(' $^ -lgcc '-Wl,-)' -Wl,-Map,$@T
ce460d04 209 rm -f $@.o
240e87c2 210 mv -f $@T $@
ce460d04
RM
211
212$(objpfx)librtld.mk: $(objpfx)librtld.map Makefile
27b85a94 213 sed -n 's@^$(common-objpfx)\([^(]*\)(\([^)]*\.os\))$$@\1 \2@p' $< | \
ce460d04
RM
214 while read lib file; do \
215 case $$lib in \
216 libc_pic.a) \
217 fgrep -l /$$file \
218 $(common-objpfx)stamp.os $(common-objpfx)*/stamp.os | \
219 sed 's@^$(common-objpfx)\([^/]*\)/stamp\.os$$@rtld-\1'" +=$$file@"\
220 ;; \
221 */*.a) \
222 echo rtld-$${lib%%/*} += $$file ;; \
223 *) echo "Wasn't expecting $$lib($$file)" >&2; exit 1 ;; \
224 esac; \
225 done > $@T
226 echo rtld-subdirs = `sed 's/^rtld-\([^ ]*\).*$$/\1/' $@T \
227 | sort -u` >> $@T
228 mv -f $@T $@
229
230$(objpfx)rtld-libc.a: $(objpfx)librtld.mk FORCE
231 $(MAKE) -f $< -f rtld-Rules
232
233generated += librtld.map librtld.mk rtld-libc.a
234
235$(objpfx)librtld.os: $(objpfx)dl-allobjs.os $(objpfx)rtld-libc.a
236 $(LINK.o) -nostdlib -nostartfiles -r -o $@ '-Wl,-(' $^ -lgcc '-Wl,-)'
d66e34cd 237
32e6df36 238$(objpfx)ld.so: $(objpfx)librtld.os $(ld-map)
070cadeb 239 @rm -f $@.lds
32e6df36 240 $(LINK.o) -nostdlib -nostartfiles -shared \
9ae10332 241 $(LDFLAGS-rtld) -Wl,-z,defs -Wl,--verbose 2>&1 | \
32e6df36
UD
242 sed -e '/^=========/,/^=========/!d;/^=========/d' \
243 -e 's/\. = 0 + SIZEOF_HEADERS;/& _begin = . - SIZEOF_HEADERS;/' \
070cadeb 244 > $@.lds
9ae10332
RM
245 $(LINK.o) -nostdlib -nostartfiles -shared -o $@ \
246 $(LDFLAGS-rtld) -Wl,-z,defs \
32e6df36 247 $(filter-out $(map-file),$^) $(load-map-file) \
070cadeb 248 -Wl,-soname=$(rtld-installed-name) -T $@.lds
32e6df36 249 rm -f $@.lds
266180eb 250
c7562c74
UD
251# interp.c exists just to get this string into the libraries.
252CFLAGS-interp.c = -D'RUNTIME_LINKER="$(slibdir)/$(rtld-installed-name)"'
656f8223 253$(objpfx)interp.os: $(common-objpfx)config.make
c7562c74 254
1ef32c3d 255ifneq (ld.so,$(rtld-installed-name))
afd4eb37 256# Make sure ld.so.1 exists in the build directory so we can link
852fc4b9
RM
257# against it.
258$(objpfx)$(rtld-installed-name): $(objpfx)ld.so
259 rm -f $@
f332db02 260 ln -s $(<F) $@
da2d1bc5 261generated += $(rtld-installed-name)
852fc4b9
RM
262endif
263
fd26970f
UD
264# Build a file mentioning all trustworthy directories to look for shared
265# libraries when using LD_LIBRARY_PATH in a setuid program. The user can
266# add directories to the list by defining $(user-defined-trusted-dirs)
267# before starting make.
6598ac30
UD
268$(objpfx)trusted-dirs.h: $(objpfx)trusted-dirs.st; @:
269$(objpfx)trusted-dirs.st: Makefile $(..)Makeconfig
1ef32c3d 270 $(make-target-directory)
ab7eb292
UD
271 echo "$(subst :, ,$(default-rpath) $(user-defined-trusted-dirs))" \
272 | $(AWK) -f gen-trusted-dirs.awk > ${@:st=T};
ce460d04 273 echo '#define DL_DST_LIB "$(notdir $(slibdir))"' >> ${@:st=T}
6598ac30
UD
274 $(move-if-change) ${@:st=T} ${@:st=h}
275 touch $@
a986484f 276CPPFLAGS-dl-load.c = -I$(objpfx). -I$(csu-objpfx).
86d2c878 277
9f2a9248 278ifeq (yes,$(build-shared))
73237de3 279$(inst_slibdir)/$(rtld-version-installed-name): $(objpfx)ld.so $(+force)
460adbb8 280 $(make-target-directory)
925e31d9 281 $(do-install-program)
1ef32c3d 282
8d57beea 283$(inst_slibdir)/$(rtld-installed-name): \
460adbb8
UD
284 $(inst_slibdir)/$(rtld-version-installed-name) \
285 $(inst_slibdir)/libc-$(version).so
925e31d9 286 $(make-shlib-link)
b122c703 287
5148d49f
UD
288# Special target called by parent to install just the dynamic linker.
289.PHONY: ldso_install
290ldso_install: $(inst_slibdir)/$(rtld-installed-name)
9f2a9248 291endif
5148d49f 292
cb343854 293
926e512f
RM
294common-ldd-rewrite = -e 's%@RTLD@%$(slibdir)/$(rtld-installed-name)%g' \
295 -e 's%@VERSION@%$(version)%g'
1ddf537f 296sh-ldd-rewrite = $(common-ldd-rewrite) -e 's%@BASH@%/bin/sh%g;s/\$$"/"/g'
926e512f 297bash-ldd-rewrite = $(common-ldd-rewrite) -e 's%@BASH@%$(BASH)%g' \
4a33c2f5 298 -e 's%@TEXTDOMAINDIR@%$(msgcatdir)%g'
cb343854 299
84384f5b 300ifneq ($(have-bash2),yes)
cb343854 301ldd-shell = sh
e2102c14
UD
302else
303ldd-shell = bash
cb343854
UD
304endif
305
306ifeq ($(ldd-rewrite-script),no)
307define gen-ldd
308sed $($(ldd-shell)-ldd-rewrite) < $< > $@.new
309endef
84384f5b 310else
cb343854
UD
311define gen-ldd
312sed $($(ldd-shell)-ldd-rewrite) < $< | sed -f $(ldd-rewrite-script) > $@.new
313endef
314endif
315
926e512f 316$(objpfx)ldd: ldd.bash.in $(common-objpfx)soversions.mk \
ee74a442 317 $(common-objpfx)config.make
cb343854 318 $(gen-ldd)
84384f5b
UD
319 chmod 555 $@.new
320 mv -f $@.new $@
cb343854 321
aaff4ba9 322$(objpfx)sprof: $(libdl)
94e365c6 323
591e1ffb 324$(objpfx)ldconfig: $(ldconfig-modules:%=$(objpfx)%.o)
8ca91b36
UD
325SYSCONF-FLAGS := -D'SYSCONFDIR="$(sysconfdir)"'
326CFLAGS-ldconfig.c = $(SYSCONF-FLAGS) -D'LIBDIR="$(libdir)"' -D'SLIBDIR="$(slibdir)"'
327CFLAGS-dl-cache.c = $(SYSCONF-FLAGS)
328CFLAGS-cache.c = $(SYSCONF-FLAGS)
591e1ffb 329
ce460d04 330CPPFLAGS-.os += $(if $(filter $(@F),$(patsubst %,%.os,$(all-rtld-routines))),-DNOT_IN_libc=1 -DIS_IN_rtld=1)
0d01dace 331
9b014809
UD
332test-modules = $(addprefix $(objpfx),$(addsuffix .so,$(strip $(modules-names))))
333generated += $(addsuffix .so,$(strip $(modules-names)))
482eec0d 334
e1e3ba54 335ifeq (yes,$(build-shared))
8c0fe290 336ifeq ($(cross-compiling),no)
5a384a91 337tests: $(objpfx)tst-pathopt.out
e1e3ba54 338endif
8c0fe290 339endif
5a384a91 340
aaff4ba9
UD
341$(objpfx)testobj1.so: $(libdl)
342$(objpfx)testobj1_1.so: $(objpfx)testobj1.so $(libdl)
343$(objpfx)testobj2.so: $(objpfx)testobj1.so $(libdl)
344$(objpfx)testobj3.so: $(libdl)
345$(objpfx)testobj4.so: $(libdl)
346$(objpfx)testobj5.so: $(libdl)
e30f2b98 347$(objpfx)testobj6.so: $(objpfx)testobj1.so $(objpfx)testobj2.so $(libdl)
e18db2b0 348$(objpfx)failobj.so: $(objpfx)testobj6.so
84ddc586
UD
349$(objpfx)dep1.so: $(objpfx)dep2.so $(objpfx)dep4.so
350$(objpfx)dep2.so: $(objpfx)dep3.so $(objpfx)dep4.so
351$(objpfx)dep4.so: $(objpfx)dep3.so
2cb8cefb 352$(objpfx)nodelmod3.so: $(objpfx)nodelmod4.so
917fd061 353$(objpfx)nextmod1.so: $(libdl)
ceb579a3
UD
354$(objpfx)neededobj1.so: $(libdl)
355$(objpfx)neededobj2.so: $(objpfx)neededobj1.so $(libdl)
356$(objpfx)neededobj3.so: $(objpfx)neededobj1.so $(objpfx)neededobj2.so $(libdl)
8edd9172
UD
357$(objpfx)neededobj4.so: $(objpfx)neededobj1.so $(objpfx)neededobj2.so \
358 $(objpfx)neededobj3.so $(libdl)
c77a4478 359$(objpfx)neededobj6.so: $(objpfx)neededobj5.so
f6de2239 360$(objpfx)unload2mod.so: $(objpfx)unload2dep.so
d785c366 361$(objpfx)ltglobmod2.so: $(libdl)
b71e7ce8 362$(objpfx)firstobj.so: $(shared-thread-library)
273a3cfb 363$(objpfx)globalmod1.so: $(libdl)
1826d793
UD
364$(objpfx)reldep4mod1.so: $(objpfx)reldep4mod3.so
365$(objpfx)reldep4mod2.so: $(objpfx)reldep4mod4.so
3fac0001
UD
366$(objpfx)dblloadmod1.so: $(objpfx)dblloadmod3.so
367$(objpfx)dblloadmod2.so: $(objpfx)dblloadmod3.so
c4bb124a
UD
368$(objpfx)reldepmod5.so: $(objpfx)reldepmod2.so
369$(objpfx)reldepmod6.so: $(objpfx)reldepmod2.so
c47e78b1
UD
370$(objpfx)reldep6mod1.so: $(objpfx)reldep6mod0.so
371$(objpfx)reldep6mod2.so: $(objpfx)reldep6mod1.so
372$(objpfx)reldep6mod3.so: $(objpfx)reldep6mod2.so
373$(objpfx)reldep6mod4.so: $(objpfx)reldep6mod1.so
fc093be1 374$(objpfx)tst-tlsmod3.so: $(objpfx)tst-tlsmod2.so
aff4519d
UD
375# For tst-tls9-static, make sure the modules it dlopens have libc.so in DT_NEEDED
376$(objpfx)tst-tlsmod5.so: $(common-objpfx)libc.so
377$(objpfx)tst-tlsmod6.so: $(common-objpfx)libc.so
556224ab 378$(objpfx)reldep8mod3.so: $(objpfx)reldep8mod1.so $(objpfx)reldep8mod2.so
aff4519d
UD
379$(objpfx)nodel2mod3.so: $(objpfx)nodel2mod1.so $(objpfx)nodel2mod2.so
380$(objpfx)reldep9mod2.so: $(objpfx)reldep9mod1.so
381$(objpfx)reldep9mod3.so: $(objpfx)reldep9mod1.so $(objpfx)reldep9mod2.so
ceb579a3 382
6ef518c3
RM
383LDFLAGS-tst-tlsmod5.so = -nostdlib
384LDFLAGS-tst-tlsmod6.so = -nostdlib
385
10b36b41
AJ
386# filtmod1.so has a special rule
387$(filter-out $(objpfx)filtmod1.so, $(test-modules)): $(objpfx)%.so: $(objpfx)%.os
482eec0d
UD
388 $(build-module)
389
aaff4ba9 390$(objpfx)loadtest: $(libdl)
482eec0d
UD
391LDFLAGS-loadtest = -rdynamic
392
393$(objpfx)loadtest.out: $(test-modules)
6bd06384 394
ceb579a3 395$(objpfx)neededtest: $(libdl)
ceb579a3 396$(objpfx)neededtest.out: $(objpfx)neededobj1.so $(objpfx)neededobj2.so \
8edd9172 397 $(objpfx)neededobj3.so
ceb579a3 398
9807e540
UD
399$(objpfx)neededtest2: $(libdl)
400$(objpfx)neededtest2.out: $(objpfx)neededobj1.so $(objpfx)neededobj2.so \
8edd9172
UD
401 $(objpfx)neededobj3.so
402
403$(objpfx)neededtest3: $(libdl)
404$(objpfx)neededtest3.out: $(objpfx)neededobj1.so $(objpfx)neededobj2.so \
405 $(objpfx)neededobj3.so $(objpfx)neededobj4.so
9807e540 406
c77a4478
UD
407neededtest4-ENV = LC_ALL=C LANGUAGE=C
408$(objpfx)neededtest4: $(libdl) $(objpfx)neededobj1.so
409$(objpfx)neededtest4.out: $(objpfx)neededobj5.so $(objpfx)neededobj6.so
410
aaff4ba9 411$(objpfx)restest1: $(objpfx)testobj1.so $(objpfx)testobj1_1.so $(libdl)
e18db2b0 412LDFLAGS-restest1 = -rdynamic
6bd06384 413
2373b30e
UD
414$(objpfx)restest2: $(libdl)
415LDFLAGS-restest2 = -rdynamic
416
6bd06384 417$(objpfx)restest1.out: $(test-modules)
3d91edb2 418
e18db2b0 419preloadtest-preloads = testobj1 testobj2 testobj3 testobj4 testobj5
10584d2e 420$(objpfx)preloadtest: $(objpfx)testobj6.so
10584d2e 421LDFLAGS-preloadtest = -rdynamic
e18db2b0
UD
422$(objpfx)preloadtest.out: $(preloadtest-preloads:%=$(objpfx)%.so)
423preloadtest-ENV = \
424 LD_PRELOAD=$(subst $(empty) ,:,$(strip $(preloadtest-preloads:=.so)))
1e262312 425
aaff4ba9 426$(objpfx)loadfail: $(libdl)
1e262312
UD
427LDFLAGS-loadfail = -rdynamic
428
61e0617a
UD
429$(objpfx)loadfail.out: $(objpfx)failobj.so
430
431$(objpfx)multiload: $(libdl)
432LDFLAGS-multiload = -rdynamic
9df54168 433CFLAGS-multiload.c = -DOBJDIR=\"$(elf-objpfx)\"
61e0617a
UD
434
435$(objpfx)multiload.out: $(objpfx)testobj1.so
dc5efe83
UD
436
437$(objpfx)origtest: $(libdl)
394679eb 438LDFLAGS-origtest = -rdynamic
dc5efe83 439$(objpfx)origtest.out: $(objpfx)testobj1.so
ff5fad16
UD
440
441ifeq ($(have-thread-library),yes)
442$(objpfx)resolvfail: $(libdl) $(shared-thread-library)
443else
444$(objpfx)resolvfail: $(libdl)
445endif
19cf43be
UD
446
447$(objpfx)constload1: $(libdl)
448$(objpfx)constload1.out: $(objpfx)constload2.so $(objpfx)constload3.so
84ddc586 449
6d78cd00
UD
450$(objpfx)circleload1: $(libdl)
451$(objpfx)circleload1.out: $(objpfx)circlemod1.so \
452 $(objpfx)circlemod1a.so
453
454$(objpfx)circlemod1.so: $(objpfx)circlemod2.so
455$(objpfx)circlemod2.so: $(objpfx)circlemod3.so
456$(objpfx)circlemod1a.so: $(objpfx)circlemod2a.so
457$(objpfx)circlemod2a.so: $(objpfx)circlemod3a.so
458
84ddc586
UD
459$(objpfx)order: $(addprefix $(objpfx),dep4.so dep3.so dep2.so dep1.so)
460
461$(objpfx)order.out: $(objpfx)order
462 $(elf-objpfx)$(rtld-installed-name) \
463 --library-path $(rpath-link)$(patsubst %,:%,$(sysdep-library-path)) \
464 $(objpfx)order > $@
465 (echo "0123456789" | cmp $@ -) > /dev/null
c1025c19
UD
466
467$(objpfx)vismain: $(addprefix $(objpfx),vismod1.so vismod2.so)
468$(objpfx)vismain.out: $(addprefix $(objpfx),vismod3.so)
469vismain-ENV = LD_PRELOAD=$(addprefix $(objpfx),vismod3.so)
5e61ef88
UD
470
471$(objpfx)noload: $(objpfx)testobj1.so
472LDFLAGS-noload = -rdynamic
473$(objpfx)noload.out: $(objpfx)testobj5.so
0fb7851f 474
ad7534c8 475LDFLAGS-nodelete = -rdynamic
0fb7851f 476LDFLAGS-nodelmod1.so = -Wl,--enable-new-dtags,-z,nodelete
2cb8cefb 477LDFLAGS-nodelmod4.so = -Wl,--enable-new-dtags,-z,nodelete
0fb7851f 478$(objpfx)nodelete: $(libdl)
2cb8cefb
UD
479$(objpfx)nodelete.out: $(objpfx)nodelmod1.so $(objpfx)nodelmod2.so \
480 $(objpfx)nodelmod3.so
2f54c82d
UD
481
482LDFLAGS-nodlopenmod.so = -Wl,--enable-new-dtags,-z,nodlopen
483$(objpfx)nodlopen: $(libdl)
484$(objpfx)nodlopen.out: $(objpfx)nodlopenmod.so
fcacb36a 485
87837aac
UD
486$(objpfx)nodlopenmod2.so: $(objpfx)nodlopenmod.so
487$(objpfx)nodlopen2: $(libdl)
488$(objpfx)nodlopen2.out: $(objpfx)nodlopenmod2.so
489
137bca87
UD
490$(objpfx)filtmod1.so: $(objpfx)filtmod1.os $(objpfx)filtmod2.so
491 $(LINK.o) -shared -o $@ -B$(csu-objpfx) $(LDFLAGS.so) \
492 -L$(subst :, -L,$(rpath-link)) \
493 -Wl,-rpath-link=$(rpath-link) \
494 $< -Wl,-F,$(objpfx)filtmod2.so
fcacb36a 495$(objpfx)filter: $(objpfx)filtmod1.so
2b7238dd
UD
496
497$(objpfx)unload: $(libdl)
498$(objpfx)unload.out: $(objpfx)unloadmod.so
499
500$(objpfx)reldep: $(libdl)
501$(objpfx)reldep.out: $(objpfx)reldepmod1.so $(objpfx)reldepmod2.so
502
503$(objpfx)reldep2: $(libdl)
504$(objpfx)reldep2.out: $(objpfx)reldepmod1.so $(objpfx)reldepmod3.so
505
506$(objpfx)reldep3: $(libdl)
507$(objpfx)reldep3.out: $(objpfx)reldepmod1.so $(objpfx)reldepmod4.so
917fd061 508
1826d793
UD
509$(objpfx)reldep4: $(libdl)
510$(objpfx)reldep4.out: $(objpfx)reldep4mod1.so $(objpfx)reldep4mod2.so
511
917fd061 512$(objpfx)next: $(objpfx)nextmod1.so $(objpfx)nextmod2.so $(libdl)
f6de2239
UD
513
514$(objpfx)unload2: $(libdl)
515$(objpfx)unload2.out: $(objpfx)unload2mod.so $(objpfx)unload2dep.so
d785c366
UD
516
517$(objpfx)lateglobal: $(libdl)
518$(objpfx)lateglobal.out: $(objpfx)ltglobmod1.so $(objpfx)ltglobmod2.so
5a384a91
UD
519
520$(objpfx)tst-pathopt: $(libdl)
521$(objpfx)tst-pathopt.out: tst-pathopt.sh $(objpfx)tst-pathopt \
522 $(objpfx)pathoptobj.so
523 $(SHELL) -e $< $(common-objpfx)
b71e7ce8
UD
524
525$(objpfx)initfirst: $(libdl)
526$(objpfx)initfirst.out: $(objpfx)firstobj.so
273a3cfb
UD
527
528$(objpfx)global: $(objpfx)globalmod1.so
529$(objpfx)global.out: $(objpfx)reldepmod1.so
3fac0001
UD
530
531$(objpfx)dblload: $(libdl)
532$(objpfx)dblload.out: $(objpfx)dblloadmod1.so $(objpfx)dblloadmod2.so
533
534$(objpfx)dblunload: $(libdl)
535$(objpfx)dblunload.out: $(objpfx)dblloadmod1.so $(objpfx)dblloadmod2.so
c4bb124a
UD
536
537$(objpfx)reldep5: $(libdl)
538$(objpfx)reldep5.out: $(objpfx)reldepmod5.so $(objpfx)reldepmod5.so
c47e78b1
UD
539
540$(objpfx)reldep6: $(libdl)
541$(objpfx)reldep6.out: $(objpfx)reldep6mod3.so $(objpfx)reldep6mod4.so
2e36cb48 542
a41d8a74
UD
543$(objpfx)reldep7: $(libdl)
544$(objpfx)reldep7.out: $(objpfx)reldep7mod1.so $(objpfx)reldep7mod2.so
545
cfaf5e56
UD
546$(objpfx)reldep8: $(libdl)
547$(objpfx)reldep8.out: $(objpfx)reldep8mod3.so
548
aff4519d
UD
549LDFLAGS-nodel2mod2.so = -Wl,--enable-new-dtags,-z,nodelete
550$(objpfx)nodelete2: $(libdl)
551$(objpfx)nodelete2.out: $(objpfx)nodel2mod3.so
552
553$(objpfx)reldep9: $(libdl)
554$(objpfx)reldep9.out: $(objpfx)reldep9mod3.so
555
2e36cb48 556$(objpfx)tst-tls3: $(objpfx)tst-tlsmod1.so
aed283dd
UD
557
558$(objpfx)tst-tls4: $(libdl)
559$(objpfx)tst-tls4.out: $(objpfx)tst-tlsmod2.so
560
561$(objpfx)tst-tls5: $(libdl)
562$(objpfx)tst-tls5.out: $(objpfx)tst-tlsmod2.so
bb4cb252
UD
563
564$(objpfx)tst-tls6: $(libdl)
565$(objpfx)tst-tls6.out: $(objpfx)tst-tlsmod2.so
fc093be1
UD
566
567$(objpfx)tst-tls7: $(libdl)
568$(objpfx)tst-tls7.out: $(objpfx)tst-tlsmod3.so
ebda6173
UD
569
570$(objpfx)tst-tls8: $(libdl)
571$(objpfx)tst-tls8.out: $(objpfx)tst-tlsmod3.so $(objpfx)tst-tlsmod4.so
6ef518c3
RM
572
573$(objpfx)tst-tls9: $(libdl)
574$(objpfx)tst-tls9.out: $(objpfx)tst-tlsmod5.so $(objpfx)tst-tlsmod6.so
575
576ifdef libdl
577$(objpfx)tst-tls9-static: $(common-objpfx)dlfcn/libdl.a
578$(objpfx)tst-tls9-static.out: $(objpfx)tst-tlsmod5.so $(objpfx)tst-tlsmod6.so
579endif
dfe4c900
RM
580
581$(objpfx)tst-array1.out: $(objpfx)tst-array1
582 $(elf-objpfx)$(rtld-installed-name) \
583 --library-path $(rpath-link)$(patsubst %,:%,$(sysdep-library-path)) \
584 $(objpfx)tst-array1 > $@
585 cmp $@ tst-array1.exp > /dev/null
586
587$(objpfx)tst-array2: $(objpfx)tst-array2dep.so
588$(objpfx)tst-array2.out: $(objpfx)tst-array2
589 $(elf-objpfx)$(rtld-installed-name) \
590 --library-path $(rpath-link)$(patsubst %,:%,$(sysdep-library-path)) \
591 $(objpfx)tst-array2 > $@
592 cmp $@ tst-array2.exp > /dev/null
593
594$(objpfx)tst-array3.out: $(objpfx)tst-array3
595 $(elf-objpfx)$(rtld-installed-name) \
596 --library-path $(rpath-link)$(patsubst %,:%,$(sysdep-library-path)) \
597 $(objpfx)tst-array3 > $@
598 cmp $@ tst-array1.exp > /dev/null
efd56f53 599
62f29da7
UD
600$(objpfx)tst-array4: $(libdl)
601$(objpfx)tst-array4.out: $(objpfx)tst-array4 $(objpfx)tst-array2dep.so
602 $(elf-objpfx)$(rtld-installed-name) \
603 --library-path $(rpath-link)$(patsubst %,:%,$(sysdep-library-path)) \
604 $< > $@
605 cmp $@ tst-array4.exp > /dev/null
efd56f53 606
e5ffa64a 607check-textrel-CFLAGS = -O -Wall -D_XOPEN_SOURCE=600 -D_BSD_SOURCE
efd56f53
UD
608$(objpfx)check-textrel: check-textrel.c
609 $(native-compile)
610
611ifeq (yes,$(build-shared))
612tests: $(objpfx)check-textrel.out
613
614$(objpfx)check-textrel.out: $(objpfx)check-textrel
615 $(dir $<)$(notdir $<) $(common-objpfx)libc.so \
b4c98dc4
UD
616 $(sort $(wildcard $(common-objpfx)*/lib*.so \
617 $(common-objpfx)iconvdata/*.so)) > $@
efd56f53
UD
618generated += check-textrel check-textrel.out
619endif