015352275c8ce7ffc7ed8b25b5aac189e148a647
[platform/upstream/glibc.git] / elf / Makefile
1 # Copyright (C) 1995-1999, 2000, 2001, 2002 Free Software Foundation, Inc.
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
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.
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
12 # Lesser General Public License for more details.
13
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.
18
19 # Makefile for elf subdirectory of GNU C Library.
20
21 subdir          := elf
22
23 headers         = elf.h bits/elfclass.h link.h
24 routines        = $(dl-routines) dl-open dl-close dl-support dl-iteratephdr \
25                   dl-iteratephdr-static dl-addr enbl-secure dl-profstub \
26                   dl-origin dl-libc dl-sym dl-tsd
27
28 # The core dynamic linking functions are in libc for the static and
29 # profiled libraries.
30 dl-routines     = $(addprefix dl-,load cache lookup object reloc deps \
31                                   runtime error init fini debug misc \
32                                   version profile conflict tls origin)
33 all-dl-routines = $(dl-routines) $(sysdep-dl-routines)
34 # But they are absent from the shared libc, because that code is in ld.so.
35 elide-routines.os = $(all-dl-routines) dl-support enbl-secure \
36                     dl-iteratephdr-static dl-origin
37
38 # ld.so uses those routines, plus some special stuff for being the program
39 # interpreter and operating independent of libc.
40 rtld-routines   := rtld $(dl-routines) dl-sysdep dl-environ dl-minimal
41 all-rtld-routines = $(rtld-routines) $(sysdep-rtld-routines)
42
43 distribute      := rtld-Rules \
44                    $(rtld-routines:=.c) dynamic-link.h do-rel.h dl-machine.h \
45                    dl-cache.h dl-hash.h soinit.c sofini.c ldd.bash.in \
46                    genrtldtbl.awk atomicity.h dl-procinfo.h ldsodefs.h \
47                    dl-librecon.h interp.c sln.c dl-dst.h hp-timing.h \
48                    do-lookup.h dl-lookupcfg.h sprof.c gen-trusted-dirs.awk \
49                    testobj1.c testobj2.c testobj3.c testobj4.c testobj5.c \
50                    testobj6.c testobj1_1.c failobj.c unloadmod.c \
51                    ldconfig.h ldconfig.c cache.c readlib.c readelflib.c \
52                    chroot_canon.c gccframe.h \
53                    dep1.c dep2.c dep3.c dep4.c dl-dtprocnum.h unsecvars.h \
54                    vismain.c vismod1.c vismod2.c vismod3.c \
55                    constload2.c constload3.c filtmod1.c filtmod2.c \
56                    nodlopenmod.c nodelete.c nodelmod1.c nodelmod2.c \
57                    nodelmod3.c nodelmod4.c nodlopen.c dl-osinfo.h \
58                    reldepmod1.c reldepmod2.c reldepmod3.c reldepmod4.c \
59                    reldepmod5.c reldepmod6.c \
60                    reldep4mod1.c reldep4mod2.c reldep4mod3.c reldep4mod4.c \
61                    nextmod1.c nextmod2.c pathoptobj.c tst-pathopt.sh \
62                    neededobj1.c neededobj2.c neededobj3.c neededobj4.c \
63                    neededobj5.c neededobj6.c firstobj.c \
64                    unload2mod.c unload2dep.c ltglobmod1.c ltglobmod2.c \
65                    testobj.h vismod.h globalmod1.c \
66                    dblloadmod1.c dblloadmod2.c dblloadmod3.c \
67                    reldep6mod4.c reldep6mod3.c reldep6mod2.c reldep6mod1.c \
68                    reldep6mod0.c reldep7mod1.c reldep7mod2.c \
69                    unwind-dw2.c unwind-dw2-fde.c unwind.h unwind-pe.h \
70                    unwind-dw2-fde.h dwarf2.h dl-procinfo.c tls.h dl-tls.h \
71                    tst-tlsmod1.c tst-tlsmod2.c tst-tlsmod3.c tst-tlsmod4.c \
72                    tst-tlsmod5.c tst-tlsmod6.c \
73                    circlemod1.c circlemod1a.c circlemod2.c circlemod2a.c \
74                    circlemod3.c circlemod3a.c nodlopenmod2.c \
75                    tls-macros.h
76
77 include ../Makeconfig
78
79 ifeq ($(unwind-find-fde),yes)
80 routines += unwind-dw2-fde-glibc
81 shared-only-routines = unwind-dw2-fde-glibc
82 endif
83
84 before-compile  = $(objpfx)trusted-dirs.h
85 generated       := trusted-dirs.h trusted-dirs.st for-renamed/renamed.so
86 generated-dirs  := for-renamed
87
88 ifeq ($(versioning),yes)
89 ld-map          = $(common-objpfx)ld.map
90 endif
91
92 ifeq (yes,$(build-shared))
93 extra-objs      = $(all-rtld-routines:%=%.os) soinit.os sofini.os interp.os
94 generated       += librtld.os dl-allobjs.os ld.so ldd
95 install-others  = $(inst_slibdir)/$(rtld-installed-name)
96 install-bin-script = ldd
97 endif
98
99 others          = sprof sln
100 install-bin     = sprof
101 others-static   = sln
102 install-rootsbin = sln
103
104 ifeq (yes,$(use-ldconfig))
105 ifeq (yes,$(build-shared))
106 others-static   += ldconfig
107 others          += ldconfig
108 install-rootsbin += ldconfig
109
110 ldconfig-modules := cache readlib xmalloc xstrdup chroot_canon
111 extra-objs      += $(ldconfig-modules:=.o)
112
113 # To find xmalloc.c and xstrdup.c
114 vpath %.c ../locale/programs
115
116 endif
117 endif
118
119 tests = tst-tls1 tst-tls2 tst-tls9
120 ifeq (yes,$(build-static))
121 tests-static = tst-tls1-static tst-tls2-static
122 ifeq (yesyesyes,$(build-static)$(build-shared)$(elf))
123 tests-static += tst-tls9-static
124 tst-tls9-static-ENV = \
125         LD_LIBRARY_PATH=$(objpfx):$(common-objpfx):$(common-objpfx)dlfcn
126 endif
127 tests += $(tests-static)
128 endif
129 ifeq (yes,$(build-shared))
130 tests += loadtest restest1 preloadtest loadfail multiload origtest resolvfail \
131          constload1 order $(tests-vis-$(have-protected)) noload filter unload \
132          reldep reldep2 reldep3 reldep4 $(tests-nodelete-$(have-z-nodelete)) \
133          $(tests-nodlopen-$(have-z-nodlopen)) neededtest neededtest2 \
134          neededtest3 neededtest4 unload2 lateglobal initfirst global \
135          restest2 next dblload dblunload reldep5 reldep6 reldep7 circleload1 \
136          tst-tls3 tst-tls4 tst-tls5 tst-tls6 tst-tls7 tst-tls8
137 test-srcs = tst-pathopt
138 tests-vis-yes = vismain
139 tests-nodelete-yes = nodelete
140 tests-nodlopen-yes = nodlopen nodlopen2
141 endif
142 modules-names = testobj1 testobj2 testobj3 testobj4 testobj5 testobj6 \
143                 testobj1_1 failobj constload2 constload3 unloadmod \
144                 dep1 dep2 dep3 dep4 $(modules-vis-$(have-protected)) \
145                 $(modules-nodelete-$(have-z-nodelete)) \
146                 $(modules-nodlopen-$(have-z-nodlopen)) filtmod1 filtmod2 \
147                 reldepmod1 reldepmod2 reldepmod3 reldepmod4 nextmod1 nextmod2 \
148                 reldep4mod1 reldep4mod2 reldep4mod3 reldep4mod4 \
149                 neededobj1 neededobj2 neededobj3 neededobj4 \
150                 neededobj5 neededobj6 firstobj globalmod1 \
151                 unload2mod unload2dep ltglobmod1 ltglobmod2 pathoptobj \
152                 dblloadmod1 dblloadmod2 dblloadmod3 reldepmod5 reldepmod6 \
153                 reldep6mod0 reldep6mod1 reldep6mod2 reldep6mod3 reldep6mod4 \
154                 reldep7mod1 reldep7mod2 \
155                 tst-tlsmod1 tst-tlsmod2 tst-tlsmod3 tst-tlsmod4 \
156                 tst-tlsmod5 tst-tlsmod6 \
157                 circlemod1 circlemod1a circlemod2 circlemod2a \
158                 circlemod3 circlemod3a
159 modules-vis-yes = vismod1 vismod2 vismod3
160 modules-nodelete-yes = nodelmod1 nodelmod2 nodelmod3 nodelmod4
161 modules-nodlopen-yes = nodlopenmod nodlopenmod2
162 extra-objs += $(addsuffix .os,$(strip $(modules-names)))
163 # We need this variable to be sure the test modules get the right CPPFLAGS.
164 test-extras += $(modules-names)
165
166 include ../Rules
167
168 ifeq (yes,$(build-shared))
169 # Make sure these things are built in the `make lib' pass so they can be used
170 # to run programs during the `make others' pass.
171 lib-noranlib: $(objpfx)$(rtld-installed-name) \
172               $(addprefix $(objpfx),$(extra-objs))
173 endif
174
175 # Command to link into a larger single relocatable object.
176 reloc-link = $(LINK.o) -nostdlib -nostartfiles -r
177
178 $(objpfx)dl-allobjs.os: $(all-rtld-routines:%=$(objpfx)%.os)
179         $(reloc-link) -o $@ $^
180
181 # Link together the dynamic linker into a single relocatable object.
182 # First we do a link against libc_pic.a just to get a link map,
183 # and discard the object produced by that link.  From the link map
184 # we can glean all the libc modules that need to go into the dynamic
185 # linker.  Then we do a recursive make that goes into all the subdirs
186 # those modules come from and builds special rtld-foo.os versions that
187 # are compiled with special flags, and puts these modules into rtld-libc.a
188 # for us.  Then we do the real link using rtld-libc.a instead of libc_pic.a.
189
190 $(objpfx)librtld.map: $(objpfx)dl-allobjs.os $(common-objpfx)libc_pic.a
191         @-rm -f $@T
192         $(reloc-link) -o $@.o '-Wl,-(' $^ -lgcc '-Wl,-)' -Wl,-Map,$@T
193         rm -f $@.o
194         mv -f $@T $@
195
196 $(objpfx)librtld.mk: $(objpfx)librtld.map Makefile
197         sed -n 's@^$(common-objpfx)\([^(]*\)(\(.*.os\))$$@\1 \2@p' $< | \
198         while read lib file; do \
199           case $$lib in \
200           libc_pic.a) \
201             fgrep -l /$$file \
202                   $(common-objpfx)stamp.os $(common-objpfx)*/stamp.os | \
203             sed 's@^$(common-objpfx)\([^/]*\)/stamp\.os$$@rtld-\1'" +=$$file@"\
204             ;; \
205           */*.a) \
206             echo rtld-$${lib%%/*} += $$file ;; \
207           *) echo "Wasn't expecting $$lib($$file)" >&2; exit 1 ;; \
208           esac; \
209         done > $@T
210         echo rtld-subdirs = `sed 's/^rtld-\([^ ]*\).*$$/\1/' $@T \
211                              | sort -u` >> $@T
212         mv -f $@T $@
213
214 $(objpfx)rtld-libc.a: $(objpfx)librtld.mk FORCE
215         $(MAKE) -f $< -f rtld-Rules
216
217 generated += librtld.map librtld.mk rtld-libc.a
218
219 $(objpfx)librtld.os: $(objpfx)dl-allobjs.os $(objpfx)rtld-libc.a
220         $(LINK.o) -nostdlib -nostartfiles -r -o $@ '-Wl,-(' $^ -lgcc '-Wl,-)'
221
222 $(objpfx)ld.so: $(objpfx)librtld.os $(ld-map)
223         @rm -f $@.lds
224         $(LINK.o) -nostdlib -nostartfiles -shared                       \
225                   $(LDFLAGS-rtld) -Wl,--verbose 2>&1 |                  \
226                   sed -e '/^=========/,/^=========/!d;/^=========/d'    \
227                       -e 's/\. = 0 + SIZEOF_HEADERS;/& _begin = . - SIZEOF_HEADERS;/' \
228                   > $@.lds
229         $(LINK.o) -nostdlib -nostartfiles -shared -o $@ $(LDFLAGS-rtld) \
230                   $(filter-out $(map-file),$^) $(load-map-file)         \
231                   -Wl,-soname=$(rtld-installed-name) -T $@.lds
232         rm -f $@.lds
233
234 # interp.c exists just to get this string into the libraries.
235 CFLAGS-interp.c = -D'RUNTIME_LINKER="$(slibdir)/$(rtld-installed-name)"'
236 $(objpfx)interp.os: $(common-objpfx)config.make
237
238 ifneq (ld.so,$(rtld-installed-name))
239 # Make sure ld.so.1 exists in the build directory so we can link
240 # against it.
241 $(objpfx)$(rtld-installed-name): $(objpfx)ld.so
242         rm -f $@
243         ln -s $(<F) $@
244 generated += $(rtld-installed-name)
245 endif
246
247 # Build a file mentioning all trustworthy directories to look for shared
248 # libraries when using LD_LIBRARY_PATH in a setuid program.  The user can
249 # add directories to the list by defining $(user-defined-trusted-dirs)
250 # before starting make.
251 $(objpfx)trusted-dirs.h: $(objpfx)trusted-dirs.st; @:
252 $(objpfx)trusted-dirs.st: Makefile $(..)Makeconfig
253         $(make-target-directory)
254         echo "$(subst :, ,$(default-rpath) $(user-defined-trusted-dirs))"    \
255         | $(AWK) -f gen-trusted-dirs.awk > ${@:st=T};
256         echo '#define DL_DST_LIB "$(notdir $(slibdir))"' >> ${@:st=T}
257         $(move-if-change) ${@:st=T} ${@:st=h}
258         touch $@
259 CPPFLAGS-dl-load.c = -I$(objpfx). -I$(csu-objpfx).
260
261 ifeq (yes,$(build-shared))
262 $(inst_slibdir)/$(rtld-version-installed-name): $(objpfx)ld.so $(+force)
263         $(make-target-directory)
264         $(do-install-program)
265
266 $(inst_slibdir)/$(rtld-installed-name): \
267   $(inst_slibdir)/$(rtld-version-installed-name) \
268   $(inst_slibdir)/libc-$(version).so
269         $(make-shlib-link)
270
271 # Special target called by parent to install just the dynamic linker.
272 .PHONY: ldso_install
273 ldso_install: $(inst_slibdir)/$(rtld-installed-name)
274 endif
275
276
277 common-ldd-rewrite = -e 's%@RTLD@%$(slibdir)/$(rtld-installed-name)%g' \
278                      -e 's%@VERSION@%$(version)%g'
279 sh-ldd-rewrite = $(common-ldd-rewrite) -e 's%@BASH@%/bin/sh%g;s/\$$"/"/g'
280 bash-ldd-rewrite = $(common-ldd-rewrite) -e 's%@BASH@%$(BASH)%g' \
281                    -e 's%@TEXTDOMAINDIR@%$(msgcatdir)%g'
282
283 ifneq ($(have-bash2),yes)
284 ldd-shell = sh
285 else
286 ldd-shell = bash
287 endif
288
289 ifeq ($(ldd-rewrite-script),no)
290 define gen-ldd
291 sed $($(ldd-shell)-ldd-rewrite) < $< > $@.new
292 endef
293 else
294 define gen-ldd
295 sed $($(ldd-shell)-ldd-rewrite) < $< | sed -f $(ldd-rewrite-script) > $@.new
296 endef
297 endif
298
299 $(objpfx)ldd: ldd.bash.in $(common-objpfx)soversions.mk \
300               $(common-objpfx)config.make
301         $(gen-ldd)
302         chmod 555 $@.new
303         mv -f $@.new $@
304
305 $(objpfx)sprof: $(libdl)
306
307 $(objpfx)ldconfig: $(ldconfig-modules:%=$(objpfx)%.o)
308 SYSCONF-FLAGS := -D'SYSCONFDIR="$(sysconfdir)"'
309 CFLAGS-ldconfig.c = $(SYSCONF-FLAGS) -D'LIBDIR="$(libdir)"' -D'SLIBDIR="$(slibdir)"'
310 CFLAGS-dl-cache.c = $(SYSCONF-FLAGS)
311 CFLAGS-cache.c = $(SYSCONF-FLAGS)
312
313 CPPFLAGS-.os += $(if $(filter $(@F),$(patsubst %,%.os,$(all-rtld-routines))),-DNOT_IN_libc=1 -DIS_IN_rtld=1)
314
315 test-modules = $(addprefix $(objpfx),$(addsuffix .so,$(strip $(modules-names))))
316 generated += $(addsuffix .so,$(strip $(modules-names)))
317
318 ifeq (yes,$(build-shared))
319 ifeq ($(cross-compiling),no)
320 tests: $(objpfx)tst-pathopt.out
321 endif
322 endif
323
324 $(objpfx)testobj1.so: $(libdl)
325 $(objpfx)testobj1_1.so: $(objpfx)testobj1.so $(libdl)
326 $(objpfx)testobj2.so: $(objpfx)testobj1.so $(libdl)
327 $(objpfx)testobj3.so: $(libdl)
328 $(objpfx)testobj4.so: $(libdl)
329 $(objpfx)testobj5.so: $(libdl)
330 $(objpfx)testobj6.so: $(objpfx)testobj1.so $(objpfx)testobj2.so $(libdl)
331 $(objpfx)failobj.so: $(objpfx)testobj6.so
332 $(objpfx)dep1.so: $(objpfx)dep2.so $(objpfx)dep4.so
333 $(objpfx)dep2.so: $(objpfx)dep3.so $(objpfx)dep4.so
334 $(objpfx)dep4.so: $(objpfx)dep3.so
335 $(objpfx)nodelmod3.so: $(objpfx)nodelmod4.so
336 $(objpfx)nextmod1.so: $(libdl)
337 $(objpfx)neededobj1.so: $(libdl)
338 $(objpfx)neededobj2.so: $(objpfx)neededobj1.so $(libdl)
339 $(objpfx)neededobj3.so: $(objpfx)neededobj1.so $(objpfx)neededobj2.so $(libdl)
340 $(objpfx)neededobj4.so: $(objpfx)neededobj1.so $(objpfx)neededobj2.so \
341                         $(objpfx)neededobj3.so $(libdl)
342 $(objpfx)neededobj6.so: $(objpfx)neededobj5.so
343 $(objpfx)unload2mod.so: $(objpfx)unload2dep.so
344 $(objpfx)ltglobmod2.so: $(libdl)
345 $(objpfx)firstobj.so: $(shared-thread-library)
346 $(objpfx)globalmod1.so: $(libdl)
347 $(objpfx)reldep4mod1.so: $(objpfx)reldep4mod3.so
348 $(objpfx)reldep4mod2.so: $(objpfx)reldep4mod4.so
349 $(objpfx)dblloadmod1.so: $(objpfx)dblloadmod3.so
350 $(objpfx)dblloadmod2.so: $(objpfx)dblloadmod3.so
351 $(objpfx)reldepmod5.so: $(objpfx)reldepmod2.so
352 $(objpfx)reldepmod6.so: $(objpfx)reldepmod2.so
353 $(objpfx)reldep6mod1.so: $(objpfx)reldep6mod0.so
354 $(objpfx)reldep6mod2.so: $(objpfx)reldep6mod1.so
355 $(objpfx)reldep6mod3.so: $(objpfx)reldep6mod2.so
356 $(objpfx)reldep6mod4.so: $(objpfx)reldep6mod1.so
357 $(objpfx)tst-tlsmod3.so: $(objpfx)tst-tlsmod2.so
358
359 LDFLAGS-tst-tlsmod5.so = -nostdlib
360 LDFLAGS-tst-tlsmod6.so = -nostdlib
361
362 # filtmod1.so has a special rule
363 $(filter-out $(objpfx)filtmod1.so, $(test-modules)): $(objpfx)%.so: $(objpfx)%.os
364         $(build-module)
365
366 $(objpfx)loadtest: $(libdl)
367 LDFLAGS-loadtest = -rdynamic
368
369 $(objpfx)loadtest.out: $(test-modules)
370
371 $(objpfx)neededtest: $(libdl)
372 $(objpfx)neededtest.out: $(objpfx)neededobj1.so $(objpfx)neededobj2.so \
373                          $(objpfx)neededobj3.so
374
375 $(objpfx)neededtest2: $(libdl)
376 $(objpfx)neededtest2.out: $(objpfx)neededobj1.so $(objpfx)neededobj2.so \
377                           $(objpfx)neededobj3.so
378
379 $(objpfx)neededtest3: $(libdl)
380 $(objpfx)neededtest3.out: $(objpfx)neededobj1.so $(objpfx)neededobj2.so \
381                           $(objpfx)neededobj3.so $(objpfx)neededobj4.so
382
383 neededtest4-ENV = LC_ALL=C LANGUAGE=C
384 $(objpfx)neededtest4: $(libdl) $(objpfx)neededobj1.so
385 $(objpfx)neededtest4.out: $(objpfx)neededobj5.so $(objpfx)neededobj6.so
386
387 $(objpfx)restest1: $(objpfx)testobj1.so $(objpfx)testobj1_1.so $(libdl)
388 LDFLAGS-restest1 = -rdynamic
389
390 $(objpfx)restest2: $(libdl)
391 LDFLAGS-restest2 = -rdynamic
392
393 $(objpfx)restest1.out: $(test-modules)
394
395 preloadtest-preloads = testobj1 testobj2 testobj3 testobj4 testobj5
396 $(objpfx)preloadtest: $(objpfx)testobj6.so
397 LDFLAGS-preloadtest = -rdynamic
398 $(objpfx)preloadtest.out: $(preloadtest-preloads:%=$(objpfx)%.so)
399 preloadtest-ENV = \
400   LD_PRELOAD=$(subst $(empty) ,:,$(strip $(preloadtest-preloads:=.so)))
401
402 $(objpfx)loadfail: $(libdl)
403 LDFLAGS-loadfail = -rdynamic
404
405 $(objpfx)loadfail.out: $(objpfx)failobj.so
406
407 $(objpfx)multiload: $(libdl)
408 LDFLAGS-multiload = -rdynamic
409 CFLAGS-multiload.c = -DOBJDIR=\"$(elf-objpfx)\"
410
411 $(objpfx)multiload.out: $(objpfx)testobj1.so
412
413 $(objpfx)origtest: $(libdl)
414 LDFLAGS-origtest = -rdynamic
415 $(objpfx)origtest.out: $(objpfx)testobj1.so
416
417 ifeq ($(have-thread-library),yes)
418 $(objpfx)resolvfail: $(libdl) $(shared-thread-library)
419 else
420 $(objpfx)resolvfail: $(libdl)
421 endif
422
423 $(objpfx)constload1: $(libdl)
424 $(objpfx)constload1.out: $(objpfx)constload2.so $(objpfx)constload3.so
425
426 $(objpfx)circleload1: $(libdl)
427 $(objpfx)circleload1.out: $(objpfx)circlemod1.so \
428                           $(objpfx)circlemod1a.so
429
430 $(objpfx)circlemod1.so: $(objpfx)circlemod2.so
431 $(objpfx)circlemod2.so: $(objpfx)circlemod3.so
432 $(objpfx)circlemod1a.so: $(objpfx)circlemod2a.so
433 $(objpfx)circlemod2a.so: $(objpfx)circlemod3a.so
434
435 $(objpfx)order: $(addprefix $(objpfx),dep4.so dep3.so dep2.so dep1.so)
436
437 $(objpfx)order.out: $(objpfx)order
438         $(elf-objpfx)$(rtld-installed-name) \
439           --library-path $(rpath-link)$(patsubst %,:%,$(sysdep-library-path)) \
440           $(objpfx)order > $@
441         (echo "0123456789" | cmp $@ -) > /dev/null
442
443 $(objpfx)vismain: $(addprefix $(objpfx),vismod1.so vismod2.so)
444 $(objpfx)vismain.out: $(addprefix $(objpfx),vismod3.so)
445 vismain-ENV = LD_PRELOAD=$(addprefix $(objpfx),vismod3.so)
446
447 $(objpfx)noload: $(objpfx)testobj1.so
448 LDFLAGS-noload = -rdynamic
449 $(objpfx)noload.out: $(objpfx)testobj5.so
450
451 LDFLAGS-nodelete = -rdynamic
452 LDFLAGS-nodelmod1.so = -Wl,--enable-new-dtags,-z,nodelete
453 LDFLAGS-nodelmod4.so = -Wl,--enable-new-dtags,-z,nodelete
454 $(objpfx)nodelete: $(libdl)
455 $(objpfx)nodelete.out: $(objpfx)nodelmod1.so $(objpfx)nodelmod2.so \
456                        $(objpfx)nodelmod3.so
457
458 LDFLAGS-nodlopenmod.so = -Wl,--enable-new-dtags,-z,nodlopen
459 $(objpfx)nodlopen: $(libdl)
460 $(objpfx)nodlopen.out: $(objpfx)nodlopenmod.so
461
462 $(objpfx)nodlopenmod2.so: $(objpfx)nodlopenmod.so
463 $(objpfx)nodlopen2: $(libdl)
464 $(objpfx)nodlopen2.out: $(objpfx)nodlopenmod2.so
465
466 $(objpfx)filtmod1.so: $(objpfx)filtmod1.os $(objpfx)filtmod2.so
467         $(LINK.o) -shared -o $@ -B$(csu-objpfx) $(LDFLAGS.so) \
468                   -L$(subst :, -L,$(rpath-link)) \
469                   -Wl,-rpath-link=$(rpath-link) \
470                   $< -Wl,-F,$(objpfx)filtmod2.so
471 $(objpfx)filter: $(objpfx)filtmod1.so
472
473 $(objpfx)unload: $(libdl)
474 $(objpfx)unload.out: $(objpfx)unloadmod.so
475
476 $(objpfx)reldep: $(libdl)
477 $(objpfx)reldep.out: $(objpfx)reldepmod1.so $(objpfx)reldepmod2.so
478
479 $(objpfx)reldep2: $(libdl)
480 $(objpfx)reldep2.out: $(objpfx)reldepmod1.so $(objpfx)reldepmod3.so
481
482 $(objpfx)reldep3: $(libdl)
483 $(objpfx)reldep3.out: $(objpfx)reldepmod1.so $(objpfx)reldepmod4.so
484
485 $(objpfx)reldep4: $(libdl)
486 $(objpfx)reldep4.out: $(objpfx)reldep4mod1.so $(objpfx)reldep4mod2.so
487
488 $(objpfx)next: $(objpfx)nextmod1.so $(objpfx)nextmod2.so $(libdl)
489
490 $(objpfx)unload2: $(libdl)
491 $(objpfx)unload2.out: $(objpfx)unload2mod.so $(objpfx)unload2dep.so
492
493 $(objpfx)lateglobal: $(libdl)
494 $(objpfx)lateglobal.out: $(objpfx)ltglobmod1.so $(objpfx)ltglobmod2.so
495
496 $(objpfx)tst-pathopt: $(libdl)
497 $(objpfx)tst-pathopt.out: tst-pathopt.sh $(objpfx)tst-pathopt \
498                           $(objpfx)pathoptobj.so
499         $(SHELL) -e $< $(common-objpfx)
500
501 $(objpfx)initfirst: $(libdl)
502 $(objpfx)initfirst.out: $(objpfx)firstobj.so
503
504 $(objpfx)global: $(objpfx)globalmod1.so
505 $(objpfx)global.out: $(objpfx)reldepmod1.so
506
507 $(objpfx)dblload: $(libdl)
508 $(objpfx)dblload.out: $(objpfx)dblloadmod1.so $(objpfx)dblloadmod2.so
509
510 $(objpfx)dblunload: $(libdl)
511 $(objpfx)dblunload.out: $(objpfx)dblloadmod1.so $(objpfx)dblloadmod2.so
512
513 $(objpfx)reldep5: $(libdl)
514 $(objpfx)reldep5.out: $(objpfx)reldepmod5.so $(objpfx)reldepmod5.so
515
516 $(objpfx)reldep6: $(libdl)
517 $(objpfx)reldep6.out: $(objpfx)reldep6mod3.so $(objpfx)reldep6mod4.so
518
519 $(objpfx)reldep7: $(libdl)
520 $(objpfx)reldep7.out: $(objpfx)reldep7mod1.so $(objpfx)reldep7mod2.so
521
522 $(objpfx)tst-tls3: $(objpfx)tst-tlsmod1.so
523
524 $(objpfx)tst-tls4: $(libdl)
525 $(objpfx)tst-tls4.out: $(objpfx)tst-tlsmod2.so
526
527 $(objpfx)tst-tls5: $(libdl)
528 $(objpfx)tst-tls5.out: $(objpfx)tst-tlsmod2.so
529
530 $(objpfx)tst-tls6: $(libdl)
531 $(objpfx)tst-tls6.out: $(objpfx)tst-tlsmod2.so
532
533 $(objpfx)tst-tls7: $(libdl)
534 $(objpfx)tst-tls7.out: $(objpfx)tst-tlsmod3.so
535
536 $(objpfx)tst-tls8: $(libdl)
537 $(objpfx)tst-tls8.out: $(objpfx)tst-tlsmod3.so $(objpfx)tst-tlsmod4.so
538
539 $(objpfx)tst-tls9: $(libdl)
540 $(objpfx)tst-tls9.out: $(objpfx)tst-tlsmod5.so $(objpfx)tst-tlsmod6.so
541
542 ifdef libdl
543 $(objpfx)tst-tls9-static: $(common-objpfx)dlfcn/libdl.a
544 $(objpfx)tst-tls9-static.out: $(objpfx)tst-tlsmod5.so $(objpfx)tst-tlsmod6.so
545 endif