]> sourceware.org Git - glibc.git/blob - elf/Makefile
Fix whitespaces.
[glibc.git] / elf / Makefile
1 # Copyright (C) 1995-2007,2008,2009,2010 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 bits/link.h
24 routines = $(dl-routines) dl-support dl-iteratephdr \
25 dl-addr enbl-secure dl-profstub \
26 dl-origin dl-libc dl-sym dl-tsd dl-sysdep
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 scope \
33 execstack caller open close trampoline)
34 all-dl-routines = $(dl-routines) $(sysdep-dl-routines)
35 # But they are absent from the shared libc, because that code is in ld.so.
36 elide-routines.os = $(all-dl-routines) dl-support enbl-secure dl-origin \
37 dl-sysdep
38 shared-only-routines += dl-caller
39
40 # ld.so uses those routines, plus some special stuff for being the program
41 # interpreter and operating independent of libc.
42 rtld-routines := rtld $(dl-routines) dl-sysdep dl-environ dl-minimal
43 all-rtld-routines = $(rtld-routines) $(sysdep-rtld-routines)
44
45 distribute := rtld-Rules \
46 $(rtld-routines:=.c) dynamic-link.h do-rel.h dl-machine.h \
47 dl-cache.h dl-hash.h soinit.c sofini.c ldd.bash.in \
48 genrtldtbl.awk atomicity.h dl-procinfo.h ldsodefs.h \
49 dl-librecon.h interp.c sln.c dl-dst.h hp-timing.h \
50 dl-lookupcfg.h sprof.c gen-trusted-dirs.awk \
51 testobj1.c testobj2.c testobj3.c testobj4.c testobj5.c \
52 testobj6.c testobj1_1.c failobj.c unloadmod.c \
53 ldconfig.h ldconfig.c cache.c readlib.c readelflib.c \
54 chroot_canon.c gccframe.h \
55 dep1.c dep2.c dep3.c dep4.c dl-dtprocnum.h unsecvars.h \
56 vismain.c vismod1.c vismod2.c vismod3.c \
57 constload2.c constload3.c filtmod1.c filtmod2.c \
58 nodlopenmod.c nodelete.c nodelmod1.c nodelmod2.c \
59 nodelmod3.c nodelmod4.c nodlopen.c dl-osinfo.h \
60 reldepmod1.c reldepmod2.c reldepmod3.c reldepmod4.c \
61 reldepmod5.c reldepmod6.c \
62 reldep4mod1.c reldep4mod2.c reldep4mod3.c reldep4mod4.c \
63 nextmod1.c nextmod2.c pathoptobj.c tst-pathopt.sh \
64 neededobj1.c neededobj2.c neededobj3.c neededobj4.c \
65 neededobj5.c neededobj6.c firstobj.c \
66 unload2mod.c unload2dep.c ltglobmod1.c ltglobmod2.c \
67 testobj.h vismod.h globalmod1.c \
68 dblloadmod1.c dblloadmod2.c dblloadmod3.c \
69 reldep6mod4.c reldep6mod3.c reldep6mod2.c reldep6mod1.c \
70 reldep6mod0.c reldep7mod1.c reldep7mod2.c \
71 unwind-dw2.c unwind-dw2-fde.c unwind.h unwind-pe.h \
72 unwind-dw2-fde.h dwarf2.h dl-procinfo.c tls.h dl-tls.h \
73 tst-tlsmod1.c tst-tlsmod2.c tst-tlsmod3.c tst-tlsmod4.c \
74 tst-tlsmod5.c tst-tlsmod6.c tst-tlsmod7.c tst-tlsmod8.c \
75 tst-tlsmod9.c tst-tlsmod10.c tst-tlsmod11.c \
76 tst-tlsmod12.c tst-tls10.h tst-alignmod.c tst-alignmod2.c \
77 circlemod1.c circlemod1a.c circlemod2.c circlemod2a.c \
78 circlemod3.c circlemod3a.c nodlopenmod2.c \
79 tls-macros.h \
80 reldep8mod1.c reldep8mod2.c reldep8mod3.c \
81 nodel2mod1.c nodel2mod2.c nodel2mod3.c \
82 reldep9.c reldep9mod1.c reldep9mod2.c reldep9mod3.c \
83 tst-array1.exp tst-array2.exp tst-array4.exp \
84 tst-array2dep.c tst-piemod1.c \
85 tst-execstack-mod.c tst-dlmodcount.c \
86 check-textrel.c dl-sysdep.h test-dlopenrpathmod.c \
87 tst-deep1mod1.c tst-deep1mod2.c tst-deep1mod3.c \
88 unload3mod1.c unload3mod2.c unload3mod3.c unload3mod4.c \
89 unload4mod1.c unload4mod2.c unload4mod3.c unload4mod4.c \
90 unload6mod1.c unload6mod2.c unload6mod3.c \
91 unload7mod1.c unload7mod2.c \
92 unload8mod1.c unload8mod1x.c unload8mod2.c unload8mod3.c \
93 tst-audit1.c tst-audit2.c tst-audit3.c tst-audit4.c \
94 tst-auditmod1.c tst-auditmod3a.c tst-auditmod3b.c \
95 tst-auditmod4a.c tst-auditmod4b.c \
96 tst-audit5.c tst-auditmod5a.c tst-auditmod5b.c \
97 tst-audit6.c tst-auditmod6a.c tst-auditmod6b.c \
98 tst-auditmod6c.c \
99 tst-audit7.c tst-auditmod7a.c tst-auditmod7b.c \
100 order2mod1.c order2mod2.c order2mod3.c order2mod4.c \
101 tst-stackguard1.c tst-stackguard1-static.c \
102 tst-array5.c tst-array5-static.c tst-array5dep.c \
103 tst-array5.exp tst-leaks1.c check-execstack.c \
104 ifuncmain1.c ifuncmain1pic.c ifuncmain1vis.c \
105 ifuncmain1vispic.c ifuncmain1static.c \
106 ifuncmain1staticpic.c ifuncmain1picstatic.c \
107 ifuncdep1.c ifuncdep1pic.c ifuncmod1.c \
108 ifuncmain1pie.c ifuncmain1vispie.c \
109 ifuncmain1staticpie.c \
110 ifuncmain2.c ifuncmain2static.c ifuncdep2.c \
111 ifuncmain2pic.c ifuncmain2picstatic.c ifuncdep2pic.c \
112 ifuncmain3.c ifuncmod3.c \
113 ifuncmain4.c ifuncmain4static.c ifuncmain4picstatic.c \
114 ifuncmain5.c ifuncmain5pic.c ifuncmain5picstatic.c \
115 ifuncmain5pie.c ifuncmain5static.c \
116 ifuncmain5staticpic.c \
117 ifuncdep5.c ifuncdep5pic.c ifuncmod5.c \
118 ifuncmain6pie.c ifuncmod6.c \
119 ifuncmain7.c ifuncmain7pic.c ifuncmain7picstatic.c \
120 ifuncmain7pie.c ifuncmain7static.c \
121 tst-unique1.c tst-unique1mod1.c tst-unique1mod2.c \
122 tst-unique2.c tst-unique2mod1.c tst-unique2mod2.c
123
124 CFLAGS-dl-runtime.c = -fexceptions -fasynchronous-unwind-tables
125 CFLAGS-dl-lookup.c = -fexceptions -fasynchronous-unwind-tables
126 CFLAGS-dl-iterate-phdr.c = $(uses-callbacks)
127
128 include ../Makeconfig
129
130 ifeq ($(unwind-find-fde),yes)
131 routines += unwind-dw2-fde-glibc
132 shared-only-routines += unwind-dw2-fde-glibc
133 endif
134
135 before-compile = $(objpfx)trusted-dirs.h
136 generated := trusted-dirs.h trusted-dirs.st for-renamed/renamed.so
137 generated-dirs := for-renamed
138
139 ifeq ($(versioning),yes)
140 ld-map = $(common-objpfx)ld.map
141 endif
142
143 ifeq (yes,$(build-shared))
144 extra-objs = $(all-rtld-routines:%=%.os) soinit.os sofini.os interp.os
145 generated += librtld.os dl-allobjs.os ld.so ldd
146 install-others = $(inst_slibdir)/$(rtld-installed-name)
147 install-bin-script = ldd
148 endif
149
150 others = sprof sln
151 install-bin = sprof
152 others-static = sln
153 install-rootsbin = sln
154
155 ifeq (yes,$(use-ldconfig))
156 ifeq (yes,$(build-shared))
157 others-static += ldconfig
158 others += ldconfig
159 install-rootsbin += ldconfig
160
161 ldconfig-modules := cache readlib xmalloc xstrdup chroot_canon
162 extra-objs += $(ldconfig-modules:=.o)
163
164 # To find xmalloc.c and xstrdup.c
165 vpath %.c ../locale/programs
166
167 endif
168 endif
169
170 tests = tst-tls1 tst-tls2 tst-tls9 tst-leaks1
171 ifeq (yes,$(have-initfini-array))
172 tests += tst-array1 tst-array2 tst-array3 tst-array4 tst-array5
173 endif
174 ifeq (yes,$(build-static))
175 tests-static = tst-tls1-static tst-tls2-static tst-stackguard1-static
176 ifeq (yesyesyes,$(build-static)$(build-shared)$(elf))
177 tests-static += tst-tls9-static
178 tst-tls9-static-ENV = \
179 LD_LIBRARY_PATH=$(objpfx):$(common-objpfx):$(common-objpfx)dlfcn
180 endif
181 ifeq (yes,$(have-initfini-array))
182 tests-static += tst-array1-static tst-array5-static
183 endif
184 tests += $(tests-static)
185 endif
186 ifeq (yes,$(build-shared))
187 tests += loadtest restest1 preloadtest loadfail multiload origtest resolvfail \
188 constload1 order vismain noload filter unload \
189 reldep reldep2 reldep3 reldep4 nodelete nodelete2 \
190 nodlopen nodlopen2 neededtest neededtest2 \
191 neededtest3 neededtest4 unload2 lateglobal initfirst global \
192 restest2 next dblload dblunload reldep5 reldep6 reldep7 reldep8 \
193 circleload1 tst-tls3 tst-tls4 tst-tls5 tst-tls6 tst-tls7 tst-tls8 \
194 tst-tls10 tst-tls11 tst-tls12 tst-tls13 tst-tls14 tst-tls15 \
195 tst-tls16 tst-tls17 tst-tls18 tst-tls-dlinfo \
196 tst-align tst-align2 $(tests-execstack-$(have-z-execstack)) \
197 tst-dlmodcount tst-dlopenrpath tst-deep1 \
198 tst-dlmopen1 tst-dlmopen2 tst-dlmopen3 \
199 unload3 unload4 unload5 unload6 unload7 unload8 tst-global1 order2 \
200 tst-audit1 tst-audit2 \
201 tst-stackguard1 tst-addr1 tst-thrlock \
202 tst-unique1 tst-unique2
203 # reldep9
204 test-srcs = tst-pathopt
205 tests-execstack-yes = tst-execstack tst-execstack-needed tst-execstack-prog
206 ifeq (x86_64,$(config-machine))
207 tests += tst-audit3 tst-audit4 tst-audit5 tst-audit6 tst-audit7
208 endif
209 endif
210 ifeq (yesyes,$(have-fpie)$(build-shared))
211 tests: $(objpfx)tst-pie1.out
212 endif
213 tests: $(objpfx)tst-leaks1-mem
214 tlsmod17a-suffixes = 0 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19
215 tlsmod18a-suffixes = 0 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19
216 modules-names = testobj1 testobj2 testobj3 testobj4 testobj5 testobj6 \
217 testobj1_1 failobj constload2 constload3 unloadmod \
218 dep1 dep2 dep3 dep4 vismod1 vismod2 vismod3 \
219 nodelmod1 nodelmod2 nodelmod3 nodelmod4 \
220 nodel2mod1 nodel2mod2 nodel2mod3 \
221 nodlopenmod nodlopenmod2 filtmod1 filtmod2 \
222 reldepmod1 reldepmod2 reldepmod3 reldepmod4 nextmod1 nextmod2 \
223 reldep4mod1 reldep4mod2 reldep4mod3 reldep4mod4 \
224 neededobj1 neededobj2 neededobj3 neededobj4 \
225 neededobj5 neededobj6 firstobj globalmod1 \
226 unload2mod unload2dep ltglobmod1 ltglobmod2 pathoptobj \
227 dblloadmod1 dblloadmod2 dblloadmod3 reldepmod5 reldepmod6 \
228 reldep6mod0 reldep6mod1 reldep6mod2 reldep6mod3 reldep6mod4 \
229 reldep7mod1 reldep7mod2 \
230 tst-tlsmod1 tst-tlsmod2 tst-tlsmod3 tst-tlsmod4 \
231 tst-tlsmod5 tst-tlsmod6 tst-tlsmod7 tst-tlsmod8 \
232 tst-tlsmod9 tst-tlsmod10 tst-tlsmod11 tst-tlsmod12 \
233 tst-tlsmod13 tst-tlsmod13a tst-tlsmod14a tst-tlsmod14b \
234 tst-tlsmod15a tst-tlsmod15b tst-tlsmod16a tst-tlsmod16b \
235 $(patsubst %,tst-tlsmod17a%,$(tlsmod17a-suffixes)) \
236 tst-tlsmod17b \
237 $(patsubst %,tst-tlsmod18a%,$(tlsmod18a-suffixes)) \
238 circlemod1 circlemod1a circlemod2 circlemod2a \
239 circlemod3 circlemod3a \
240 reldep8mod1 reldep8mod2 reldep8mod3 \
241 reldep9mod1 reldep9mod2 reldep9mod3 \
242 tst-alignmod tst-alignmod2 \
243 $(modules-execstack-$(have-z-execstack)) \
244 tst-dlopenrpathmod tst-deep1mod1 tst-deep1mod2 tst-deep1mod3 \
245 tst-dlmopen1mod tst-auditmod1 \
246 unload3mod1 unload3mod2 unload3mod3 unload3mod4 \
247 unload4mod1 unload4mod2 unload4mod3 unload4mod4 \
248 unload6mod1 unload6mod2 unload6mod3 \
249 unload7mod1 unload7mod2 \
250 unload8mod1 unload8mod1x unload8mod2 unload8mod3 \
251 order2mod1 order2mod2 order2mod3 order2mod4 \
252 tst-unique1mod1 tst-unique1mod2 \
253 tst-unique2mod1 tst-unique2mod2
254 ifeq (yes,$(have-initfini-array))
255 modules-names += tst-array2dep tst-array5dep
256 endif
257 ifeq (yesyes,$(have-fpie)$(build-shared))
258 modules-names += tst-piemod1
259 endif
260 ifeq (x86_64,$(config-machine))
261 modules-names += tst-auditmod3a tst-auditmod3b \
262 tst-auditmod4a tst-auditmod4b \
263 tst-auditmod5a tst-auditmod5b \
264 tst-auditmod6a tst-auditmod6b tst-auditmod6c \
265 tst-auditmod7a tst-auditmod7b
266 endif
267 modules-execstack-yes = tst-execstack-mod
268 extra-test-objs += $(addsuffix .os,$(strip $(modules-names)))
269 # We need this variable to be sure the test modules get the right CPPFLAGS.
270 test-extras += $(modules-names)
271
272 # filtmod1.so has a special rule
273 modules-names-nobuild := filtmod1
274
275 ifeq (yes,$(multi-arch))
276 tests-static += ifuncmain1static ifuncmain1picstatic \
277 ifuncmain2static ifuncmain2picstatic \
278 ifuncmain4static ifuncmain4picstatic \
279 ifuncmain5static ifuncmain5picstatic \
280 ifuncmain7static ifuncmain7picstatic
281
282 ifeq (yes,$(build-shared))
283 tests += ifuncmain1 ifuncmain1pic ifuncmain1vis ifuncmain1vispic \
284 ifuncmain1staticpic \
285 ifuncmain2 ifuncmain2pic ifuncmain3 ifuncmain4 \
286 ifuncmain5 ifuncmain5pic ifuncmain5staticpic \
287 ifuncmain7 ifuncmain7pic
288 ifeq (yes,$(have-fpie))
289 tests: $(objpfx)ifuncmain1pie.out $(objpfx)ifuncmain1vispie.out \
290 $(objpfx)ifuncmain1staticpie.out $(objpfx)ifuncmain5pie.out \
291 $(objpfx)ifuncmain6pie.out $(objpfx)ifuncmain7pie.out
292 endif
293 modules-names += ifuncmod1 ifuncmod3 ifuncmod5 ifuncmod6
294 endif
295 endif
296
297
298 include ../Rules
299
300 check-abi: check-abi-ld
301 update-abi: update-abi-ld
302
303 ifeq (yes,$(build-shared))
304 # Make sure these things are built in the `make lib' pass so they can be used
305 # to run programs during the `make others' pass.
306 lib-noranlib: $(objpfx)$(rtld-installed-name) \
307 $(addprefix $(objpfx),$(extra-objs))
308 endif
309
310 # Command to link into a larger single relocatable object.
311 reloc-link = $(LINK.o) -nostdlib -nostartfiles -r
312
313 $(objpfx)dl-allobjs.os: $(all-rtld-routines:%=$(objpfx)%.os)
314 $(reloc-link) -o $@ $^
315
316 # Link together the dynamic linker into a single relocatable object.
317 # First we do a link against libc_pic.a just to get a link map,
318 # and discard the object produced by that link. From the link map
319 # we can glean all the libc modules that need to go into the dynamic
320 # linker. Then we do a recursive make that goes into all the subdirs
321 # those modules come from and builds special rtld-foo.os versions that
322 # are compiled with special flags, and puts these modules into rtld-libc.a
323 # for us. Then we do the real link using rtld-libc.a instead of libc_pic.a.
324
325 $(objpfx)librtld.map: $(objpfx)dl-allobjs.os $(common-objpfx)libc_pic.a
326 @-rm -f $@T
327 $(reloc-link) -o $@.o '-Wl,-(' $^ -lgcc '-Wl,-)' -Wl,-Map,$@T
328 rm -f $@.o
329 mv -f $@T $@
330
331 $(objpfx)librtld.mk: $(objpfx)librtld.map Makefile
332 LC_ALL=C \
333 sed -n 's@^$(common-objpfx)\([^(]*\)(\([^)]*\.os\)) *.*$$@\1 \2@p' \
334 $< | \
335 while read lib file; do \
336 case $$lib in \
337 libc_pic.a) \
338 LC_ALL=C fgrep -l /$$file \
339 $(common-objpfx)stamp.os $(common-objpfx)*/stamp.os | \
340 LC_ALL=C \
341 sed 's@^$(common-objpfx)\([^/]*\)/stamp\.os$$@rtld-\1'" +=$$file@"\
342 ;; \
343 */*.a) \
344 echo rtld-$${lib%%/*} += $$file ;; \
345 *) echo "Wasn't expecting $$lib($$file)" >&2; exit 1 ;; \
346 esac; \
347 done > $@T
348 echo rtld-subdirs = `LC_ALL=C sed 's/^rtld-\([^ ]*\).*$$/\1/' $@T \
349 | LC_ALL=C sort -u` >> $@T
350 mv -f $@T $@
351
352 $(objpfx)rtld-libc.a: $(objpfx)librtld.mk FORCE
353 $(MAKE) -f $< -f rtld-Rules
354
355 $(objpfx)librtld.os: $(objpfx)dl-allobjs.os $(objpfx)rtld-libc.a
356 $(LINK.o) -nostdlib -nostartfiles -r -o $@ '-Wl,-(' $^ -lgcc '-Wl,-)' \
357 -Wl,-Map,$@.map
358
359 generated += librtld.map librtld.mk rtld-libc.a librtld.os.map
360
361 z-now-yes = -Wl,-z,now
362
363 $(objpfx)ld.so: $(objpfx)librtld.os $(ld-map)
364 @rm -f $@.lds
365 $(LINK.o) -nostdlib -nostartfiles -shared $(z-now-$(bind-now)) \
366 $(LDFLAGS-rtld) -Wl,-z,defs -Wl,--verbose 2>&1 | \
367 LC_ALL=C \
368 sed -e '/^=========/,/^=========/!d;/^=========/d' \
369 -e 's/\. = .* + SIZEOF_HEADERS;/& _begin = . - SIZEOF_HEADERS;/' \
370 > $@.lds
371 $(LINK.o) -nostdlib -nostartfiles -shared -o $@ \
372 $(LDFLAGS-rtld) -Wl,-z,defs $(z-now-$(bind-now)) \
373 $(filter-out $(map-file),$^) $(load-map-file) \
374 -Wl,-soname=$(rtld-installed-name) -T $@.lds
375 rm -f $@.lds
376 readelf -s $@ \
377 | $(AWK) '($$7 ~ /^UND(|EF)$$/ && $$1 != "0:" && $$4 != "REGISTER") { print; p=1 } END { exit p != 0 }'
378
379 # interp.c exists just to get this string into the libraries.
380 CFLAGS-interp.c = -D'RUNTIME_LINKER="$(slibdir)/$(rtld-installed-name)"' \
381 -DNOT_IN_libc=1
382 $(objpfx)interp.os: $(common-objpfx)config.make
383
384 ifneq (ld.so,$(rtld-installed-name))
385 # Make sure ld.so.1 exists in the build directory so we can link
386 # against it.
387 $(objpfx)$(rtld-installed-name): $(objpfx)ld.so
388 rm -f $@
389 ln -s $(<F) $@
390 generated += $(rtld-installed-name)
391 endif
392
393 # Build a file mentioning all trustworthy directories to look for shared
394 # libraries when using LD_LIBRARY_PATH in a setuid program. The user can
395 # add directories to the list by defining $(user-defined-trusted-dirs)
396 # before starting make.
397 $(objpfx)trusted-dirs.h: $(objpfx)trusted-dirs.st; @:
398 $(objpfx)trusted-dirs.st: Makefile $(..)Makeconfig
399 $(make-target-directory)
400 echo "$(subst :, ,$(default-rpath) $(user-defined-trusted-dirs))" \
401 | $(AWK) -f gen-trusted-dirs.awk > ${@:st=T};
402 echo '#define DL_DST_LIB "$(notdir $(slibdir))"' >> ${@:st=T}
403 $(move-if-change) ${@:st=T} ${@:st=h}
404 touch $@
405 CPPFLAGS-dl-load.c = -I$(objpfx). -I$(csu-objpfx).
406
407 ifeq (yes,$(build-shared))
408 $(inst_slibdir)/$(rtld-version-installed-name): $(objpfx)ld.so $(+force)
409 $(make-target-directory)
410 $(do-install-program)
411
412 $(inst_slibdir)/$(rtld-installed-name): \
413 $(inst_slibdir)/$(rtld-version-installed-name) \
414 $(inst_slibdir)/libc-$(version).so
415 $(make-shlib-link)
416
417 # Special target called by parent to install just the dynamic linker.
418 .PHONY: ldso_install
419 ldso_install: $(inst_slibdir)/$(rtld-installed-name)
420 endif
421
422
423 common-ldd-rewrite = -e 's%@RTLD@%$(slibdir)/$(rtld-installed-name)%g' \
424 -e 's%@VERSION@%$(version)%g'
425 sh-ldd-rewrite = $(common-ldd-rewrite) -e 's%@BASH@%/bin/sh%g;s/\$$"/"/g'
426 bash-ldd-rewrite = $(common-ldd-rewrite) -e 's%@BASH@%$(BASH)%g' \
427 -e 's%@TEXTDOMAINDIR@%$(msgcatdir)%g'
428
429 ifneq ($(have-bash2),yes)
430 ldd-shell = sh
431 else
432 ldd-shell = bash
433 endif
434
435 ifeq ($(ldd-rewrite-script),no)
436 define gen-ldd
437 LC_ALL=C sed $($(ldd-shell)-ldd-rewrite) < $< > $@.new
438 endef
439 else
440 define gen-ldd
441 LC_ALL=C sed $($(ldd-shell)-ldd-rewrite) < $< | LC_ALL=C sed -f $(ldd-rewrite-script) > $@.new
442 endef
443 endif
444
445 $(objpfx)ldd: ldd.bash.in $(common-objpfx)soversions.mk \
446 $(common-objpfx)config.make
447 $(gen-ldd)
448 chmod 555 $@.new
449 mv -f $@.new $@
450
451 $(objpfx)sprof: $(libdl)
452
453 $(objpfx)ldconfig: $(ldconfig-modules:%=$(objpfx)%.o)
454 SYSCONF-FLAGS := -D'SYSCONFDIR="$(sysconfdir)"'
455 CFLAGS-ldconfig.c = $(SYSCONF-FLAGS) -D'LIBDIR="$(libdir)"' \
456 -D'SLIBDIR="$(slibdir)"' -DIS_IN_ldconfig=1
457 CFLAGS-dl-cache.c = $(SYSCONF-FLAGS)
458 CFLAGS-cache.c = $(SYSCONF-FLAGS)
459
460 CPPFLAGS-.os += $(if $(filter $(@F),$(patsubst %,%.os,$(all-rtld-routines))),-DNOT_IN_libc=1 -DIS_IN_rtld=1)
461
462 test-modules = $(addprefix $(objpfx),$(addsuffix .so,$(strip $(modules-names))))
463 generated += $(addsuffix .so,$(strip $(modules-names)))
464
465 ifeq (yes,$(build-shared))
466 ifeq ($(cross-compiling),no)
467 tests: $(objpfx)tst-pathopt.out
468 endif
469 endif
470
471 $(objpfx)testobj1.so: $(libdl)
472 $(objpfx)testobj1_1.so: $(objpfx)testobj1.so $(libdl)
473 $(objpfx)testobj2.so: $(objpfx)testobj1.so $(libdl)
474 $(objpfx)testobj3.so: $(libdl)
475 $(objpfx)testobj4.so: $(libdl)
476 $(objpfx)testobj5.so: $(libdl)
477 $(objpfx)testobj6.so: $(objpfx)testobj1.so $(objpfx)testobj2.so $(libdl)
478 $(objpfx)failobj.so: $(objpfx)testobj6.so
479 $(objpfx)dep1.so: $(objpfx)dep2.so $(objpfx)dep4.so
480 $(objpfx)dep2.so: $(objpfx)dep3.so $(objpfx)dep4.so
481 $(objpfx)dep4.so: $(objpfx)dep3.so
482 $(objpfx)nodelmod3.so: $(objpfx)nodelmod4.so
483 $(objpfx)nextmod1.so: $(libdl)
484 $(objpfx)neededobj1.so: $(libdl)
485 $(objpfx)neededobj2.so: $(objpfx)neededobj1.so $(libdl)
486 $(objpfx)neededobj3.so: $(objpfx)neededobj1.so $(objpfx)neededobj2.so $(libdl)
487 $(objpfx)neededobj4.so: $(objpfx)neededobj1.so $(objpfx)neededobj2.so \
488 $(objpfx)neededobj3.so $(libdl)
489 $(objpfx)neededobj6.so: $(objpfx)neededobj5.so
490 $(objpfx)unload2mod.so: $(objpfx)unload2dep.so
491 $(objpfx)ltglobmod2.so: $(libdl)
492 $(objpfx)firstobj.so: $(shared-thread-library)
493 $(objpfx)globalmod1.so: $(libdl)
494 $(objpfx)reldep4mod1.so: $(objpfx)reldep4mod3.so
495 $(objpfx)reldep4mod2.so: $(objpfx)reldep4mod4.so
496 $(objpfx)dblloadmod1.so: $(objpfx)dblloadmod3.so
497 $(objpfx)dblloadmod2.so: $(objpfx)dblloadmod3.so
498 $(objpfx)reldepmod5.so: $(objpfx)reldepmod2.so
499 $(objpfx)reldepmod6.so: $(objpfx)reldepmod2.so
500 $(objpfx)reldep6mod1.so: $(objpfx)reldep6mod0.so
501 $(objpfx)reldep6mod2.so: $(objpfx)reldep6mod1.so
502 $(objpfx)reldep6mod3.so: $(objpfx)reldep6mod2.so
503 $(objpfx)reldep6mod4.so: $(objpfx)reldep6mod1.so
504 $(objpfx)tst-tlsmod3.so: $(objpfx)tst-tlsmod2.so
505 $(objpfx)tst-tlsmod8.so: $(objpfx)tst-tlsmod7.so
506 $(objpfx)tst-tlsmod10.so: $(objpfx)tst-tlsmod9.so
507 $(objpfx)tst-tlsmod12.so: $(objpfx)tst-tlsmod11.so
508 $(objpfx)tst-tlsmod13a.so: $(objpfx)tst-tlsmod13.so
509 # For tst-tls9-static, make sure the modules it dlopens have libc.so in DT_NEEDED
510 $(objpfx)tst-tlsmod5.so: $(common-objpfx)libc.so
511 $(objpfx)tst-tlsmod6.so: $(common-objpfx)libc.so
512 $(objpfx)reldep8mod3.so: $(objpfx)reldep8mod1.so $(objpfx)reldep8mod2.so
513 $(objpfx)nodel2mod3.so: $(objpfx)nodel2mod1.so $(objpfx)nodel2mod2.so
514 $(objpfx)reldep9mod2.so: $(objpfx)reldep9mod1.so
515 $(objpfx)reldep9mod3.so: $(objpfx)reldep9mod1.so $(objpfx)reldep9mod2.so
516 $(objpfx)unload3mod1.so: $(objpfx)unload3mod3.so
517 $(objpfx)unload3mod2.so: $(objpfx)unload3mod3.so
518 $(objpfx)unload3mod3.so: $(objpfx)unload3mod4.so
519 $(objpfx)unload4mod1.so: $(objpfx)unload4mod2.so $(objpfx)unload4mod3.so
520 $(objpfx)unload4mod2.so: $(objpfx)unload4mod4.so $(objpfx)unload4mod3.so
521 $(objpfx)unload6mod1.so: $(libdl)
522 $(objpfx)unload6mod2.so: $(libdl)
523 $(objpfx)unload6mod3.so: $(libdl)
524 $(objpfx)unload7mod1.so: $(libdl)
525 $(objpfx)unload7mod2.so: $(objpfx)unload7mod1.so
526 $(objpfx)unload8mod1.so: $(objpfx)unload8mod2.so
527 $(objpfx)unload8mod2.so: $(objpfx)unload8mod3.so
528 $(objpfx)unload8mod3.so: $(libdl)
529
530 LDFLAGS-tst-tlsmod5.so = -nostdlib
531 LDFLAGS-tst-tlsmod6.so = -nostdlib
532
533 testobj1.so-no-z-defs = yes
534 testobj3.so-no-z-defs = yes
535 testobj4.so-no-z-defs = yes
536 testobj5.so-no-z-defs = yes
537 testobj6.so-no-z-defs = yes
538 failobj.so-no-z-defs = yes
539 constload2.so-no-z-defs = yes
540 constload3.so-no-z-defs = yes
541 nodelmod1.so-no-z-defs = yes
542 nodelmod2.so-no-z-defs = yes
543 nodelmod4.so-no-z-defs = yes
544 nodel2mod2.so-no-z-defs = yes
545 reldepmod2.so-no-z-defs = yes
546 reldepmod3.so-no-z-defs = yes
547 reldepmod4.so-no-z-defs = yes
548 reldep4mod4.so-no-z-defs = yes
549 reldep4mod2.so-no-z-defs = yes
550 ltglobmod2.so-no-z-defs = yes
551 dblloadmod3.so-no-z-defs = yes
552 tst-tlsmod1.so-no-z-defs = yes
553 tst-tlsmod2.so-no-z-defs = yes
554 tst-tlsmod3.so-no-z-defs = yes
555 tst-tlsmod4.so-no-z-defs = yes
556 tst-tlsmod7.so-no-z-defs = yes
557 tst-tlsmod8.so-no-z-defs = yes
558 tst-tlsmod9.so-no-z-defs = yes
559 tst-tlsmod10.so-no-z-defs = yes
560 tst-tlsmod12.so-no-z-defs = yes
561 tst-tlsmod14a.so-no-z-defs = yes
562 tst-tlsmod14b.so-no-z-defs = yes
563 tst-tlsmod15a.so-no-z-defs = yes
564 tst-tlsmod16b.so-no-z-defs = yes
565 circlemod2.so-no-z-defs = yes
566 circlemod3.so-no-z-defs = yes
567 circlemod3a.so-no-z-defs = yes
568 reldep8mod2.so-no-z-defs = yes
569 reldep9mod1.so-no-z-defs = yes
570 unload3mod4.so-no-z-defs = yes
571 unload4mod1.so-no-z-defs = yes
572 ifuncmod1.so-no-z-defs = yes
573 ifuncmod5.so-no-z-defs = yes
574 ifuncmod6.so-no-z-defs = yes
575
576 ifeq ($(build-shared),yes)
577 # Build all the modules even when not actually running test programs.
578 tests: $(test-modules)
579 endif
580
581 $(objpfx)loadtest: $(libdl)
582 LDFLAGS-loadtest = -rdynamic
583
584 $(objpfx)loadtest.out: $(test-modules)
585
586 $(objpfx)neededtest: $(libdl)
587 $(objpfx)neededtest.out: $(objpfx)neededobj1.so $(objpfx)neededobj2.so \
588 $(objpfx)neededobj3.so
589
590 $(objpfx)neededtest2: $(libdl)
591 $(objpfx)neededtest2.out: $(objpfx)neededobj1.so $(objpfx)neededobj2.so \
592 $(objpfx)neededobj3.so
593
594 $(objpfx)neededtest3: $(libdl)
595 $(objpfx)neededtest3.out: $(objpfx)neededobj1.so $(objpfx)neededobj2.so \
596 $(objpfx)neededobj3.so $(objpfx)neededobj4.so
597
598 neededtest4-ENV = LC_ALL=C LANGUAGE=C
599 $(objpfx)neededtest4: $(libdl) $(objpfx)neededobj1.so
600 $(objpfx)neededtest4.out: $(objpfx)neededobj5.so $(objpfx)neededobj6.so
601
602 $(objpfx)restest1: $(objpfx)testobj1.so $(objpfx)testobj1_1.so $(libdl)
603 LDFLAGS-restest1 = -rdynamic
604
605 $(objpfx)restest2: $(libdl)
606 LDFLAGS-restest2 = -rdynamic
607
608 $(objpfx)restest1.out: $(test-modules)
609
610 preloadtest-preloads = testobj1 testobj2 testobj3 testobj4 testobj5
611 $(objpfx)preloadtest: $(objpfx)testobj6.so
612 LDFLAGS-preloadtest = -rdynamic
613 $(objpfx)preloadtest.out: $(preloadtest-preloads:%=$(objpfx)%.so)
614 preloadtest-ENV = \
615 LD_PRELOAD=$(subst $(empty) ,:,$(strip $(preloadtest-preloads:=.so)))
616
617 $(objpfx)loadfail: $(libdl)
618 LDFLAGS-loadfail = -rdynamic
619
620 $(objpfx)loadfail.out: $(objpfx)failobj.so
621
622 $(objpfx)multiload: $(libdl)
623 LDFLAGS-multiload = -rdynamic
624 CFLAGS-multiload.c = -DOBJDIR=\"$(elf-objpfx)\"
625
626 $(objpfx)multiload.out: $(objpfx)testobj1.so
627
628 $(objpfx)origtest: $(libdl)
629 LDFLAGS-origtest = -rdynamic
630 $(objpfx)origtest.out: $(objpfx)testobj1.so
631
632 ifeq ($(have-thread-library),yes)
633 $(objpfx)resolvfail: $(libdl) $(shared-thread-library)
634 else
635 $(objpfx)resolvfail: $(libdl)
636 endif
637
638 $(objpfx)constload1: $(libdl)
639 $(objpfx)constload1.out: $(objpfx)constload2.so $(objpfx)constload3.so
640
641 $(objpfx)circleload1: $(libdl)
642 $(objpfx)circleload1.out: $(objpfx)circlemod1.so \
643 $(objpfx)circlemod1a.so
644
645 $(objpfx)circlemod1.so: $(objpfx)circlemod2.so
646 $(objpfx)circlemod2.so: $(objpfx)circlemod3.so
647 $(objpfx)circlemod1a.so: $(objpfx)circlemod2a.so
648 $(objpfx)circlemod2a.so: $(objpfx)circlemod3a.so
649
650 $(objpfx)order: $(addprefix $(objpfx),dep4.so dep3.so dep2.so dep1.so)
651
652 $(objpfx)order.out: $(objpfx)order
653 $(elf-objpfx)$(rtld-installed-name) \
654 --library-path $(rpath-link)$(patsubst %,:%,$(sysdep-library-path)) \
655 $(objpfx)order > $@
656 (echo "0123456789" | cmp $@ -) > /dev/null
657
658 $(objpfx)vismain: $(addprefix $(objpfx),vismod1.so vismod2.so)
659 $(objpfx)vismain.out: $(addprefix $(objpfx),vismod3.so)
660 vismain-ENV = LD_PRELOAD=$(addprefix $(objpfx),vismod3.so)
661
662 $(objpfx)noload: $(objpfx)testobj1.so $(common-objpfx)dlfcn/libdl.so
663 LDFLAGS-noload = -rdynamic
664 $(objpfx)noload.out: $(objpfx)testobj5.so
665
666 LDFLAGS-nodelete = -rdynamic
667 LDFLAGS-nodelmod1.so = -Wl,--enable-new-dtags,-z,nodelete
668 LDFLAGS-nodelmod4.so = -Wl,--enable-new-dtags,-z,nodelete
669 $(objpfx)nodelete: $(libdl)
670 $(objpfx)nodelete.out: $(objpfx)nodelmod1.so $(objpfx)nodelmod2.so \
671 $(objpfx)nodelmod3.so
672
673 LDFLAGS-nodlopenmod.so = -Wl,--enable-new-dtags,-z,nodlopen
674 $(objpfx)nodlopen: $(libdl)
675 $(objpfx)nodlopen.out: $(objpfx)nodlopenmod.so
676
677 $(objpfx)nodlopenmod2.so: $(objpfx)nodlopenmod.so
678 $(objpfx)nodlopen2: $(libdl)
679 $(objpfx)nodlopen2.out: $(objpfx)nodlopenmod2.so
680
681 $(objpfx)filtmod1.so: $(objpfx)filtmod1.os $(objpfx)filtmod2.so
682 $(LINK.o) -shared -o $@ -B$(csu-objpfx) $(LDFLAGS.so) \
683 -L$(subst :, -L,$(rpath-link)) \
684 -Wl,-rpath-link=$(rpath-link) \
685 $< -Wl,-F,$(objpfx)filtmod2.so
686 $(objpfx)filter: $(objpfx)filtmod1.so
687
688 $(objpfx)unload: $(libdl)
689 $(objpfx)unload.out: $(objpfx)unloadmod.so
690
691 $(objpfx)reldep: $(libdl)
692 $(objpfx)reldep.out: $(objpfx)reldepmod1.so $(objpfx)reldepmod2.so
693
694 $(objpfx)reldep2: $(libdl)
695 $(objpfx)reldep2.out: $(objpfx)reldepmod1.so $(objpfx)reldepmod3.so
696
697 $(objpfx)reldep3: $(libdl)
698 $(objpfx)reldep3.out: $(objpfx)reldepmod1.so $(objpfx)reldepmod4.so
699
700 $(objpfx)reldep4: $(libdl)
701 $(objpfx)reldep4.out: $(objpfx)reldep4mod1.so $(objpfx)reldep4mod2.so
702
703 $(objpfx)next: $(objpfx)nextmod1.so $(objpfx)nextmod2.so $(libdl)
704
705 $(objpfx)unload2: $(libdl)
706 $(objpfx)unload2.out: $(objpfx)unload2mod.so $(objpfx)unload2dep.so
707
708 $(objpfx)lateglobal: $(libdl)
709 $(objpfx)lateglobal.out: $(objpfx)ltglobmod1.so $(objpfx)ltglobmod2.so
710
711 $(objpfx)tst-pathopt: $(libdl)
712 $(objpfx)tst-pathopt.out: tst-pathopt.sh $(objpfx)tst-pathopt \
713 $(objpfx)pathoptobj.so
714 $(SHELL) -e $< $(common-objpfx)
715
716 $(objpfx)initfirst: $(libdl)
717 $(objpfx)initfirst.out: $(objpfx)firstobj.so
718
719 $(objpfx)global: $(objpfx)globalmod1.so
720 $(objpfx)global.out: $(objpfx)reldepmod1.so
721
722 $(objpfx)dblload: $(libdl)
723 $(objpfx)dblload.out: $(objpfx)dblloadmod1.so $(objpfx)dblloadmod2.so
724
725 $(objpfx)dblunload: $(libdl)
726 $(objpfx)dblunload.out: $(objpfx)dblloadmod1.so $(objpfx)dblloadmod2.so
727
728 $(objpfx)reldep5: $(libdl)
729 $(objpfx)reldep5.out: $(objpfx)reldepmod5.so $(objpfx)reldepmod6.so
730
731 $(objpfx)reldep6: $(libdl)
732 $(objpfx)reldep6.out: $(objpfx)reldep6mod3.so $(objpfx)reldep6mod4.so
733
734 $(objpfx)reldep7: $(libdl)
735 $(objpfx)reldep7.out: $(objpfx)reldep7mod1.so $(objpfx)reldep7mod2.so
736
737 $(objpfx)reldep8: $(libdl)
738 $(objpfx)reldep8.out: $(objpfx)reldep8mod3.so
739
740 LDFLAGS-nodel2mod2.so = -Wl,--enable-new-dtags,-z,nodelete
741 $(objpfx)nodelete2: $(libdl)
742 $(objpfx)nodelete2.out: $(objpfx)nodel2mod3.so
743
744 $(objpfx)reldep9: $(libdl)
745 $(objpfx)reldep9.out: $(objpfx)reldep9mod3.so
746
747 $(objpfx)tst-tls3: $(objpfx)tst-tlsmod1.so
748
749 $(objpfx)tst-tls4: $(libdl)
750 $(objpfx)tst-tls4.out: $(objpfx)tst-tlsmod2.so
751
752 $(objpfx)tst-tls5: $(libdl)
753 $(objpfx)tst-tls5.out: $(objpfx)tst-tlsmod2.so
754
755 $(objpfx)tst-tls6: $(libdl)
756 $(objpfx)tst-tls6.out: $(objpfx)tst-tlsmod2.so
757
758 $(objpfx)tst-tls7: $(libdl)
759 $(objpfx)tst-tls7.out: $(objpfx)tst-tlsmod3.so
760
761 $(objpfx)tst-tls8: $(libdl)
762 $(objpfx)tst-tls8.out: $(objpfx)tst-tlsmod3.so $(objpfx)tst-tlsmod4.so
763
764 $(objpfx)tst-tls9: $(libdl)
765 $(objpfx)tst-tls9.out: $(objpfx)tst-tlsmod5.so $(objpfx)tst-tlsmod6.so
766
767 $(objpfx)tst-tls10: $(objpfx)tst-tlsmod8.so
768
769 $(objpfx)tst-tls11: $(objpfx)tst-tlsmod10.so
770
771 $(objpfx)tst-tls12: $(objpfx)tst-tlsmod12.so
772
773 $(objpfx)tst-tls13: $(libdl)
774 $(objpfx)tst-tls13.out: $(objpfx)tst-tlsmod13a.so
775
776 $(objpfx)tst-tls14: $(objpfx)tst-tlsmod14a.so $(libdl)
777 $(objpfx)tst-tls14.out: $(objpfx)tst-tlsmod14b.so
778
779 $(objpfx)tst-tls15: $(libdl)
780 $(objpfx)tst-tls15.out: $(objpfx)tst-tlsmod15a.so $(objpfx)tst-tlsmod15b.so
781
782 $(objpfx)tst-tls-dlinfo: $(libdl)
783 $(objpfx)tst-tls-dlinfo.out: $(objpfx)tst-tlsmod2.so
784
785
786
787 $(objpfx)tst-tls16: $(libdl)
788 $(objpfx)tst-tls16.out: $(objpfx)tst-tlsmod16a.so $(objpfx)tst-tlsmod16b.so
789
790 $(objpfx)tst-tls17: $(libdl)
791 $(objpfx)tst-tls17.out: $(objpfx)tst-tlsmod17b.so
792 $(patsubst %,$(objpfx)tst-tlsmod17a%.os,$(tlsmod17a-suffixes)): $(objpfx)tst-tlsmod17a%.os : tst-tlsmod17a.c
793 $(CC) $(CFLAGS) $(CPPFLAGS) -c -o $@ -DN=$* -DNOT_IN_libc=1 $<
794 $(patsubst %,$(objpfx)tst-tlsmod17a%.so,$(tlsmod17a-suffixes)): $(objpfx)tst-tlsmod17a%.so: $(objpfx)ld.so
795 $(objpfx)tst-tlsmod17b.so: $(patsubst %,$(objpfx)tst-tlsmod17a%.so,$(tlsmod17a-suffixes))
796
797 $(objpfx)tst-tls18: $(libdl)
798 $(objpfx)tst-tls18.out: $(patsubst %,$(objpfx)tst-tlsmod18a%.so,$(tlsmod18a-suffixes))
799 $(patsubst %,$(objpfx)tst-tlsmod18a%.os,$(tlsmod18a-suffixes)): $(objpfx)tst-tlsmod18a%.os : tst-tlsmod18a.c
800 $(CC) $(CFLAGS) $(CPPFLAGS) -c -o $@ -DN=$* -DNOT_IN_libc=1 $<
801 $(patsubst %,$(objpfx)tst-tlsmod18a%.so,$(tlsmod18a-suffixes)): $(objpfx)tst-tlsmod18a%.so: $(objpfx)ld.so
802
803 CFLAGS-tst-align.c = $(stack-align-test-flags)
804 CFLAGS-tst-align2.c = $(stack-align-test-flags)
805 CFLAGS-tst-alignmod.c = $(stack-align-test-flags)
806 CFLAGS-tst-alignmod2.c = $(stack-align-test-flags)
807 $(objpfx)tst-align: $(libdl)
808 $(objpfx)tst-align.out: $(objpfx)tst-alignmod.so
809 $(objpfx)tst-align2: $(objpfx)tst-alignmod2.so
810
811 $(objpfx)unload3: $(libdl)
812 $(objpfx)unload3.out: $(objpfx)unload3mod1.so $(objpfx)unload3mod2.so \
813 $(objpfx)unload3mod3.so $(objpfx)unload3mod4.so
814
815 $(objpfx)unload4: $(libdl)
816 $(objpfx)unload4.out: $(objpfx)unload4mod1.so $(objpfx)unload4mod3.so
817
818 $(objpfx)unload5: $(libdl)
819 $(objpfx)unload5.out: $(objpfx)unload3mod1.so $(objpfx)unload3mod2.so \
820 $(objpfx)unload3mod3.so $(objpfx)unload3mod4.so
821
822 $(objpfx)unload6: $(libdl)
823 $(objpfx)unload6.out: $(objpfx)unload6mod1.so $(objpfx)unload6mod2.so \
824 $(objpfx)unload6mod3.so
825
826 $(objpfx)unload7: $(libdl)
827 $(objpfx)unload7.out: $(objpfx)unload7mod1.so $(objpfx)unload7mod2.so
828 unload7-ENV = MALLOC_PERTURB_=85
829
830 $(objpfx)unload8: $(libdl)
831 $(objpfx)unload8.out: $(objpfx)unload8mod1.so $(objpfx)unload8mod1x.so
832
833 ifdef libdl
834 $(objpfx)tst-tls9-static: $(common-objpfx)dlfcn/libdl.a
835 $(objpfx)tst-tls9-static.out: $(objpfx)tst-tlsmod5.so $(objpfx)tst-tlsmod6.so
836 endif
837
838 ifeq ($(have-z-execstack),yes)
839 $(objpfx)tst-execstack: $(libdl)
840 $(objpfx)tst-execstack.out: $(objpfx)tst-execstack-mod.so
841 LDFLAGS-tst-execstack = -Wl,-z,noexecstack
842 LDFLAGS-tst-execstack-mod = -Wl,-z,execstack
843
844 $(objpfx)tst-execstack-needed: $(objpfx)tst-execstack-mod.so
845 LDFLAGS-tst-execstack-needed = -Wl,-z,noexecstack
846
847 LDFLAGS-tst-execstack-prog = -Wl,-z,execstack
848 endif
849
850 $(objpfx)tst-array1.out: $(objpfx)tst-array1
851 $(elf-objpfx)$(rtld-installed-name) \
852 --library-path $(rpath-link)$(patsubst %,:%,$(sysdep-library-path)) \
853 $(objpfx)tst-array1 > $@
854 cmp $@ tst-array1.exp > /dev/null
855
856 $(objpfx)tst-array1-static.out: $(objpfx)tst-array1-static
857 $(objpfx)tst-array1-static > $@
858 cmp $@ tst-array1.exp > /dev/null
859
860 $(objpfx)tst-array2: $(objpfx)tst-array2dep.so
861 $(objpfx)tst-array2.out: $(objpfx)tst-array2
862 $(elf-objpfx)$(rtld-installed-name) \
863 --library-path $(rpath-link)$(patsubst %,:%,$(sysdep-library-path)) \
864 $(objpfx)tst-array2 > $@
865 cmp $@ tst-array2.exp > /dev/null
866
867 $(objpfx)tst-array3.out: $(objpfx)tst-array3
868 $(elf-objpfx)$(rtld-installed-name) \
869 --library-path $(rpath-link)$(patsubst %,:%,$(sysdep-library-path)) \
870 $(objpfx)tst-array3 > $@
871 cmp $@ tst-array1.exp > /dev/null
872
873 $(objpfx)tst-array4: $(libdl)
874 $(objpfx)tst-array4.out: $(objpfx)tst-array4 $(objpfx)tst-array2dep.so
875 $(elf-objpfx)$(rtld-installed-name) \
876 --library-path $(rpath-link)$(patsubst %,:%,$(sysdep-library-path)) \
877 $< > $@
878 cmp $@ tst-array4.exp > /dev/null
879
880 $(objpfx)tst-array5: $(objpfx)tst-array5dep.so
881 $(objpfx)tst-array5.out: $(objpfx)tst-array5
882 $(elf-objpfx)$(rtld-installed-name) \
883 --library-path $(rpath-link)$(patsubst %,:%,$(sysdep-library-path)) \
884 $(objpfx)tst-array5 > $@
885 cmp $@ tst-array5.exp > /dev/null
886
887 $(objpfx)tst-array5-static.out: $(objpfx)tst-array5-static
888 $(objpfx)tst-array5-static > $@
889 cmp $@ tst-array5-static.exp > /dev/null
890
891 ifeq (yesyes,$(have-fpie)$(build-shared))
892 CFLAGS-tst-pie1.c += $(pie-ccflag)
893
894 $(objpfx)tst-pie1.out: $(objpfx)tst-pie1
895 $(elf-objpfx)$(rtld-installed-name) \
896 --library-path $(rpath-link)$(patsubst %,:%,$(sysdep-library-path)) \
897 $< > $@
898
899 $(objpfx)tst-pie1: $(objpfx)tst-pie1.o $(objpfx)tst-piemod1.so
900 $(+link-pie)
901
902 generated += tst-pie1 tst-pie1.out tst-pie1.o
903 endif
904
905 check-textrel-CFLAGS = -O -Wall -D_XOPEN_SOURCE=600 -D_BSD_SOURCE
906 $(objpfx)check-textrel: check-textrel.c
907 $(native-compile)
908
909 check-execstack-CFLAGS = -O -Wall -D_XOPEN_SOURCE=600 -D_BSD_SOURCE -std=gnu99
910 $(objpfx)check-execstack: check-execstack.c
911 $(native-compile)
912
913 check-localplt-CFLAGS = -O -Wall -D_GNU_SOURCE -std=gnu99
914 $(objpfx)check-localplt: check-localplt.c
915 $(native-compile)
916
917 ifeq (yes,$(build-shared))
918 tests: $(objpfx)check-textrel.out $(objpfx)check-execstack.out
919
920 $(objpfx)check-textrel.out: $(objpfx)check-textrel
921 $(dir $<)$(notdir $<) $(common-objpfx)libc.so \
922 $(sort $(wildcard $(common-objpfx)*/lib*.so \
923 $(common-objpfx)iconvdata/*.so)) > $@
924 generated += check-textrel check-textrel.out
925
926 $(objpfx)check-execstack.out: $(objpfx)check-execstack
927 $(dir $<)$(notdir $<) $(common-objpfx)libc.so \
928 $(sort $(wildcard $(common-objpfx)*/lib*.so \
929 $(common-objpfx)iconvdata/*.so)) > $@
930 generated += check-execstack check-execstack.out
931
932 $(objpfx)tst-dlmodcount: $(libdl)
933 $(objpfx)tst-dlmodcount.out: $(test-modules)
934
935 check-data := $(firstword $(wildcard \
936 $(foreach D,$(add-ons) scripts,\
937 $(patsubst %,$(..)$D/data/localplt-%.data,\
938 $(abi-name) \
939 $(addsuffix -$(config-os),\
940 $(config-machine) \
941 $(base-machine)) \
942 generic))))
943
944 tests: $(objpfx)check-localplt.out
945
946 ifeq ($(have-thread-library),yes)
947 thread-dso := $(filter-out %_nonshared.a, $(shared-thread-library))
948 endif
949
950 $(objpfx)check-localplt.out: $(objpfx)check-localplt \
951 $(common-objpfx)libc.so \
952 $(common-objpfx)math/libm.so $(thread-dso) \
953 $(common-objpfx)rt/librt.so \
954 $(common-objpfx)dlfcn/libdl.so \
955 $(common-objpfx)resolv/libresolv.so \
956 $(common-objpfx)crypt/libcrypt.so \
957 $(check-data)
958 $(dir $<)$(notdir $<) $(filter-out $< $(check-data),$^) | \
959 LC_ALL=C sort | \
960 diff -u $(check-data) - > $@
961 endif
962
963 $(objpfx)tst-dlopenrpathmod.so: $(libdl)
964 $(objpfx)tst-dlopenrpath: $(objpfx)tst-dlopenrpathmod.so $(libdl)
965 CFLAGS-tst-dlopenrpath.c += -DPFX=\"$(objpfx)\"
966 LDFLAGS-tst-dlopenrpathmod.so += -Wl,-rpath,\$$ORIGIN/test-subdir
967 $(objpfx)tst-dlopenrpath.out: $(objpfx)firstobj.so
968
969 $(objpfx)tst-deep1mod2.so: $(objpfx)tst-deep1mod3.so
970 $(objpfx)tst-deep1: $(libdl) $(objpfx)tst-deep1mod1.so
971 $(objpfx)tst-deep1.out: $(objpfx)tst-deep1mod2.so
972 LDFLAGS-tst-deep1 += -rdynamic
973 tst-deep1mod3.so-no-z-defs = yes
974
975 $(objpfx)tst-dlmopen1mod.so: $(libdl)
976 $(objpfx)tst-dlmopen1: $(libdl)
977 $(objpfx)tst-dlmopen1.out: $(objpfx)tst-dlmopen1mod.so
978
979 $(objpfx)tst-dlmopen2: $(libdl)
980 $(objpfx)tst-dlmopen2.out: $(objpfx)tst-dlmopen1mod.so
981
982 $(objpfx)tst-dlmopen3: $(libdl)
983 $(objpfx)tst-dlmopen3.out: $(objpfx)tst-dlmopen1mod.so
984
985 $(objpfx)tst-audit1.out: $(objpfx)tst-auditmod1.so
986 tst-audit1-ENV = LD_AUDIT=$(objpfx)tst-auditmod1.so
987
988 $(objpfx)tst-audit2.out: $(objpfx)tst-auditmod1.so
989 tst-audit2-ENV = LD_AUDIT=$(objpfx)tst-auditmod1.so
990
991 $(objpfx)tst-audit3: $(objpfx)tst-auditmod3a.so
992 $(objpfx)tst-audit3.out: $(objpfx)tst-auditmod3b.so
993 tst-audit3-ENV = LD_AUDIT=$(objpfx)tst-auditmod3b.so
994
995 $(objpfx)tst-audit4: $(objpfx)tst-auditmod4a.so
996 $(objpfx)tst-audit4.out: $(objpfx)tst-auditmod4b.so
997 tst-audit4-ENV = LD_AUDIT=$(objpfx)tst-auditmod4b.so
998
999 $(objpfx)tst-audit5: $(objpfx)tst-auditmod5a.so
1000 $(objpfx)tst-audit5.out: $(objpfx)tst-auditmod5b.so
1001 tst-audit5-ENV = LD_AUDIT=$(objpfx)tst-auditmod5b.so
1002
1003 $(objpfx)tst-audit6: $(objpfx)tst-auditmod6a.so
1004 $(objpfx)tst-audit6.out: $(objpfx)tst-auditmod6b.so \
1005 $(objpfx)tst-auditmod6c.so
1006 tst-audit6-ENV = LD_AUDIT=$(objpfx)tst-auditmod6b.so:$(objpfx)tst-auditmod6c.so
1007
1008 $(objpfx)tst-audit7: $(objpfx)tst-auditmod7a.so
1009 $(objpfx)tst-audit7.out: $(objpfx)tst-auditmod7b.so
1010 tst-audit7-ENV = LD_AUDIT=$(objpfx)tst-auditmod7b.so
1011
1012 $(objpfx)tst-global1: $(libdl)
1013 $(objpfx)tst-global1.out: $(objpfx)testobj6.so $(objpfx)testobj2.so
1014
1015 $(objpfx)order2: $(libdl)
1016 $(objpfx)order2.out: $(objpfx)order2 $(objpfx)order2mod1.so \
1017 $(objpfx)order2mod2.so
1018 $(elf-objpfx)$(rtld-installed-name) \
1019 --library-path $(rpath-link)$(patsubst %,:%,$(sysdep-library-path)) \
1020 $(objpfx)order2 > $@
1021 (echo "12345" | cmp $@ -) > /dev/null
1022 $(objpfx)order2mod1.so: $(objpfx)order2mod4.so
1023 $(objpfx)order2mod4.so: $(objpfx)order2mod3.so
1024 $(objpfx)order2mod2.so: $(objpfx)order2mod3.so
1025 order2mod2.so-no-z-defs = yes
1026
1027 tst-stackguard1-ARGS = --command "$(built-program-cmd) --child"
1028 tst-stackguard1-static-ARGS = --command "$(objpfx)tst-stackguard1-static --child"
1029
1030 $(objpfx)tst-leaks1: $(libdl)
1031 $(objpfx)tst-leaks1-mem: $(objpfx)tst-leaks1.out
1032 $(common-objpfx)malloc/mtrace $(objpfx)tst-leaks1.mtrace > $@
1033
1034 tst-leaks1-ENV = MALLOC_TRACE=$(objpfx)tst-leaks1.mtrace
1035
1036 $(objpfx)tst-addr1: $(libdl)
1037
1038 $(objpfx)tst-thrlock: $(libdl) $(shared-thread-library)
1039
1040 CFLAGS-ifuncmain1pic.c += $(pic-ccflag)
1041 CFLAGS-ifuncmain1picstatic.c += $(pic-ccflag)
1042 CFLAGS-ifuncmain1staticpic.c += $(pic-ccflag)
1043 CFLAGS-ifuncdep1pic.c += $(pic-ccflag)
1044 CFLAGS-ifuncmain1vispic.c += $(pic-ccflag)
1045 CFLAGS-ifuncmain2pic.c += $(pic-ccflag)
1046 CFLAGS-ifuncmain2picstatic.c += $(pic-ccflag)
1047 CFLAGS-ifuncdep2pic.c += $(pic-ccflag)
1048 CFLAGS-ifuncmain4picstatic.c += $(pic-ccflag)
1049 CFLAGS-ifuncmain5pic.c += $(pic-ccflag)
1050 CFLAGS-ifuncmain5picstatic.c += $(pic-ccflag)
1051 CFLAGS-ifuncmain5staticpic.c += $(pic-ccflag)
1052 CFLAGS-ifuncdep5pic.c += $(pic-ccflag)
1053 CFLAGS-ifuncmain7pic.c += $(pic-ccflag)
1054 CFLAGS-ifuncmain7picstatic.c += $(pic-ccflag)
1055
1056 LDFLAGS-ifuncmain3 = -Wl,-export-dynamic
1057
1058 ifeq (yesyes,$(have-fpie)$(build-shared))
1059 CFLAGS-ifuncmain1pie.c += $(pie-ccflag)
1060 CFLAGS-ifuncmain1vispie.c += $(pie-ccflag)
1061 CFLAGS-ifuncmain1staticpie.c += $(pie-ccflag)
1062 CFLAGS-ifuncmain5pie.c += $(pie-ccflag)
1063 CFLAGS-ifuncmain6pie.c += $(pie-ccflag)
1064 CFLAGS-ifuncmain7pie.c += $(pie-ccflag)
1065
1066 $(objpfx)ifuncmain1pie.out: $(objpfx)ifuncmain1pie
1067 $(elf-objpfx)$(rtld-installed-name) \
1068 --library-path $(rpath-link)$(patsubst %,:%,$(sysdep-library-path)) \
1069 $< > $@
1070
1071 $(objpfx)ifuncmain1pie: $(objpfx)ifuncmain1pie.o $(objpfx)ifuncmod1.so
1072 $(+link-pie)
1073
1074 generated += ifuncmain1pie ifuncmain1pie.out
1075
1076 $(objpfx)ifuncmain1staticpie.out: $(objpfx)ifuncmain1staticpie
1077 $(elf-objpfx)$(rtld-installed-name) \
1078 --library-path $(rpath-link)$(patsubst %,:%,$(sysdep-library-path)) \
1079 $< > $@
1080
1081 $(objpfx)ifuncmain1staticpie: $(objpfx)ifuncmain1staticpie.o $(objpfx)ifuncdep1pic.o
1082 $(+link-pie)
1083
1084 generated += ifuncmain1staticpie ifuncmain1staticpie.out
1085
1086 $(objpfx)ifuncmain1vispie.out: $(objpfx)ifuncmain1vispie
1087 $(elf-objpfx)$(rtld-installed-name) \
1088 --library-path $(rpath-link)$(patsubst %,:%,$(sysdep-library-path)) \
1089 $< > $@
1090
1091 $(objpfx)ifuncmain1vispie: $(objpfx)ifuncmain1vispie.o $(objpfx)ifuncmod1.so
1092 $(+link-pie)
1093
1094 generated += ifuncmain1vispie ifuncmain1vispie.out
1095
1096 $(objpfx)ifuncmain5pie.out: $(objpfx)ifuncmain5pie
1097 $(elf-objpfx)$(rtld-installed-name) \
1098 --library-path $(rpath-link)$(patsubst %,:%,$(sysdep-library-path)) \
1099 $< > $@
1100
1101 $(objpfx)ifuncmain5pie: $(objpfx)ifuncmain5pie.o $(objpfx)ifuncmod5.so
1102 $(+link-pie)
1103
1104 generated += ifuncmain5pie ifuncmain5pie.out
1105
1106 $(objpfx)ifuncmain6pie.out: $(objpfx)ifuncmain6pie
1107 $(elf-objpfx)$(rtld-installed-name) \
1108 --library-path $(rpath-link)$(patsubst %,:%,$(sysdep-library-path)) \
1109 $< > $@
1110
1111 $(objpfx)ifuncmain6pie: $(objpfx)ifuncmain6pie.o $(objpfx)ifuncmod6.so
1112 $(+link-pie)
1113
1114 generated += ifuncmain6pie ifuncmain6pie.out
1115
1116 $(objpfx)ifuncmain7pie.out: $(objpfx)ifuncmain7pie
1117 $(elf-objpfx)$(rtld-installed-name) \
1118 --library-path $(rpath-link)$(patsubst %,:%,$(sysdep-library-path)) \
1119 $< > $@
1120
1121 $(objpfx)ifuncmain7pie: $(objpfx)ifuncmain7pie.o
1122 $(+link-pie)
1123
1124 generated += ifuncmain7pie ifuncmain7pie.out
1125 endif
1126
1127 $(objpfx)ifuncmain1: $(addprefix $(objpfx),ifuncmod1.so)
1128 $(objpfx)ifuncmain1pic: $(addprefix $(objpfx),ifuncmod1.so)
1129 $(objpfx)ifuncmain1staticpic: $(addprefix $(objpfx),ifuncdep1pic.o)
1130 $(objpfx)ifuncmain1static: $(addprefix $(objpfx),ifuncdep1.o)
1131 $(objpfx)ifuncmain1picstatic: $(addprefix $(objpfx),ifuncdep1pic.o)
1132 $(objpfx)ifuncmain1vis: $(addprefix $(objpfx),ifuncmod1.so)
1133 $(objpfx)ifuncmain1vispic: $(addprefix $(objpfx),ifuncmod1.so)
1134 $(objpfx)ifuncmain2: $(addprefix $(objpfx),ifuncdep2.o)
1135 $(objpfx)ifuncmain2pic: $(addprefix $(objpfx),ifuncdep2pic.o)
1136 $(objpfx)ifuncmain2static: $(addprefix $(objpfx),ifuncdep2.o)
1137 $(objpfx)ifuncmain2picstatic: $(addprefix $(objpfx),ifuncdep2pic.o)
1138
1139 $(objpfx)ifuncmain3: $(libdl)
1140 $(objpfx)ifuncmain3.out: $(objpfx)ifuncmod3.so
1141
1142 $(objpfx)ifuncmain5: $(addprefix $(objpfx),ifuncmod5.so)
1143 $(objpfx)ifuncmain5pic: $(addprefix $(objpfx),ifuncmod5.so)
1144 $(objpfx)ifuncmain5static: $(addprefix $(objpfx),ifuncdep5.o)
1145 $(objpfx)ifuncmain5staticpic: $(addprefix $(objpfx),ifuncdep5pic.o)
1146 $(objpfx)ifuncmain5picstatic: $(addprefix $(objpfx),ifuncdep5pic.o)
1147
1148 $(objpfx)tst-unique1: $(libdl)
1149 $(objpfx)tst-unique1.out: $(objpfx)tst-unique1mod1.so \
1150 $(objpfx)tst-unique1mod2.so
1151
1152 $(objpfx)tst-unique2: $(libdl) $(objpfx)tst-unique2mod1.so
1153 $(objpfx)tst-unique2.out: $(objpfx)tst-unique2mod2.so
1154
1155 ifeq (yes,$(config-cflags-avx))
1156 CFLAGS-tst-audit4.c += -mavx
1157 CFLAGS-tst-auditmod4a.c += -mavx
1158 CFLAGS-tst-auditmod4b.c += -mavx
1159 CFLAGS-tst-auditmod6b.c += -mavx
1160 CFLAGS-tst-auditmod6c.c += -mavx
1161 CFLAGS-tst-auditmod7b.c += -mavx
1162 endif
This page took 0.09275 seconds and 6 git commands to generate.