1 # Copyright (C) 1995-2022 Free Software Foundation, Inc.
2 # This file is part of the GNU C Library.
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.
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.
14 # You should have received a copy of the GNU Lesser General Public
15 # License along with the GNU C Library; if not, see
16 # <https://www.gnu.org/licenses/>.
18 # Makefile for elf subdirectory of GNU C Library.
27 bits
/link_lavcurrent.h \
52 # The core dynamic linking functions are in libc for the static and
55 dl-call-libc-early-init \
80 dl-thread_gscope_wait \
88 ifeq (yes
,$(use-ldconfig
))
89 dl-routines
+= dl-cache
92 ifneq (no
,$(have-tunables
))
93 dl-routines
+= dl-tunables
94 tunables-type
= $(addprefix TUNABLES_FRONTEND_
,$(have-tunables
))
95 CPPFLAGS-dl-tunables.c
+= -DTUNABLES_FRONTEND
=$(tunables-type
)
97 ifeq (yesyes
,$(build-shared
)$(run-built-tests
))
98 tests-special
+= $(objpfx
)list-tunables.out
101 # Make sure that the compiler does not insert any library calls in tunables
103 ifeq (yes
,$(have-loop-to-function
))
104 CFLAGS-dl-tunables.c
+= -fno-tree-loop-distribute-patterns
108 all-dl-routines
= $(dl-routines
) $(sysdep-dl-routines
)
109 # But they are absent from the shared libc, because that code is in ld.so.
110 elide-routines.os
= \
115 dl-reloc-static-pie \
123 # These object files are only included in the dynamically-linked libc.
124 shared-only-routines
= libc-dl_find_object
126 # ld.so uses those routines, plus some special stuff for being the program
127 # interpreter and operating independent of libc.
134 dl-diagnostics-kernel \
148 all-rtld-routines
= $(rtld-routines
) $(sysdep-rtld-routines
)
150 CFLAGS-dl-runtime.c
+= -fexceptions
-fasynchronous-unwind-tables
151 CFLAGS-dl-lookup.c
+= -fexceptions
-fasynchronous-unwind-tables
152 CFLAGS-dl-iteratephdr.c
+= $(uses-callbacks
)
154 # Called during static library initialization, so turn stack-protection
155 # off for non-shared builds.
156 CFLAGS-dl-minimal-malloc.o
= $(no-stack-protector
)
157 CFLAGS-dl-minimal-malloc.op
= $(no-stack-protector
)
159 # On targets without __builtin_memset, rtld.c uses a hand-coded loop
160 # in _dl_start. Make sure this isn't turned into a call to regular memset.
161 ifeq (yes
,$(have-loop-to-function
))
162 CFLAGS-rtld.c
+= -fno-tree-loop-distribute-patterns
165 ifeq (yes
,$(have-loop-to-function
))
166 # Likewise, during static library startup, memset is not yet available.
167 CFLAGS-dl-support.c
= -fno-tree-loop-distribute-patterns
170 # Compile rtld itself without stack protection.
171 # Also compile all routines in the static library that are elided from
172 # the shared libc because they are in libc.a in the same way.
174 CFLAGS-.o
+= $(call elide-stack-protector
,.o
,$(elide-routines.os
))
175 CFLAGS-.op
+= $(call elide-stack-protector
,.op
,$(elide-routines.os
))
176 CFLAGS-.os
+= $(call elide-stack-protector
,.os
,$(all-rtld-routines
))
178 # Add the requested compiler flags to the early startup code.
179 CFLAGS-dl-printf.os
+= $(rtld-early-cflags
)
180 CFLAGS-dl-setup_hash.os
+= $(rtld-early-cflags
)
181 CFLAGS-dl-sysdep.os
+= $(rtld-early-cflags
)
182 CFLAGS-dl-tunables.os
+= $(rtld-early-cflags
)
183 CFLAGS-dl-write.os
+= $(rtld-early-cflags
)
184 CFLAGS-dl-writev.os
+= $(rtld-early-cflags
)
185 CFLAGS-rtld.os
+= $(rtld-early-cflags
)
187 ifeq ($(unwind-find-fde
),yes
)
188 routines
+= unwind-dw2-fde-glibc
189 shared-only-routines
+= unwind-dw2-fde-glibc
192 before-compile
+= $(objpfx
)trusted-dirs.h
193 generated
+= trusted-dirs.h trusted-dirs.st for-renamed
/renamed.so
194 generated-dirs
+= for-renamed
196 ifeq ($(build-shared
),yes
)
197 ld-map
= $(common-objpfx
)ld.map
200 ifeq (yes
,$(build-shared
))
202 $(all-rtld-routines
:%=%.os
) \
211 install-others
= $(inst_rtlddir
)/$(rtld-installed-name
) $(inst_bindir
)/ld.so
212 install-bin-script
= ldd
218 install-rootsbin
= sln
219 sln-modules
:= static-stubs
220 extra-objs
+= $(sln-modules
:=.o
)
222 ifeq (yes
,$(use-ldconfig
))
223 ifeq (yes
,$(build-shared
))
224 others-static
+= ldconfig
226 install-rootsbin
+= ldconfig
228 ldconfig-modules
:= \
237 extra-objs
+= $(ldconfig-modules
:=.o
)
238 others-extras
= $(ldconfig-modules
)
242 # To find xmalloc.c and xstrdup.c
243 vpath
%.c ..
/locale
/programs
245 ifeq ($(build-shared
),yes
)
246 extra-objs
+= sotruss-lib.os sotruss-lib.so
247 install-others
+= $(inst_auditdir
)/sotruss-lib.so
248 install-bin-script
+= sotruss
250 libof-sotruss-lib
= extramodules
251 LDFLAGS-sotruss-lib.so
+= $(z-now-
$(bind-now
))
252 $(objpfx
)sotruss-lib.so
: $(objpfx
)sotruss-lib.os
253 $(build-module-asneeded
)
254 $(objpfx
)sotruss-lib.so
: $(common-objpfx
)libc.so
$(objpfx
)ld.so \
255 $(common-objpfx
)libc_nonshared.a
257 $(objpfx
)sotruss
: sotruss.sh
$(common-objpfx
)config.make
258 sed
-e
's%@VERSION@%$(version)%g' \
259 -e
's%@TEXTDOMAINDIR@%$(localedir)%g' \
260 -e
's%@PREFIX@%$(prefix)%g' \
261 -e
's|@PKGVERSION@|$(PKGVERSION)|g' \
262 -e
's|@REPORT_BUGS_TO@|$(REPORT_BUGS_TO)|g' \
266 $(inst_auditdir
)/sotruss-lib.so
: $(objpfx
)sotruss-lib.so
$(+force)
267 $(do-install-program
)
270 tests-static-normal
:= \
276 tst-env-setuid-tunables \
277 tst-getauxval-static \
279 tst-single_threaded-pthread-static \
280 tst-single_threaded-static \
281 tst-tls-allocation-failure-static \
282 tst-tlsalign-extern-static \
283 tst-tlsalign-static \
284 # tests-static-normal
286 tests-static-internal
:= \
287 tst-dl_find_object-static \
288 tst-ptrguard1-static \
289 tst-stackguard1-static \
291 tst-tls1-static-non-pie \
292 # tests-static-internal
294 CRT-tst-tls1-static-non-pie
:= $(csu-objpfx
)crt1.o
295 tst-tls1-static-non-pie-no-pie
= yes
298 tst-ldconfig-bad-aux-cache \
299 tst-ldconfig-ld_so_conf-update \
302 ifeq (no
,$(build-hardcoded-path-in-tests
))
303 # This is an ld.so.cache test, and RPATH/RUNPATH in the executable
304 # interferes with its test objectives.
305 tests-container
+= tst-glibc-hwcaps-prepend-cache
322 $(tests-static-internal
) \
326 tests-static
:= $(tests-static-normal
) $(tests-static-internal
)
328 ifeq (yes
,$(build-shared
))
330 tst-single_threaded-static-dlopen \
334 static-dlopen-environment
= \
335 LD_LIBRARY_PATH
=$(ld-library-path
):$(common-objpfx
)dlfcn
336 tst-tls9-static-ENV
= $(static-dlopen-environment
)
337 tst-single_threaded-static-dlopen-ENV
= $(static-dlopen-environment
)
378 tst-audit-tlsdesc-dlopen \
411 tst-dlmopen-dlerror \
412 tst-dlmopen-gethostbyname \
418 tst-dlopen-tlsmodid \
421 tst-filterobj-dlopen \
423 tst-glibc-hwcaps-mask \
424 tst-glibc-hwcaps-prepend \
427 tst-initfinilazyfail \
434 tst-nodelete-dlclose \
435 tst-nodelete-opened \
443 tst-rtld-run-static \
444 tst-single_threaded \
445 tst-single_threaded-pthread \
446 tst-sonamemove-dlopen \
447 tst-sonamemove-link \
464 tst-tlsalign-extern \
468 tst-tls-manydynamic \
482 tst-dlopen-nodelete-reloc \
488 tests
+= $(if
$(CXX
),$(tests-cxx
))
499 tst-dl-hwcaps_split \
501 tst-dl_find_object-threads \
515 tst-dlopen-self-container \
516 tst-dlopen-tlsmodid-container \
518 tst-preload-pthread-libc \
525 ifeq (yes
,$(have-fpie
))
526 tests-pie
+= tst-align3
528 selinux-enabled
:= $(shell cat
/selinux
/enforce
2> /dev
/null
)
530 ifneq ($(selinux-enabled
),1)
531 tests-execstack-yes
= \
533 tst-execstack-needed \
535 # tests-execstack-yes
537 ifeq ($(have-depaudit
),yes
)
544 ifeq ($(run-built-tests
),yes
)
546 $(objpfx
)tst-audit14-cmp.out \
547 $(objpfx
)tst-audit14a-cmp.out \
548 $(objpfx
)tst-audit15-cmp.out \
549 $(objpfx
)tst-audit16-cmp.out \
553 ifeq ($(have-dt-relr
),yes
)
560 modules-names-dt-relr
= \
566 # modules-names-dt-relr
567 modules-names
+= $(modules-names-dt-relr
)
568 # These shared libraries have special build rules.
569 modules-names-nobuild
+= $(modules-names-dt-relr
)
570 ifeq ($(have-fpie
),yes
)
578 $(objpfx
)check-tst-relr-pie.out \
581 CFLAGS-tst-relr-pie.c
+= $(pie-ccflag
)
582 LDFLAGS-tst-relr
+= -Wl
,-z
,pack-relative-relocs
583 LDFLAGS-tst-relr-pie
+= -Wl
,-z
,pack-relative-relocs
584 CFLAGS-tst-relr-mod2.c
+= $(no-stack-protector
)
585 CFLAGS-tst-relr-mod3a.c
+= $(no-stack-protector
)
586 CFLAGS-tst-relr-mod3b.c
+= $(no-stack-protector
)
587 CFLAGS-tst-relr-mod4a.c
+= $(no-stack-protector
)
588 CFLAGS-tst-relr-mod4b.c
+= $(no-stack-protector
)
592 tests-special
+= $(objpfx
)tst-relro-ldso.out
$(objpfx
)tst-relro-libc.out
593 $(objpfx
)tst-relro-ldso.out
: tst-relro-symbols.py
$(..
)/scripts
/glibcelf.py \
595 $(PYTHON
) tst-relro-symbols.py
$(objpfx
)ld.so \
596 --required
=_rtld_global_ro \
597 > $@
2>&1; $(evaluate-test
)
598 # The optional symbols are present in libc only if the architecture has
599 # the GLIBC_2.0 symbol set in libc.
600 $(objpfx
)tst-relro-libc.out
: tst-relro-symbols.py
$(..
)/scripts
/glibcelf.py \
601 $(common-objpfx
)libc.so
602 $(PYTHON
) tst-relro-symbols.py
$(common-objpfx
)libc.so \
603 --required
=_IO_cookie_jumps \
604 --required
=_IO_file_jumps \
605 --required
=_IO_file_jumps_maybe_mmap \
606 --required
=_IO_file_jumps_mmap \
607 --required
=_IO_helper_jumps \
608 --required
=_IO_mem_jumps \
609 --required
=_IO_obstack_jumps \
610 --required
=_IO_proc_jumps \
611 --required
=_IO_str_chk_jumps \
612 --required
=_IO_str_jumps \
613 --required
=_IO_strn_jumps \
614 --required
=_IO_wfile_jumps \
615 --required
=_IO_wfile_jumps_maybe_mmap \
616 --required
=_IO_wfile_jumps_mmap \
617 --required
=_IO_wmem_jumps \
618 --required
=_IO_wstr_jumps \
619 --required
=_IO_wstrn_jumps \
620 --optional
=_IO_old_cookie_jumps \
621 --optional
=_IO_old_file_jumps \
622 --optional
=_IO_old_proc_jumps \
623 > $@
2>&1; $(evaluate-test
)
625 ifeq ($(run-built-tests
),yes
)
626 tests-special
+= $(objpfx
)tst-valgrind-smoke.out
628 $(objpfx
)tst-valgrind-smoke.out
: tst-valgrind-smoke.sh
$(objpfx
)ld.so
$(objpfx
)valgrind-test
629 $(SHELL
) $< $(objpfx
)ld.so
$(rtlddir
)/$(rtld-installed-name
) '$(test-wrapper-env)' \
630 '$(run-program-env)' '$(rpath-link)' $(objpfx
)valgrind-test
> $@
; $(evaluate-test
)
632 tests
+= $(tests-execstack-
$(have-z-execstack
))
633 ifeq ($(run-built-tests
),yes
)
635 $(objpfx
)noload-mem.out \
636 $(objpfx
)tst-ldconfig-X.out \
637 $(objpfx
)tst-leaks1-mem.out \
638 $(objpfx
)tst-rtld-help.out \
641 tlsmod17a-suffixes
= 0 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19
642 tlsmod18a-suffixes
= 0 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19
643 tlsmod17a-modules
= $(addprefix tst-tlsmod17a
, $(tlsmod17a-suffixes
))
644 tlsmod18a-modules
= $(addprefix tst-tlsmod18a
, $(tlsmod17a-suffixes
))
645 one-hundred
= $(foreach x
,0 1 2 3 4 5 6 7 8 9, \
646 0$x 1$x 2$x 3$x 4$x 5$x 6$x 7$x 8$x 9$x)
647 tst-tls-many-dynamic-modules
:= \
648 $(foreach n
,$(one-hundred
),tst-tls-manydynamic
$(n
)mod
)
649 tst-tls-many-dynamic-modules-dep-suffixes
= 0 1 2 3 4 5 6 7 8 9 10 11 12 13 \
651 tst-tls-many-dynamic-modules-dep
= \
652 $(foreach n
,$(tst-tls-many-dynamic-modules-dep-suffixes
),tst-tls-manydynamic
$(n
)mod-dep
)
653 tst-tls-many-dynamic-modules-dep-bad-suffixes
= 0 1 2 3 4 5 6 7 8 9 10 11 12 13 14
654 tst-tls-many-dynamic-modules-dep-bad
= \
655 $(foreach n
,$(tst-tls-many-dynamic-modules-dep-bad-suffixes
),tst-tls-manydynamic
$(n
)mod-dep-bad
)
657 $(tlsmod17a-modules
:=.os
) \
658 $(tlsmod18a-modules
:=.os
) \
659 tst-tlsalign-vars.o \
764 tst-absolute-sym-lib \
765 tst-absolute-zero-lib \
771 tst-audit-tlsdesc-mod1 \
772 tst-audit-tlsdesc-mod2 \
806 tst-auditmod-tlsdesc \
831 tst-dl_find_object-mod1 \
832 tst-dl_find_object-mod2 \
833 tst-dl_find_object-mod3 \
834 tst-dl_find_object-mod4 \
835 tst-dl_find_object-mod5 \
836 tst-dl_find_object-mod6 \
837 tst-dl_find_object-mod7 \
838 tst-dl_find_object-mod8 \
839 tst-dl_find_object-mod9 \
841 tst-dlmopen-dlerror-mod \
842 tst-dlmopen-gethostbyname-mod \
843 tst-dlmopen-twice-mod1 \
844 tst-dlmopen-twice-mod2 \
845 tst-dlopenfaillinkmod \
849 tst-dlopenfailnodelmod \
852 tst-filterobj-filtee \
854 tst-finilazyfailmod \
856 tst-initlazyfailmod \
868 tst-ldconfig-ld-mod \
871 tst-nodelete-dlclose-dso \
872 tst-nodelete-dlclose-plugin \
873 tst-nodelete-opened-lib \
875 tst-p_alignmod-base \
880 tst-single_threaded-mod1 \
881 tst-single_threaded-mod2 \
882 tst-single_threaded-mod3 \
883 tst-single_threaded-mod4 \
884 tst-sonamemove-linkmod1 \
885 tst-sonamemove-runmod1 \
886 tst-sonamemove-runmod2 \
925 tst-unwind-ctor-lib \
951 modules-names-cxx
= \
952 tst-dlopen-nodelete-reloc-mod1 \
953 tst-dlopen-nodelete-reloc-mod10 \
954 tst-dlopen-nodelete-reloc-mod11 \
955 tst-dlopen-nodelete-reloc-mod12 \
956 tst-dlopen-nodelete-reloc-mod13 \
957 tst-dlopen-nodelete-reloc-mod14 \
958 tst-dlopen-nodelete-reloc-mod15 \
959 tst-dlopen-nodelete-reloc-mod16 \
960 tst-dlopen-nodelete-reloc-mod17 \
961 tst-dlopen-nodelete-reloc-mod2 \
962 tst-dlopen-nodelete-reloc-mod3 \
963 tst-dlopen-nodelete-reloc-mod4 \
964 tst-dlopen-nodelete-reloc-mod5 \
965 tst-dlopen-nodelete-reloc-mod6 \
966 tst-dlopen-nodelete-reloc-mod7 \
967 tst-dlopen-nodelete-reloc-mod8 \
968 tst-dlopen-nodelete-reloc-mod9 \
969 tst-nodelete-rtldmod \
970 tst-nodelete-uniquemod \
978 $(if
$(CXX
),$(modules-names-cxx
)) \
979 $(modules-execstack-
$(have-z-execstack
)) \
980 $(tlsmod17a-modules
) \
981 $(tlsmod18a-modules
) \
982 $(tst-tls-many-dynamic-modules
) \
983 $(tst-tls-many-dynamic-modules-dep
) \
984 $(tst-tls-many-dynamic-modules-dep-bad
) \
987 # Most modules build with _ISOMAC defined, but those filtered out
988 # depend on internal headers.
989 modules-names-tests
= $(filter-out ifuncmod
% tst-tlsmod
%,\
992 # For +depfiles in Makerules.
993 extra-test-objs
+= tst-auditmod17.os
995 ifeq (yes
,$(have-mtls-dialect-gnu2
))
996 tests
+= tst-gnu2-tls1
997 modules-names
+= tst-gnu2-tls1mod
998 $(objpfx
)tst-gnu2-tls1
: $(objpfx
)tst-gnu2-tls1mod.so
999 tst-gnu2-tls1mod.so-no-z-defs
= yes
1000 CFLAGS-tst-gnu2-tls1mod.c
+= -mtls-dialect
=gnu2
1001 endif # $(have-mtls-dialect-gnu2)
1003 ifeq (yes
,$(have-protected-data
))
1004 modules-names
+= tst-protected1moda tst-protected1modb
1005 tests
+= tst-protected1a tst-protected1b
1006 $(objpfx
)tst-protected1a
: $(addprefix $(objpfx
),tst-protected1moda.so tst-protected1modb.so
)
1007 $(objpfx
)tst-protected1b
: $(addprefix $(objpfx
),tst-protected1modb.so tst-protected1moda.so
)
1008 tst-protected1modb.so-no-z-defs
= yes
1009 # These tests fail with GCC versions prior to 5.1 and with some versions
1010 # of binutils. See https://sourceware.org/bugzilla/show_bug.cgi?id=17709
1011 # and https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65248 for details.
1012 # Perhaps in future we can make these XFAILs conditional on some detection
1013 # of compiler/linker behavior/version.
1014 test-xfail-tst-protected1a
= yes
1015 test-xfail-tst-protected1b
= yes
1017 ifeq (yesyes
,$(have-fpie
)$(build-shared
))
1018 modules-names
+= tst-piemod1
1019 tests
+= tst-pie1 tst-pie2 tst-dlopen-pie tst-dlopen-tlsmodid-pie \
1021 tests-pie
+= tst-pie1 tst-pie2 tst-dlopen-tlsmodid-pie tst-dlopen-self-pie
1022 ifeq (yes
,$(have-protected-data
))
1024 tests-pie
+= vismain
1025 CFLAGS-vismain.c
+= $(PIE-ccflag
)
1028 modules-execstack-yes
= tst-execstack-mod
1029 extra-test-objs
+= $(addsuffix .os
,$(strip $(modules-names
)))
1031 # filtmod1.so, tst-big-note-lib.so, tst-ro-dynamic-mod.so have special
1033 modules-names-nobuild
+= \
1038 tst-ro-dynamic-mod \
1039 # modules-names-nobuild
1041 tests
+= $(tests-static
)
1043 ifeq (yes
,$(have-ifunc
))
1044 tests-ifuncstatic
:= \
1046 ifuncmain1picstatic \
1048 ifuncmain2picstatic \
1050 ifuncmain4picstatic \
1052 ifuncmain5picstatic \
1054 ifuncmain7picstatic \
1056 ifeq (yes
,$(have-gcc-ifunc
))
1057 tests-ifuncstatic
+= ifuncmain9static ifuncmain9picstatic
1059 tests-static
+= $(tests-ifuncstatic
)
1060 tests-internal
+= $(tests-ifuncstatic
)
1061 ifeq (yes
,$(build-shared
))
1063 tst-ifunc-fault-bindnow \
1064 tst-ifunc-fault-lazy \
1066 # Note: sysdeps/x86_64/ifuncmain8.c uses ifuncmain8.
1069 ifuncmain1staticpic \
1076 ifuncmain5staticpic \
1080 ifeq (no
,$(with-lld
))
1087 ifeq (yes
,$(have-gcc-ifunc
))
1093 ifunc-test-modules
= \
1100 # ifunc-test-modules
1101 extra-test-objs
+= $(ifunc-test-modules
:=.o
)
1102 test-internal-extras
+= $(ifunc-test-modules
)
1103 ifeq (yes
,$(have-fpie
))
1106 ifuncmain1staticpie \
1111 ifeq (yes
,$(have-gcc-ifunc
))
1112 ifunc-pie-tests
+= ifuncmain9pie
1114 ifeq (no
,$(with-lld
))
1115 ifunc-pie-tests
+= ifuncmain5pie
1117 ifeq (yes
,$(have-textrel_ifunc
))
1118 ifunc-pie-tests
+= tst-ifunc-textrel
1120 tests-internal
+= $(ifunc-pie-tests
)
1121 tests-pie
+= $(ifunc-pie-tests
)
1128 ifeq (no
,$(with-lld
))
1129 modules-names
+= ifuncmod5
1134 ifeq (yes
,$(build-shared
))
1135 ifeq ($(run-built-tests
),yes
)
1137 $(objpfx
)argv0test.out \
1138 $(objpfx
)tst-pathopt.out \
1139 $(objpfx
)tst-rtld-help.out \
1140 $(objpfx
)tst-rtld-load-self.out \
1141 $(objpfx
)tst-rtld-preload.out \
1145 $(objpfx
)check-execstack.out \
1146 $(objpfx
)check-initfini.out \
1147 $(objpfx
)check-localplt.out \
1148 $(objpfx
)check-textrel.out \
1149 $(objpfx
)check-wx-segment.out \
1153 ifeq ($(run-built-tests
),yes
)
1155 $(objpfx
)order-cmp.out \
1156 $(objpfx
)order2-cmp.out \
1157 $(objpfx
)tst-array1-cmp.out \
1158 $(objpfx
)tst-array1-static-cmp.out \
1159 $(objpfx
)tst-array2-cmp.out \
1160 $(objpfx
)tst-array3-cmp.out \
1161 $(objpfx
)tst-array4-cmp.out \
1162 $(objpfx
)tst-array5-cmp.out \
1163 $(objpfx
)tst-array5-static-cmp.out \
1164 $(objpfx
)tst-initorder-cmp.out \
1165 $(objpfx
)tst-initorder2-cmp.out \
1166 $(objpfx
)tst-unused-dep-cmp.out \
1167 $(objpfx
)tst-unused-dep.out \
1168 $(objpfx
)tst-trace1.out \
1169 $(objpfx
)tst-trace2.out \
1170 $(objpfx
)tst-trace3.out \
1171 $(objpfx
)tst-trace4.out \
1172 $(objpfx
)tst-trace5.out \
1176 ifndef avoid-generated
1177 # DSO sorting tests:
1178 # The dso-ordering-test.py script generates testcase source files in $(objpfx),
1179 # creating a $(objpfx)<testcase-name>-dir for each testcase, and creates a
1180 # Makefile fragment to be included.
1181 define include_dsosort_tests
1182 $(objpfx
)$(1).generated-makefile
: $(1)
1183 $(PYTHON
) $(..
)scripts
/dso-ordering-test.py \
1184 --description-file
$$< --objpfx
$(objpfx
) --output-makefile
$$@T
1186 -include $(objpfx
)$(1).generated-makefile
1190 postclean-generated
+= $(objpfx
)/dso-sort-tests-2.generated-makefile \
1191 $(objpfx
)/dso-sort-tests-2.generated-makefile
1193 # Generate from each testcase description file
1194 ifeq (yes
,$(have-tunables
))
1195 $(eval
$(call include_dsosort_tests
,dso-sort-tests-1.def
))
1196 $(eval
$(call include_dsosort_tests
,dso-sort-tests-2.def
))
1199 check-abi
: $(objpfx
)check-abi-ld.out \
1200 $(objpfx
)check-abi-version-libc.out
1202 $(objpfx
)check-abi-ld.out \
1203 $(objpfx
)check-abi-version-libc.out \
1205 update-abi
: update-abi-ld
1206 update-all-abi
: update-all-abi-ld
1208 tests-special
+= $(objpfx
)tst-glibcelf.out
1209 $(objpfx
)tst-glibcelf.out
: tst-glibcelf.py elf.h
$(..
)/scripts
/glibcelf.py \
1210 $(..
)/scripts
/glibcextract.py
1211 PYTHONPATH
=$(..
)scripts
$(PYTHON
) tst-glibcelf.py \
1212 --cc="$(CC) $(patsubst -DMODULE_NAME=%,-DMODULE_NAME=testsuite,$(CPPFLAGS))" \
1213 < /dev
/null
> $@
2>&1; $(evaluate-test
)
1215 ifeq ($(run-built-tests
),yes
)
1216 tests-special
+= $(objpfx
)tst-tls-allocation-failure-static-patched.out
1219 # The test requires shared _and_ PIE because the executable
1220 # unit test driver must be able to link with the shared object
1221 # that is going to eventually go into an installed DSO.
1222 ifeq (yesyes
,$(have-fpie
)$(build-shared
))
1223 tests-internal
+= tst-_dl_addr_inside_object
1224 tests-pie
+= tst-_dl_addr_inside_object
1225 $(objpfx
)tst-_dl_addr_inside_object
: $(objpfx
)dl-addr-obj.os
1226 CFLAGS-tst-_dl_addr_inside_object.c
+= $(PIE-ccflag
)
1229 # We can only test static libcrypt use if libcrypt has been built,
1230 # and either NSS crypto is not in use, or static NSS libraries are
1232 ifeq ($(build-crypt
),no
)
1233 CFLAGS-tst-linkall-static.c
+= -DUSE_CRYPT
=0
1235 ifeq ($(nss-crypt
),no
)
1236 CFLAGS-tst-linkall-static.c
+= -DUSE_CRYPT
=1
1238 ifeq ($(static-nss-crypt
),no
)
1239 CFLAGS-tst-linkall-static.c
+= -DUSE_CRYPT
=0
1241 CFLAGS-tst-linkall-static.c
+= -DUSE_CRYPT
=1
1248 ifeq (yes
,$(build-shared
))
1249 # Make sure these things are built in the `make lib' pass so they can be used
1250 # to run programs during the `make others' pass.
1251 lib-noranlib
: $(objpfx
)$(rtld-installed-name
) \
1252 $(addprefix $(objpfx
),$(extra-objs
))
1255 # Command to link into a larger single relocatable object.
1256 reloc-link
= $(LINK.o
) -nostdlib
-nostartfiles
-r
1258 $(objpfx
)sotruss-lib.so
: $(shlib-lds
)
1260 $(objpfx
)dl-allobjs.os
: $(all-rtld-routines
:%=$(objpfx
)%.os
)
1261 $(reloc-link
) -o
$@
$^
1263 # Link together the dynamic linker into a single relocatable object.
1264 # First we do a link against libc_pic.a just to get a link map,
1265 # and discard the object produced by that link. From the link map
1266 # we can glean all the libc modules that need to go into the dynamic
1267 # linker. Then we do a recursive make that goes into all the subdirs
1268 # those modules come from and builds special rtld-foo.os versions that
1269 # are compiled with special flags, and puts these modules into rtld-libc.a
1270 # for us. Then we do the real link using rtld-libc.a instead of libc_pic.a.
1272 # These symbols need to be stubbed out during symbol discovery because
1273 # their implementation is provided differently in rtld, and the symbol
1274 # discovery mechanism is not compatible with the libc implementation
1275 # when compiled for libc.
1276 rtld-stubbed-symbols
= \
1277 __GI___pthread_disable_asynccancel \
1278 __GI___pthread_enable_asynccancel \
1279 __libc_assert_fail \
1280 __pthread_disable_asynccancel \
1281 __pthread_enable_asynccancel \
1286 # rtld-stubbed-symbols
1288 ifeq ($(have-ssp
),yes
)
1289 # rtld is not built with the stack protector, so these references will
1290 # go away in the rebuilds.
1291 rtld-stubbed-symbols
+= __stack_chk_fail __stack_chk_fail_local
1294 $(objpfx
)librtld.map
: $(objpfx
)dl-allobjs.os
$(common-objpfx
)libc_pic.a
1296 for symbol in
$(rtld-stubbed-symbols
); do \
1297 echo
".globl $$symbol"; \
1299 done |
$(CC
) -o
$@T.o
$(ASFLAGS
) -c
-x assembler
-
1300 $(reloc-link
) -o
$@.o
$@T.o
'-Wl,-(' $^
-lgcc
'-Wl,-)' -Wl
,-Map
,$@T
1304 # For lld, skip preceding addresses and values before matching the archive and the member.
1305 $(objpfx
)librtld.mk
: $(objpfx
)librtld.map Makefile
1307 sed
-n
's@^[0-9a-f ]*$(common-objpfx)\([^(]*\)(\([^)]*\.os\)) *.*$$@\1 \2@p' \
1309 while read lib file
; do \
1312 LC_ALL
=C grep
-F
-l
/$$file \
1313 $(common-objpfx
)stamp.os
$(common-objpfx
)*/stamp.os | \
1315 sed
's@^$(common-objpfx)\([^/]*\)/stamp\.os$$@rtld-\1'" +=$$file@"\
1318 echo rtld-
$${lib
%%/*} += $$file ;; \
1319 *) echo
"Wasn't expecting $$lib($$file)" >&2; exit
1 ;; \
1322 echo rtld-subdirs
= `LC_ALL=C sed 's/^rtld-\([^ ]*\).*$$/\1/' $@T \
1323 | LC_ALL=C sort -u` >> $@T
1326 $(objpfx
)rtld-libc.a
: $(objpfx
)librtld.mk FORCE
1327 $(MAKE
) -f
$< -f rtld-Rules
1329 $(objpfx
)librtld.os
: $(objpfx
)dl-allobjs.os
$(objpfx
)rtld-libc.a
1330 $(LINK.o
) -nostdlib
-nostartfiles
-r
-o
$@
'-Wl,-(' $^
-lgcc
'-Wl,-)' \
1333 generated
+= librtld.map librtld.mk rtld-libc.a librtld.os.map
1335 z-now-yes
= -Wl
,-z
,now
1337 $(objpfx
)ld.so
: $(objpfx
)librtld.os
$(ld-map
)
1338 # Link into a temporary file so that we don't touch $@ at all
1339 # if the sanity check below fails.
1340 $(LINK.o
) -nostdlib
-nostartfiles
-shared
-o
$@.new \
1341 $(LDFLAGS-rtld
) -Wl
,-z
,defs
$(z-now-
$(bind-now
)) \
1343 $(filter-out $(map-file
),$^
) $(load-map-file
) \
1344 -Wl
,-soname
=$(rtld-installed-name
)
1345 $(call after-link
,$@.new
)
1346 $(READELF
) -s
$@.new \
1347 |
$(AWK
) '($$7 ~ /^UND(|EF)$$/ && $$1 != "0:" && $$4 != "REGISTER") { print; p=1 } END { exit p != 0 }'
1350 ifeq (yes
,$(build-shared
))
1351 # interp.c exists just to get the runtime linker path into libc.so.
1352 $(objpfx
)interp.os
: $(common-objpfx
)runtime-linker.h
1355 ifneq (ld.so
,$(rtld-installed-name
))
1356 # Make sure ld.so.1 exists in the build directory so we can link
1358 $(objpfx
)$(rtld-installed-name
): $(objpfx
)ld.so
1360 generated
+= $(rtld-installed-name
)
1363 # Build a file mentioning all trustworthy directories to look for shared
1364 # libraries when using LD_LIBRARY_PATH in a setuid program. The user can
1365 # add directories to the list by defining $(user-defined-trusted-dirs)
1366 # before starting make.
1367 $(objpfx
)trusted-dirs.h
: $(objpfx
)trusted-dirs.st
; @
:
1368 $(objpfx
)trusted-dirs.st
: Makefile
$(..
)Makeconfig
1369 $(make-target-directory
)
1370 echo
"$(subst :, ,$(default-rpath) $(user-defined-trusted-dirs))" \
1371 |
$(AWK
) -f gen-trusted-dirs.awk
> ${@
:st
=T
};
1372 echo
'#define DL_DST_LIB "$(notdir $(slibdir))"' >> ${@
:st
=T
}
1373 $(move-if-change
) ${@
:st
=T
} ${@
:st
=h
}
1375 CPPFLAGS-dl-load.c
+= -I
$(objpfx
).
-I
$(csu-objpfx
).
1377 ifeq (yes
,$(build-shared
))
1378 $(inst_rtlddir
)/$(rtld-installed-name
): $(objpfx
)ld.so
$(+force)
1379 $(make-target-directory
)
1380 $(do-install-program
)
1382 # Creates the relative /usr/bin/ld.so symbolic link.
1383 $(inst_bindir
)/ld.so
: $(inst_rtlddir
)/$(rtld-installed-name
)
1384 $(make-target-directory
)
1387 # Special target called by parent to install just the dynamic linker.
1388 .PHONY
: ldso_install
1389 ldso_install
: $(inst_rtlddir
)/$(rtld-installed-name
)
1390 endif # $(build-shared)
1393 # Workarounds for ${exec_prefix} expansion in configure variables.
1394 # config.status cannot be used directly for processing ldd.bash.in or
1395 # expanding variables such as sysconfdir because the expansion
1396 # contains the literal string ${exec_prefix}, which is not valid in C
1397 # headers or installed shell scripts.
1399 ldd-rewrite
= -e
's%@RTLD@%$(rtlddir)/$(rtld-installed-name)%g' \
1400 -e
's%@VERSION@%$(version)%g' \
1401 -e
's|@PKGVERSION@|$(PKGVERSION)|g' \
1402 -e
's|@REPORT_BUGS_TO@|$(REPORT_BUGS_TO)|g' \
1403 -e
's%@TEXTDOMAINDIR@%$(localedir)%g'
1405 ifeq ($(ldd-rewrite-script
),no
)
1407 LC_ALL
=C sed
$(ldd-rewrite
) < $< > $@.new
1411 LC_ALL
=C sed
$(ldd-rewrite
) < $< \
1412 | LC_ALL
=C sed
-f
$(patsubst $(..
)/%,/%,$(..
)$(ldd-rewrite-script
)) > $@.new
1416 $(objpfx
)ldd
: ldd.bash.in
$(common-objpfx
)soversions.mk \
1417 $(common-objpfx
)config.make
1422 $(objpfx
)sln
: $(sln-modules
:%=$(objpfx
)%.o
)
1424 $(objpfx
)ldconfig
: $(ldconfig-modules
:%=$(objpfx
)%.o
)
1426 SYSCONF-FLAGS
:= -D
'SYSCONFDIR="$(sysconfdir)"'
1427 CFLAGS-ldconfig.c
+= $(SYSCONF-FLAGS
) -D
'LIBDIR="$(libdir)"' \
1428 -D
'SLIBDIR="$(slibdir)"'
1429 libof-ldconfig
= ldconfig
1430 CFLAGS-dl-cache.c
+= $(SYSCONF-FLAGS
)
1431 CFLAGS-cache.c
+= $(SYSCONF-FLAGS
)
1432 CFLAGS-rtld.c
+= $(SYSCONF-FLAGS
)
1433 CFLAGS-dl-usage.c
+= $(SYSCONF-FLAGS
) \
1434 -D
'RTLD="$(rtlddir)/$(rtld-installed-name)"'
1435 CFLAGS-dl-diagnostics.c
+= $(SYSCONF-FLAGS
) \
1436 -D
'PREFIX="$(prefix)"' \
1437 -D
'RTLD="$(rtlddir)/$(rtld-installed-name)"'
1439 cpp-srcs-left
:= $(all-rtld-routines
:=.os
)
1441 include $(patsubst %,$(..
)libof-iterator.mk
,$(cpp-srcs-left
))
1443 test-modules
= $(addprefix $(objpfx
),$(addsuffix .so
,$(strip $(modules-names
))))
1444 generated
+= $(addsuffix .so
,$(strip $(modules-names
)))
1446 $(objpfx
)testobj1_1.so
: $(objpfx
)testobj1.so
1447 $(objpfx
)testobj2.so
: $(objpfx
)testobj1.so
1448 $(objpfx
)testobj6.so
: $(objpfx
)testobj1.so
$(objpfx
)testobj2.so
1449 $(objpfx
)failobj.so
: $(objpfx
)testobj6.so
1450 $(objpfx
)dep1.so
: $(objpfx
)dep2.so
$(objpfx
)dep4.so
1451 $(objpfx
)dep2.so
: $(objpfx
)dep3.so
$(objpfx
)dep4.so
1452 $(objpfx
)dep4.so
: $(objpfx
)dep3.so
1453 $(objpfx
)nodelmod3.so
: $(objpfx
)nodelmod4.so
1454 $(objpfx
)neededobj2.so
: $(objpfx
)neededobj1.so
1455 $(objpfx
)neededobj3.so
: $(objpfx
)neededobj1.so
$(objpfx
)neededobj2.so
1456 $(objpfx
)neededobj4.so
: $(objpfx
)neededobj1.so
$(objpfx
)neededobj2.so \
1457 $(objpfx
)neededobj3.so
1458 $(objpfx
)neededobj6.so
: $(objpfx
)neededobj5.so
1459 $(objpfx
)unload2mod.so
: $(objpfx
)unload2dep.so
1460 $(objpfx
)firstobj.so
: $(shared-thread-library
)
1461 $(objpfx
)reldep4mod1.so
: $(objpfx
)reldep4mod3.so
1462 $(objpfx
)reldep4mod2.so
: $(objpfx
)reldep4mod4.so
1463 $(objpfx
)dblloadmod1.so
: $(objpfx
)dblloadmod3.so
1464 $(objpfx
)dblloadmod2.so
: $(objpfx
)dblloadmod3.so
1465 $(objpfx
)reldepmod5.so
: $(objpfx
)reldepmod2.so
1466 $(objpfx
)reldepmod6.so
: $(objpfx
)reldepmod2.so
1467 $(objpfx
)reldep6mod1.so
: $(objpfx
)reldep6mod0.so
1468 $(objpfx
)reldep6mod2.so
: $(objpfx
)reldep6mod1.so
1469 $(objpfx
)reldep6mod3.so
: $(objpfx
)reldep6mod2.so
1470 $(objpfx
)reldep6mod4.so
: $(objpfx
)reldep6mod1.so
1471 $(objpfx
)tst-tlsmod3.so
: $(objpfx
)tst-tlsmod2.so
1472 $(objpfx
)tst-tlsmod8.so
: $(objpfx
)tst-tlsmod7.so
1473 $(objpfx
)tst-tlsmod10.so
: $(objpfx
)tst-tlsmod9.so
1474 $(objpfx
)tst-tlsmod12.so
: $(objpfx
)tst-tlsmod11.so
1475 $(objpfx
)tst-tlsmod13a.so
: $(objpfx
)tst-tlsmod13.so
1476 # For tst-tls9-static, make sure the modules it dlopens have libc.so in DT_NEEDED
1477 $(objpfx
)tst-tlsmod5.so
: $(common-objpfx
)libc.so
1478 $(objpfx
)tst-tlsmod6.so
: $(common-objpfx
)libc.so
1479 $(objpfx
)tst-tls19mod1.so
: $(objpfx
)tst-tls19mod2.so
$(objpfx
)tst-tls19mod3.so
1480 $(objpfx
)tst-tls19mod3.so
: $(objpfx
)ld.so
1481 $(objpfx
)reldep8mod3.so
: $(objpfx
)reldep8mod1.so
$(objpfx
)reldep8mod2.so
1482 $(objpfx
)nodel2mod3.so
: $(objpfx
)nodel2mod1.so
$(objpfx
)nodel2mod2.so
1483 $(objpfx
)reldep9mod2.so
: $(objpfx
)reldep9mod1.so
1484 $(objpfx
)reldep9mod3.so
: $(objpfx
)reldep9mod1.so
$(objpfx
)reldep9mod2.so
1485 $(objpfx
)unload3mod1.so
: $(objpfx
)unload3mod3.so
1486 $(objpfx
)unload3mod2.so
: $(objpfx
)unload3mod3.so
1487 $(objpfx
)unload3mod3.so
: $(objpfx
)unload3mod4.so
1488 $(objpfx
)unload4mod1.so
: $(objpfx
)unload4mod2.so
$(objpfx
)unload4mod3.so
1489 $(objpfx
)unload4mod2.so
: $(objpfx
)unload4mod4.so
$(objpfx
)unload4mod3.so
1490 $(objpfx
)unload7mod2.so
: $(objpfx
)unload7mod1.so
1491 $(objpfx
)unload8mod1.so
: $(objpfx
)unload8mod2.so
1492 $(objpfx
)unload8mod2.so
: $(objpfx
)unload8mod3.so
1493 $(objpfx
)tst-initordera2.so
: $(objpfx
)tst-initordera1.so
1494 $(objpfx
)tst-initorderb2.so
: $(objpfx
)tst-initorderb1.so
$(objpfx
)tst-initordera2.so
1495 $(objpfx
)tst-initordera3.so
: $(objpfx
)tst-initorderb2.so
$(objpfx
)tst-initorderb1.so
1496 $(objpfx
)tst-initordera4.so
: $(objpfx
)tst-initordera3.so
1497 $(objpfx
)tst-initorder
: $(objpfx
)tst-initordera4.so
$(objpfx
)tst-initordera1.so
$(objpfx
)tst-initorderb2.so
1498 $(objpfx
)tst-null-argv
: $(objpfx
)tst-null-argv-lib.so
1499 $(objpfx
)tst-tlsalign
: $(objpfx
)tst-tlsalign-lib.so
1500 $(objpfx
)tst-nodelete-opened.out
: $(objpfx
)tst-nodelete-opened-lib.so
1502 $(objpfx
)tst-tlsalign-extern
: $(objpfx
)tst-tlsalign-vars.o
1503 $(objpfx
)tst-tlsalign-extern-static
: $(objpfx
)tst-tlsalign-vars.o
1505 tst-null-argv-ENV
= LD_DEBUG
=all LD_DEBUG_OUTPUT
=$(objpfx
)tst-null-argv.debug.out
1506 LDFLAGS-nodel2mod3.so
= -Wl
,--no-as-needed
1507 LDFLAGS-reldepmod5.so
= -Wl
,--no-as-needed
1508 LDFLAGS-reldep6mod1.so
= -Wl
,--no-as-needed
1509 LDFLAGS-reldep6mod4.so
= -Wl
,--no-as-needed
1510 LDFLAGS-reldep8mod3.so
= -Wl
,--no-as-needed
1511 LDFLAGS-unload4mod1.so
= -Wl
,--no-as-needed
1512 LDFLAGS-unload4mod2.so
= -Wl
,--no-as-needed
1513 LDFLAGS-tst-initorder
= -Wl
,--no-as-needed
1514 LDFLAGS-tst-initordera2.so
= -Wl
,--no-as-needed
1515 LDFLAGS-tst-initordera3.so
= -Wl
,--no-as-needed
1516 LDFLAGS-tst-initordera4.so
= -Wl
,--no-as-needed
1517 LDFLAGS-tst-initorderb2.so
= -Wl
,--no-as-needed
1518 LDFLAGS-tst-tlsmod5.so
= -nostdlib
-Wl
,--no-as-needed
1519 LDFLAGS-tst-tlsmod6.so
= -nostdlib
-Wl
,--no-as-needed
1521 testobj1.so-no-z-defs
= yes
1522 testobj3.so-no-z-defs
= yes
1523 testobj4.so-no-z-defs
= yes
1524 testobj5.so-no-z-defs
= yes
1525 testobj6.so-no-z-defs
= yes
1526 failobj.so-no-z-defs
= yes
1527 constload2.so-no-z-defs
= yes
1528 constload3.so-no-z-defs
= yes
1529 nodelmod1.so-no-z-defs
= yes
1530 nodelmod2.so-no-z-defs
= yes
1531 nodelmod4.so-no-z-defs
= yes
1532 nodel2mod2.so-no-z-defs
= yes
1533 reldepmod2.so-no-z-defs
= yes
1534 reldepmod3.so-no-z-defs
= yes
1535 reldepmod4.so-no-z-defs
= yes
1536 reldep4mod4.so-no-z-defs
= yes
1537 reldep4mod2.so-no-z-defs
= yes
1538 ltglobmod2.so-no-z-defs
= yes
1539 dblloadmod3.so-no-z-defs
= yes
1540 tst-tlsmod1.so-no-z-defs
= yes
1541 tst-tlsmod2.so-no-z-defs
= yes
1542 tst-tlsmod3.so-no-z-defs
= yes
1543 tst-tlsmod4.so-no-z-defs
= yes
1544 tst-tlsmod7.so-no-z-defs
= yes
1545 tst-tlsmod8.so-no-z-defs
= yes
1546 tst-tlsmod9.so-no-z-defs
= yes
1547 tst-tlsmod10.so-no-z-defs
= yes
1548 tst-tlsmod12.so-no-z-defs
= yes
1549 tst-tlsmod14a.so-no-z-defs
= yes
1550 tst-tlsmod14b.so-no-z-defs
= yes
1551 tst-tlsmod15a.so-no-z-defs
= yes
1552 tst-tlsmod16b.so-no-z-defs
= yes
1553 circlemod2.so-no-z-defs
= yes
1554 circlemod3.so-no-z-defs
= yes
1555 circlemod3a.so-no-z-defs
= yes
1556 reldep8mod2.so-no-z-defs
= yes
1557 reldep9mod1.so-no-z-defs
= yes
1558 unload3mod4.so-no-z-defs
= yes
1559 unload4mod1.so-no-z-defs
= yes
1560 ifuncmod1.so-no-z-defs
= yes
1561 ifuncmod5.so-no-z-defs
= yes
1562 ifuncmod6.so-no-z-defs
= yes
1563 tst-auditmod9a.so-no-z-defs
= yes
1564 tst-auditmod9b.so-no-z-defs
= yes
1565 tst-nodelete-uniquemod.so-no-z-defs
= yes
1566 tst-nodelete-rtldmod.so-no-z-defs
= yes
1567 tst-nodelete-zmod.so-no-z-defs
= yes
1568 tst-nodelete2mod.so-no-z-defs
= yes
1570 ifeq ($(build-shared
),yes
)
1571 # Build all the modules even when not actually running test programs.
1572 tests
: $(test-modules
)
1575 LDFLAGS-loadtest
= -rdynamic
1577 $(objpfx
)loadtest.out
: $(test-modules
)
1579 $(objpfx
)neededtest.out
: $(objpfx
)neededobj1.so
$(objpfx
)neededobj2.so \
1580 $(objpfx
)neededobj3.so
1582 $(objpfx
)neededtest2.out
: $(objpfx
)neededobj1.so
$(objpfx
)neededobj2.so \
1583 $(objpfx
)neededobj3.so
1585 $(objpfx
)neededtest3.out
: $(objpfx
)neededobj1.so
$(objpfx
)neededobj2.so \
1586 $(objpfx
)neededobj3.so
$(objpfx
)neededobj4.so
1588 $(objpfx
)neededtest4
: $(objpfx
)neededobj1.so
1589 $(objpfx
)neededtest4.out
: $(objpfx
)neededobj5.so
$(objpfx
)neededobj6.so
1591 $(objpfx
)restest1
: $(objpfx
)testobj1.so
$(objpfx
)testobj1_1.so
1592 LDFLAGS-restest1
= -rdynamic
1594 LDFLAGS-restest2
= -rdynamic
1596 $(objpfx
)restest1.out
: $(test-modules
)
1598 preloadtest-preloads
= testobj1 testobj2 testobj3 testobj4 testobj5
1599 $(objpfx
)preloadtest
: $(objpfx
)testobj6.so
1600 LDFLAGS-preloadtest
= -rdynamic
1601 $(objpfx
)preloadtest.out
: $(preloadtest-preloads
:%=$(objpfx
)%.so
)
1603 LD_PRELOAD
=$(subst $(empty
) ,:,$(strip $(preloadtest-preloads
:=.so
)))
1605 LDFLAGS-loadfail
= -rdynamic
1607 $(objpfx
)loadfail.out
: $(objpfx
)failobj.so
$(objpfx
)testobj1.so \
1608 $(objpfx
)testobj2.so
$(objpfx
)testobj3.so \
1609 $(objpfx
)testobj4.so
$(objpfx
)testobj5.so
1611 LDFLAGS-multiload
= -rdynamic
1612 CFLAGS-multiload.c
+= -DOBJDIR
=\"$(elf-objpfx
)\"
1614 $(objpfx
)multiload.out
: $(objpfx
)testobj1.so
1616 LDFLAGS-origtest
= -rdynamic
1617 $(objpfx
)origtest.out
: $(objpfx
)testobj1.so
1619 ifeq ($(have-thread-library
),yes
)
1620 $(objpfx
)resolvfail
: $(shared-thread-library
)
1623 $(objpfx
)constload1.out
: $(objpfx
)constload2.so
$(objpfx
)constload3.so
1625 $(objpfx
)circleload1.out
: $(objpfx
)circlemod1.so \
1626 $(objpfx
)circlemod1a.so
1628 $(objpfx
)circlemod1.so
: $(objpfx
)circlemod2.so
1629 $(objpfx
)circlemod2.so
: $(objpfx
)circlemod3.so
1630 $(objpfx
)circlemod1a.so
: $(objpfx
)circlemod2a.so
1631 $(objpfx
)circlemod2a.so
: $(objpfx
)circlemod3a.so
1633 $(objpfx
)order
: $(addprefix $(objpfx
),dep4.so dep3.so dep2.so dep1.so
)
1635 $(objpfx
)order-cmp.out
: $(objpfx
)order.out
1636 (echo
"0123456789" | cmp
$< -) > $@
; \
1639 $(objpfx
)vismain
: $(addprefix $(objpfx
),vismod1.so vismod2.so
)
1640 $(objpfx
)vismain.out
: $(addprefix $(objpfx
),vismod3.so
)
1641 vismain-ENV
= LD_PRELOAD
=$(addprefix $(objpfx
),vismod3.so
)
1643 $(objpfx
)noload
: $(objpfx
)testobj1.so
1644 LDFLAGS-noload
= -rdynamic
-Wl
,--no-as-needed
1645 $(objpfx
)noload.out
: $(objpfx
)testobj5.so
1647 $(objpfx
)noload-mem.out
: $(objpfx
)noload.out
1648 $(common-objpfx
)malloc
/mtrace
$(objpfx
)noload.mtrace
> $@
; \
1650 noload-ENV
= MALLOC_TRACE
=$(objpfx
)noload.mtrace \
1651 LD_PRELOAD
=$(common-objpfx
)/malloc
/libc_malloc_debug.so
1653 LDFLAGS-nodelete
= -rdynamic
1654 LDFLAGS-nodelmod1.so
= -Wl
,--enable-new-dtags
,-z
,nodelete
1655 LDFLAGS-nodelmod4.so
= -Wl
,--enable-new-dtags
,-z
,nodelete
1656 $(objpfx
)nodelete.out
: $(objpfx
)nodelmod1.so
$(objpfx
)nodelmod2.so \
1657 $(objpfx
)nodelmod3.so
1659 LDFLAGS-nodlopenmod.so
= -Wl
,--enable-new-dtags
,-z
,nodlopen
1660 $(objpfx
)nodlopen.out
: $(objpfx
)nodlopenmod.so
1662 $(objpfx
)nodlopenmod2.so
: $(objpfx
)nodlopenmod.so
1663 $(objpfx
)nodlopen2.out
: $(objpfx
)nodlopenmod2.so
1665 $(objpfx
)filtmod1.so
: $(objpfx
)filtmod1.os
$(objpfx
)filtmod2.so
1666 $(LINK.o
) -shared
-o
$@
-B
$(csu-objpfx
) $(LDFLAGS.so
) \
1668 -L
$(subst :, -L
,$(rpath-link
)) \
1669 -Wl
,-rpath-link
=$(rpath-link
) \
1670 $< -Wl
,-F
,$(objpfx
)filtmod2.so
1671 $(objpfx
)filter: $(objpfx
)filtmod1.so
1673 # This does not link against libc.
1674 CFLAGS-filtmod1.c
+= $(no-stack-protector
)
1676 $(objpfx
)unload.out
: $(objpfx
)unloadmod.so
1678 $(objpfx
)reldep.out
: $(objpfx
)reldepmod1.so
$(objpfx
)reldepmod2.so
1680 $(objpfx
)reldep2.out
: $(objpfx
)reldepmod1.so
$(objpfx
)reldepmod3.so
1682 $(objpfx
)reldep3.out
: $(objpfx
)reldepmod1.so
$(objpfx
)reldepmod4.so
1684 $(objpfx
)reldep4.out
: $(objpfx
)reldep4mod1.so
$(objpfx
)reldep4mod2.so
1686 $(objpfx
)next
: $(objpfx
)nextmod1.so
$(objpfx
)nextmod2.so
1687 LDFLAGS-next
= -Wl
,--no-as-needed
1689 $(objpfx
)tst-next-ver
: $(objpfx
)nextmod3.so
1690 LDFLAGS-tst-next-ver
= -Wl
,--no-as-needed
1692 $(objpfx
)unload2.out
: $(objpfx
)unload2mod.so
$(objpfx
)unload2dep.so
1694 $(objpfx
)lateglobal.out
: $(objpfx
)ltglobmod1.so
$(objpfx
)ltglobmod2.so
1696 $(objpfx
)tst-pathopt.out
: tst-pathopt.sh
$(objpfx
)tst-pathopt \
1697 $(objpfx
)pathoptobj.so
1698 $(SHELL
) $< $(common-objpfx
) '$(test-wrapper-env)' \
1699 '$(run-program-env)'; \
1702 $(objpfx
)tst-rtld-load-self.out
: tst-rtld-load-self.sh
$(objpfx
)ld.so
1703 $(SHELL
) $^
'$(test-wrapper)' '$(test-wrapper-env)' > $@
; \
1706 tst-rtld-preload-OBJS
= $(subst $(empty
) ,:,$(strip $(preloadtest-preloads
:=.so
)))
1707 $(objpfx
)tst-rtld-preload.out
: tst-rtld-preload.sh
$(objpfx
)ld.so \
1708 $(objpfx
)preloadtest \
1709 $(preloadtest-preloads
:%=$(objpfx
)%.so
)
1710 $(SHELL
) $< $(objpfx
)ld.so
$(objpfx
)preloadtest \
1711 '$(test-wrapper-env)' '$(run_program_env)' \
1712 '$(rpath-link)' '$(tst-rtld-preload-OBJS)' > $@
; \
1715 $(objpfx
)initfirst.out
: $(objpfx
)firstobj.so
1717 $(objpfx
)global
: $(objpfx
)globalmod1.so
1718 $(objpfx
)global.out
: $(objpfx
)reldepmod1.so
$(objpfx
)reldepmod4.so
1720 $(objpfx
)dblload.out
: $(objpfx
)dblloadmod1.so
$(objpfx
)dblloadmod2.so
1722 $(objpfx
)dblunload.out
: $(objpfx
)dblloadmod1.so
$(objpfx
)dblloadmod2.so
1724 $(objpfx
)reldep5.out
: $(objpfx
)reldepmod5.so
$(objpfx
)reldepmod6.so
1726 $(objpfx
)reldep6.out
: $(objpfx
)reldep6mod3.so
$(objpfx
)reldep6mod4.so
1728 $(objpfx
)reldep7.out
: $(objpfx
)reldep7mod1.so
$(objpfx
)reldep7mod2.so
1730 $(objpfx
)reldep8.out
: $(objpfx
)reldep8mod3.so
1732 LDFLAGS-nodel2mod2.so
= -Wl
,--enable-new-dtags
,-z
,nodelete
1733 $(objpfx
)nodelete2.out
: $(objpfx
)nodel2mod3.so
1735 $(objpfx
)reldep9.out
: $(objpfx
)reldep9mod3.so
1737 $(objpfx
)tst-tls3
: $(objpfx
)tst-tlsmod1.so
1739 $(objpfx
)tst-tls4.out
: $(objpfx
)tst-tlsmod2.so
1741 $(objpfx
)tst-tls5.out
: $(objpfx
)tst-tlsmod2.so
1743 $(objpfx
)tst-tls6.out
: $(objpfx
)tst-tlsmod2.so
1745 $(objpfx
)tst-tls7.out
: $(objpfx
)tst-tlsmod3.so
1747 $(objpfx
)tst-tls8.out
: $(objpfx
)tst-tlsmod3.so
$(objpfx
)tst-tlsmod4.so
1749 $(objpfx
)tst-tls9.out
: $(objpfx
)tst-tlsmod5.so
$(objpfx
)tst-tlsmod6.so
1751 $(objpfx
)tst-tls10
: $(objpfx
)tst-tlsmod8.so
$(objpfx
)tst-tlsmod7.so
1753 $(objpfx
)tst-tls11
: $(objpfx
)tst-tlsmod10.so
$(objpfx
)tst-tlsmod9.so
1755 $(objpfx
)tst-tls12
: $(objpfx
)tst-tlsmod12.so
$(objpfx
)tst-tlsmod11.so
1757 $(objpfx
)tst-tls13.out
: $(objpfx
)tst-tlsmod13a.so
1759 $(objpfx
)tst-tls14
: $(objpfx
)tst-tlsmod14a.so
1760 $(objpfx
)tst-tls14.out
: $(objpfx
)tst-tlsmod14b.so
1762 $(objpfx
)tst-tls15.out
: $(objpfx
)tst-tlsmod15a.so
$(objpfx
)tst-tlsmod15b.so
1764 $(objpfx
)tst-tls-dlinfo.out
: $(objpfx
)tst-tlsmod2.so
1768 $(objpfx
)tst-tls16.out
: $(objpfx
)tst-tlsmod16a.so
$(objpfx
)tst-tlsmod16b.so
1770 $(objpfx
)tst-tls17.out
: $(objpfx
)tst-tlsmod17b.so
1771 $(patsubst %,$(objpfx
)%.os
,$(tlsmod17a-modules
)): $(objpfx
)tst-tlsmod17a
%.os
: tst-tlsmod17a.c
1772 $(compile-command.c
) -DN
=$*
1773 $(patsubst %,$(objpfx
)%.so
,$(tlsmod17a-modules
)): $(objpfx
)tst-tlsmod17a
%.so
: $(objpfx
)ld.so
1774 $(objpfx
)tst-tlsmod17b.so
: $(patsubst %,$(objpfx
)%.so
,$(tlsmod17a-modules
))
1776 $(objpfx
)tst-tls18.out
: $(patsubst %,$(objpfx
)%.so
,$(tlsmod18a-modules
))
1777 $(patsubst %,$(objpfx
)%.os
,$(tlsmod18a-modules
)): $(objpfx
)tst-tlsmod18a
%.os
: tst-tlsmod18a.c
1778 $(compile-command.c
) -DN
=$*
1779 $(patsubst %,$(objpfx
)%.so
,$(tlsmod18a-modules
)): $(objpfx
)tst-tlsmod18a
%.so
: $(objpfx
)ld.so
1781 $(objpfx
)tst-tls19.out
: $(objpfx
)tst-tls19mod1.so
1783 CFLAGS-tst-align.c
+= $(stack-align-test-flags
)
1784 CFLAGS-tst-align2.c
+= $(stack-align-test-flags
)
1785 CFLAGS-tst-alignmod.c
+= $(stack-align-test-flags
)
1786 CFLAGS-tst-alignmod2.c
+= $(stack-align-test-flags
)
1787 $(objpfx
)tst-align.out
: $(objpfx
)tst-alignmod.so
1788 $(objpfx
)tst-align2
: $(objpfx
)tst-alignmod2.so
1789 $(objpfx
)tst-align3
: $(objpfx
)tst-alignmod3.so
1790 ifeq (yes
,$(have-fpie
))
1791 CFLAGS-tst-align3.c
+= $(PIE-ccflag
)
1793 LDFLAGS-tst-align3
+= -Wl
,-z
,max-page-size
=0x200000
1794 LDFLAGS-tst-alignmod3.so
+= -Wl
,-z
,max-page-size
=0x200000
1795 $(objpfx
)tst-alignmod3.so
: $(libsupport
)
1797 $(objpfx
)unload3.out
: $(objpfx
)unload3mod1.so
$(objpfx
)unload3mod2.so \
1798 $(objpfx
)unload3mod3.so
$(objpfx
)unload3mod4.so
1800 $(objpfx
)unload4.out
: $(objpfx
)unload4mod1.so
$(objpfx
)unload4mod3.so
1802 $(objpfx
)unload5.out
: $(objpfx
)unload3mod1.so
$(objpfx
)unload3mod2.so \
1803 $(objpfx
)unload3mod3.so
$(objpfx
)unload3mod4.so
1805 $(objpfx
)unload6.out
: $(objpfx
)unload6mod1.so
$(objpfx
)unload6mod2.so \
1806 $(objpfx
)unload6mod3.so
1808 $(objpfx
)unload7.out
: $(objpfx
)unload7mod1.so
$(objpfx
)unload7mod2.so
1809 unload7-ENV
= MALLOC_PERTURB_
=85
1811 $(objpfx
)unload8.out
: $(objpfx
)unload8mod1.so
$(objpfx
)unload8mod1x.so
1813 $(objpfx
)tst-tls9-static.out
: $(objpfx
)tst-tlsmod5.so
$(objpfx
)tst-tlsmod6.so
1815 ifeq ($(have-z-execstack
),yes
)
1816 $(objpfx
)tst-execstack.out
: $(objpfx
)tst-execstack-mod.so
1817 CPPFLAGS-tst-execstack.c
+= -DUSE_PTHREADS
=0
1818 LDFLAGS-tst-execstack
= -Wl
,-z
,noexecstack
1819 LDFLAGS-tst-execstack-mod.so
= -Wl
,-z
,execstack
1821 $(objpfx
)tst-execstack-needed
: $(objpfx
)tst-execstack-mod.so
1822 LDFLAGS-tst-execstack-needed
= -Wl
,-z
,noexecstack
1824 LDFLAGS-tst-execstack-prog
= -Wl
,-z
,execstack
1825 CFLAGS-tst-execstack-prog.c
+= -Wno-trampolines
1826 CFLAGS-tst-execstack-mod.c
+= -Wno-trampolines
1829 LDFLAGS-tst-array2
= -Wl
,--no-as-needed
1830 LDFLAGS-tst-array5
= -Wl
,--no-as-needed
1832 $(objpfx
)tst-array1-cmp.out
: tst-array1.exp
$(objpfx
)tst-array1.out
1836 $(objpfx
)tst-array1-static-cmp.out
: tst-array1.exp \
1837 $(objpfx
)tst-array1-static.out
1841 $(objpfx
)tst-array2
: $(objpfx
)tst-array2dep.so
1842 $(objpfx
)tst-array2-cmp.out
: tst-array2.exp
$(objpfx
)tst-array2.out
1846 $(objpfx
)tst-array3-cmp.out
: tst-array1.exp
$(objpfx
)tst-array3.out
1850 $(objpfx
)tst-array4.out
: $(objpfx
)tst-array2dep.so
1851 $(objpfx
)tst-array4-cmp.out
: tst-array4.exp
$(objpfx
)tst-array4.out
1855 $(objpfx
)tst-array5
: $(objpfx
)tst-array5dep.so
1856 $(objpfx
)tst-array5-cmp.out
: tst-array5.exp
$(objpfx
)tst-array5.out
1860 $(objpfx
)tst-array5-static-cmp.out
: tst-array5-static.exp \
1861 $(objpfx
)tst-array5-static.out
1865 CFLAGS-tst-pie1.c
+= $(pie-ccflag
)
1866 CFLAGS-tst-pie2.c
+= $(pie-ccflag
)
1868 $(objpfx
)tst-piemod1.so
: $(libsupport
)
1869 $(objpfx
)tst-pie1
: $(objpfx
)tst-piemod1.so
1870 $(objpfx
)tst-dlopen-pie.out
: $(objpfx
)tst-pie1
1872 ifeq (yes
,$(build-shared
))
1873 # NB: Please keep cet-built-dso in sysdeps/x86/Makefile in sync with
1874 # all-built-dso here.
1875 all-built-dso
:= $(common-objpfx
)elf
/ld.so
$(common-objpfx
)libc.so \
1876 $(filter-out $(common-objpfx
)linkobj
/libc.so
, \
1877 $(sort $(wildcard $(addprefix $(common-objpfx
), \
1881 $(all-built-dso
:=.dyn
): %.dyn
: %
1883 LC_ALL
=C
$(READELF
) -W
-d
$< > $@T
1886 common-generated
+= $(all-built-dso
:$(common-objpfx
)%=%.dyn
)
1888 $(objpfx
)check-textrel.out
: $(..
)scripts
/check-textrel.awk \
1889 $(all-built-dso
:=.dyn
)
1890 LC_ALL
=C
$(AWK
) -f
$^
> $@
; \
1892 generated
+= check-textrel.out
1894 $(objpfx
)execstack-default
: $(first-word
$(wildcard $(sysdirs
:%=%/stackinfo.h
)))
1895 $(make-target-directory
)
1896 { echo
'#include <elf.h>'; \
1897 echo
'#include <stackinfo.h>'; \
1898 echo
'#if (DEFAULT_STACK_PERMS & PF_X) == 0'; \
1899 echo
'@@@execstack-no@@@'; \
1901 echo
'@@@execstack-yes@@@'; \
1902 echo
'#endif'; } | \
1903 $(CC
) $(CFLAGS
) $(CPPFLAGS
) -E
-x c-header
- | \
1904 sed
-n
-e
's/^@@@\(.*\)@@@/\1/p' > $@T
1906 generated
+= execstack-default
1908 $(all-built-dso
:=.phdr
): %.phdr
: %
1910 LC_ALL
=C
$(READELF
) -W
-l
$< > $@T
1913 common-generated
+= $(all-built-dso
:$(common-objpfx
)%=%.phdr
)
1915 $(objpfx
)check-execstack.out
: $(..
)scripts
/check-execstack.awk \
1916 $(objpfx
)execstack-default \
1917 $(all-built-dso
:=.phdr
)
1918 LC_ALL
=C
$(AWK
) -v
"xfail=$(check-execstack-xfail)" -f
$^
> $@
; \
1920 generated
+= check-execstack.out
1922 $(objpfx
)check-wx-segment.out
: $(..
)scripts
/check-wx-segment.py \
1923 $(all-built-dso
:=.phdr
)
1924 $(PYTHON
) $^
--xfail
="$(check-wx-segment-xfail)" > $@
; \
1926 generated
+= check-wx-segment.out
1928 $(objpfx
)tst-dlmodcount.out
: $(test-modules
)
1930 $(all-built-dso
:=.jmprel
): %.jmprel
: % Makefile
1932 LC_ALL
=C
$(READELF
) -W
-S
-d
-r
$< > $@T
1935 common-generated
+= $(all-built-dso
:$(common-objpfx
)%=%.jmprel
)
1937 localplt-built-dso
:= $(addprefix $(common-objpfx
),\
1942 resolv
/libresolv.so \
1944 ifeq ($(build-mathvec
),yes
)
1945 localplt-built-dso
+= $(addprefix $(common-objpfx
), mathvec
/libmvec.so
)
1947 ifeq ($(have-thread-library
),yes
)
1948 localplt-built-dso
+= $(filter-out %_nonshared.a
, $(shared-thread-library
))
1950 ifeq ($(build-crypt
),yes
)
1951 localplt-built-dso
+= $(addprefix $(common-objpfx
), crypt
/libcrypt.so
)
1953 ifneq ($(pthread-in-libc
),yes
)
1954 localplt-built-dso
+= $(addprefix $(common-objpfx
), rt
/librt.so
)
1957 vpath localplt.data
$(+sysdep_dirs
)
1959 $(objpfx
)check-localplt.out
: $(..
)scripts
/check-localplt.awk \
1960 $(..
)scripts
/localplt.awk \
1961 $(localplt-built-dso
:=.jmprel
) \
1963 LC_ALL
=C
$(AWK
) -f
$(filter-out $< %localplt.data
,$^
) | \
1964 LC_ALL
=C
$(AWK
) -f
$< $(filter %localplt.data
,$^
) - \
1969 $(all-built-dso
:=.dynsym
): %.dynsym
: %
1971 LC_ALL
=C
$(READELF
) -W
--dyn-syms
$< > $@T
1974 common-generated
+= $(all-built-dso
:$(common-objpfx
)%=%.dynsym
)
1976 $(objpfx
)check-initfini.out
: $(..
)scripts
/check-initfini.awk \
1977 $(all-built-dso
:=.dynsym
)
1978 LC_ALL
=C
$(AWK
) -f
$^
> $@
; \
1980 generated
+= check-initfini.out
1982 $(objpfx
)tst-dlopenrpath
: $(objpfx
)tst-dlopenrpathmod.so
1983 CFLAGS-tst-dlopenrpath.c
+= -DPFX
=\"$(objpfx
)\"
1984 LDFLAGS-tst-dlopenrpathmod.so
+= -Wl
,-rpath
,\
$$ORIGIN/test-subdir
1985 $(objpfx
)tst-dlopenrpath.out
: $(objpfx
)firstobj.so
1987 $(objpfx
)tst-deep1mod2.so
: $(objpfx
)tst-deep1mod3.so
1988 $(objpfx
)tst-deep1
: $(objpfx
)tst-deep1mod1.so
1989 $(objpfx
)tst-deep1.out
: $(objpfx
)tst-deep1mod2.so
1990 LDFLAGS-tst-deep1
+= -rdynamic
1991 tst-deep1mod3.so-no-z-defs
= yes
1993 $(objpfx
)tst-dlmopen1.out
: $(objpfx
)tst-dlmopen1mod.so
1995 $(objpfx
)tst-dlmopen2.out
: $(objpfx
)tst-dlmopen1mod.so
1997 $(objpfx
)tst-dlmopen3.out
: $(objpfx
)tst-dlmopen1mod.so
1999 $(objpfx
)tst-dlmopen4.out
: $(objpfx
)tst-dlmopen1mod.so
2001 $(objpfx
)tst-audit1.out
: $(objpfx
)tst-auditmod1.so
2002 tst-audit1-ENV
= LD_AUDIT
=$(objpfx
)tst-auditmod1.so
2004 $(objpfx
)tst-audit2.out
: $(objpfx
)tst-auditmod1.so
$(objpfx
)tst-auditmod9b.so
2005 # Prevent GCC-5 from translating a malloc/memset pair into calloc
2006 CFLAGS-tst-audit2.c
+= -fno-builtin
2007 tst-audit2-ENV
= LD_AUDIT
=$(objpfx
)tst-auditmod1.so
2009 $(objpfx
)tst-audit9.out
: $(objpfx
)tst-auditmod9a.so
$(objpfx
)tst-auditmod9b.so
2010 tst-audit9-ENV
= LD_AUDIT
=$(objpfx
)tst-auditmod9a.so
2012 $(objpfx
)tst-audit8
: $(libm
)
2013 $(objpfx
)tst-audit8.out
: $(objpfx
)tst-auditmod1.so
2014 tst-audit8-ENV
= LD_AUDIT
=$(objpfx
)tst-auditmod1.so
2016 $(objpfx
)tst-global1.out
: $(objpfx
)testobj6.so
$(objpfx
)testobj2.so
2018 $(objpfx
)tst-global2
: $(objpfx
)tst-globalmod2.so
2019 $(objpfx
)tst-global2.out
: $(objpfx
)reldepmod1.so
$(objpfx
)reldepmod4.so
2020 LDFLAGS-tst-global2
= -Wl
,--enable-new-dtags
2021 LDFLAGS-tst-globalmod2.so
= -Wl
,--enable-new-dtags
2023 $(objpfx
)order2.out
: $(objpfx
)order2mod1.so
$(objpfx
)order2mod2.so
2024 $(objpfx
)order2-cmp.out
: $(objpfx
)order2.out
2025 (echo
"12345" | cmp
$< -) > $@
; \
2027 $(objpfx
)order2mod1.so
: $(objpfx
)order2mod4.so
2028 $(objpfx
)order2mod4.so
: $(objpfx
)order2mod3.so
2029 $(objpfx
)order2mod2.so
: $(objpfx
)order2mod3.so
2030 order2mod2.so-no-z-defs
= yes
2031 LDFLAGS-order2mod1.so
= -Wl
,--no-as-needed
2032 LDFLAGS-order2mod2.so
= -Wl
,--no-as-needed
2034 tst-stackguard1-ARGS
= --command
"$(host-test-program-cmd) --child"
2035 tst-stackguard1-static-ARGS
= --command
"$(objpfx)tst-stackguard1-static --child"
2037 tst-ptrguard1-ARGS
= --command
"$(host-test-program-cmd) --child"
2038 # When built statically, the pointer guard interface uses
2039 # __pointer_chk_guard_local.
2040 CFLAGS-tst-ptrguard1-static.c
+= -DPTRGUARD_LOCAL
2041 tst-ptrguard1-static-ARGS
= --command
"$(objpfx)tst-ptrguard1-static --child"
2043 $(objpfx
)tst-leaks1-mem.out
: $(objpfx
)tst-leaks1.out
2044 $(common-objpfx
)malloc
/mtrace
$(objpfx
)tst-leaks1.mtrace
> $@
; \
2047 tst-leaks1-ENV
= MALLOC_TRACE
=$(objpfx
)tst-leaks1.mtrace \
2048 LD_PRELOAD
=$(common-objpfx
)/malloc
/libc_malloc_debug.so
2050 $(objpfx
)tst-thrlock
: $(shared-thread-library
)
2051 $(objpfx
)tst-thrlock.out
: $(libm
)
2052 $(objpfx
)tst-noload.out
: $(libm
)
2054 tst-tst-dlopen-tlsmodid-no-pie
= yes
2055 $(objpfx
)tst-dlopen-tlsmodid
: $(shared-thread-library
)
2056 $(objpfx
)tst-dlopen-tlsmodid.out
: $(objpfx
)tst-dlopen-self
2057 CFLAGS-tst-dlopen-tlsmodid-pie.c
+= $(pie-ccflag
)
2058 $(objpfx
)tst-dlopen-tlsmodid-pie
: $(shared-thread-library
)
2059 $(objpfx
)tst-dlopen-tlsmodid-pie.out
: $(objpfx
)tst-dlopen-self-pie
2060 $(objpfx
)tst-dlopen-tlsmodid-container
: $(shared-thread-library
)
2061 LDFLAGS-tst-dlopen-tlsmodid-container
+= -Wl
,-rpath
,\
$$ORIGIN
2063 tst-tst-dlopen-self-no-pie
= yes
2064 CFLAGS-tst-dlopen-self-pie.c
+= $(pie-ccflag
)
2065 LDFLAGS-tst-dlopen-self-container
+= -Wl
,-rpath
,\
$$ORIGIN
2067 CFLAGS-ifuncmain1pic.c
+= $(pic-ccflag
)
2068 CFLAGS-ifuncmain1picstatic.c
+= $(pic-ccflag
)
2069 CFLAGS-ifuncmain1staticpic.c
+= $(pic-ccflag
)
2070 CFLAGS-ifuncdep1pic.c
+= $(pic-ccflag
)
2071 CFLAGS-ifuncmain1vispic.c
+= $(pic-ccflag
)
2072 CFLAGS-ifuncmain2pic.c
+= $(pic-ccflag
)
2073 CFLAGS-ifuncmain2picstatic.c
+= $(pic-ccflag
)
2074 CFLAGS-ifuncdep2pic.c
+= $(pic-ccflag
)
2075 CFLAGS-ifuncmain4picstatic.c
+= $(pic-ccflag
)
2076 CFLAGS-ifuncmain5pic.c
+= $(pic-ccflag
)
2077 CFLAGS-ifuncmain5picstatic.c
+= $(pic-ccflag
)
2078 CFLAGS-ifuncmain5staticpic.c
+= $(pic-ccflag
)
2079 CFLAGS-ifuncdep5pic.c
+= $(pic-ccflag
)
2080 CFLAGS-ifuncmain7pic.c
+= $(pic-ccflag
)
2081 CFLAGS-ifuncmain7picstatic.c
+= $(pic-ccflag
)
2082 CFLAGS-ifuncmain9pic.c
+= $(pic-ccflag
)
2083 CFLAGS-ifuncmain9picstatic.c
+= $(pic-ccflag
)
2085 LDFLAGS-ifuncmain3
= -Wl
,-export-dynamic
2087 CFLAGS-ifuncmain1pie.c
+= $(pie-ccflag
)
2088 CFLAGS-ifuncmain1vispie.c
+= $(pie-ccflag
)
2089 CFLAGS-ifuncmain1staticpie.c
+= $(pie-ccflag
)
2090 CFLAGS-ifuncmain5pie.c
+= $(pie-ccflag
)
2091 CFLAGS-ifuncmain6pie.c
+= $(pie-ccflag
)
2092 CFLAGS-ifuncmain7pie.c
+= $(pie-ccflag
)
2093 CFLAGS-ifuncmain9pie.c
+= $(pie-ccflag
)
2094 CFLAGS-tst-ifunc-textrel.c
+= $(pic-ccflag
)
2096 LDFLAGS-ifuncmain6pie
= -Wl
,-z
,lazy
2098 $(objpfx
)ifuncmain1pie
: $(objpfx
)ifuncmod1.so
2099 $(objpfx
)ifuncmain1staticpie
: $(objpfx
)ifuncdep1pic.o
2100 $(objpfx
)ifuncmain1vispie
: $(objpfx
)ifuncmod1.so
2101 $(objpfx
)ifuncmain5pie
: $(objpfx
)ifuncmod5.so
2102 $(objpfx
)ifuncmain6pie
: $(objpfx
)ifuncmod6.so
2104 $(objpfx
)ifuncmain1
: $(addprefix $(objpfx
),ifuncmod1.so
)
2105 $(objpfx
)ifuncmain1pic
: $(addprefix $(objpfx
),ifuncmod1.so
)
2106 $(objpfx
)ifuncmain1staticpic
: $(addprefix $(objpfx
),ifuncdep1pic.o
)
2107 $(objpfx
)ifuncmain1static
: $(addprefix $(objpfx
),ifuncdep1.o
)
2108 $(objpfx
)ifuncmain1picstatic
: $(addprefix $(objpfx
),ifuncdep1pic.o
)
2109 $(objpfx
)ifuncmain1vis
: $(addprefix $(objpfx
),ifuncmod1.so
)
2110 $(objpfx
)ifuncmain1vispic
: $(addprefix $(objpfx
),ifuncmod1.so
)
2111 $(objpfx
)ifuncmain2
: $(addprefix $(objpfx
),ifuncdep2.o
)
2112 $(objpfx
)ifuncmain2pic
: $(addprefix $(objpfx
),ifuncdep2pic.o
)
2113 $(objpfx
)ifuncmain2static
: $(addprefix $(objpfx
),ifuncdep2.o
)
2114 $(objpfx
)ifuncmain2picstatic
: $(addprefix $(objpfx
),ifuncdep2pic.o
)
2116 $(objpfx
)ifuncmain3.out
: $(objpfx
)ifuncmod3.so
2118 $(objpfx
)ifuncmain5
: $(addprefix $(objpfx
),ifuncmod5.so
)
2119 $(objpfx
)ifuncmain5pic
: $(addprefix $(objpfx
),ifuncmod5.so
)
2120 $(objpfx
)ifuncmain5static
: $(addprefix $(objpfx
),ifuncdep5.o
)
2121 $(objpfx
)ifuncmain5staticpic
: $(addprefix $(objpfx
),ifuncdep5pic.o
)
2122 $(objpfx
)ifuncmain5picstatic
: $(addprefix $(objpfx
),ifuncdep5pic.o
)
2124 LDFLAGS-tst-ifunc-fault-lazy
= -Wl
,-z
,lazy
2125 LDFLAGS-tst-ifunc-fault-bindnow
= -Wl
,-z
,now
2126 define tst-ifunc-fault-script
2127 ( $(test-wrapper
) $(rtld-prefix
) --verify
$^ \
2128 && $(test-wrapper-env
) LD_TRACE_LOADED_OBJECTS
=1 $(rtld-prefix
) $^ \
2129 && $(test-wrapper-env
) LD_TRACE_LOADED_OBJECTS
=1 LD_DEBUG
=unused \
2131 ) > $@
; $(evaluate-test
)
2133 $(objpfx
)tst-ifunc-fault-lazy.out
: $(objpfx
)tst-ifunc-fault-lazy
$(objpfx
)ld.so
2134 $(tst-ifunc-fault-script
)
2135 $(objpfx
)tst-ifunc-fault-bindnow.out
: $(objpfx
)tst-ifunc-fault-bindnow \
2137 $(tst-ifunc-fault-script
)
2139 $(objpfx
)tst-unique1.out
: $(objpfx
)tst-unique1mod1.so \
2140 $(objpfx
)tst-unique1mod2.so
2142 $(objpfx
)tst-unique2
: $(objpfx
)tst-unique2mod1.so
2143 $(objpfx
)tst-unique2.out
: $(objpfx
)tst-unique2mod2.so
2145 $(objpfx
)tst-unique3
: $(objpfx
)tst-unique3lib.so
2146 $(objpfx
)tst-unique3.out
: $(objpfx
)tst-unique3lib2.so
2148 $(objpfx
)tst-unique4
: $(objpfx
)tst-unique4lib.so
2150 $(objpfx
)tst-nodelete.out
: $(objpfx
)tst-nodelete-uniquemod.so \
2151 $(objpfx
)tst-nodelete-rtldmod.so \
2152 $(objpfx
)tst-nodelete-zmod.so
2154 LDFLAGS-tst-nodelete
= -rdynamic
2155 LDFLAGS-tst-nodelete-zmod.so
= -Wl
,--enable-new-dtags
,-z
,nodelete
2157 $(objpfx
)tst-nodelete2.out
: $(objpfx
)tst-nodelete2mod.so
2159 LDFLAGS-tst-nodelete2
= -rdynamic
2161 $(objpfx
)tst-initorder-cmp.out
: tst-initorder.exp
$(objpfx
)tst-initorder.out
2165 $(objpfx
)tst-initorder2
: $(objpfx
)tst-initorder2a.so
$(objpfx
)tst-initorder2d.so
$(objpfx
)tst-initorder2c.so
2166 $(objpfx
)tst-initorder2a.so
: $(objpfx
)tst-initorder2b.so
2167 $(objpfx
)tst-initorder2b.so
: $(objpfx
)tst-initorder2c.so
2168 $(objpfx
)tst-initorder2c.so
: $(objpfx
)tst-initorder2d.so
2169 LDFLAGS-tst-initorder2
= -Wl
,--no-as-needed
2170 LDFLAGS-tst-initorder2a.so
= -Wl
,--no-as-needed
2171 LDFLAGS-tst-initorder2b.so
= -Wl
,--no-as-needed
2172 LDFLAGS-tst-initorder2c.so
= -Wl
,--no-as-needed
2173 define o-iterator-doit
2174 $(objpfx
)tst-initorder2
$o.os
: tst-initorder2.c
; \
2175 $$(compile-command.c
) -DNAME
=\"$o\"
2177 object-suffixes-left
:= a b c d
2178 include $(o-iterator
)
2180 $(objpfx
)tst-initorder2-cmp.out
: tst-initorder2.exp
$(objpfx
)tst-initorder2.out
2184 $(objpfx
)tst-relsort1mod1.so
: $(libm
) $(objpfx
)tst-relsort1mod2.so
2185 $(objpfx
)tst-relsort1mod2.so
: $(libm
)
2186 $(objpfx
)tst-relsort1.out
: $(objpfx
)tst-relsort1mod1.so \
2187 $(objpfx
)tst-relsort1mod2.so
2189 $(objpfx
)tst-unused-dep.out
: $(objpfx
)testobj1.so
2190 $(test-wrapper-env
) \
2191 LD_TRACE_LOADED_OBJECTS
=1 \
2198 $(objpfx
)tst-unused-dep-cmp.out
: $(objpfx
)tst-unused-dep.out
2199 cmp
$< /dev
/null
> $@
; \
2202 $(objpfx
)tst-audit11.out
: $(objpfx
)tst-auditmod11.so
$(objpfx
)tst-audit11mod1.so
2203 tst-audit11-ENV
= LD_AUDIT
=$(objpfx
)tst-auditmod11.so
2204 $(objpfx
)tst-audit11mod1.so
: $(objpfx
)tst-audit11mod2.so
2205 LDFLAGS-tst-audit11mod2.so
= -Wl
,--version-script
=tst-audit11mod2.map
,-soname
,tst-audit11mod2.so
2207 $(objpfx
)tst-audit12.out
: $(objpfx
)tst-auditmod12.so
$(objpfx
)tst-audit12mod1.so
$(objpfx
)tst-audit12mod3.so
2208 tst-audit12-ENV
= LD_AUDIT
=$(objpfx
)tst-auditmod12.so
2209 $(objpfx
)tst-audit12mod1.so
: $(objpfx
)tst-audit12mod2.so
2210 LDFLAGS-tst-audit12mod2.so
= -Wl
,--version-script
=tst-audit12mod2.map
2212 $(objpfx
)tst-audit13.out
: $(objpfx
)tst-audit13mod1.so
2213 LDFLAGS-tst-audit13mod1.so
= -Wl
,-z
,lazy
2214 tst-audit13-ENV
= LD_AUDIT
=$(objpfx
)tst-audit13mod1.so
2216 $(objpfx
)tst-auditmany.out
: $(objpfx
)tst-auditmanymod1.so \
2217 $(objpfx
)tst-auditmanymod2.so
$(objpfx
)tst-auditmanymod3.so \
2218 $(objpfx
)tst-auditmanymod4.so
$(objpfx
)tst-auditmanymod5.so \
2219 $(objpfx
)tst-auditmanymod6.so
$(objpfx
)tst-auditmanymod7.so \
2220 $(objpfx
)tst-auditmanymod8.so
$(objpfx
)tst-auditmanymod9.so
2221 tst-auditmany-ENV
= \
2222 LD_AUDIT
=tst-auditmanymod1.so
:tst-auditmanymod2.so
:tst-auditmanymod3.so
:tst-auditmanymod4.so
:tst-auditmanymod5.so
:tst-auditmanymod6.so
:tst-auditmanymod7.so
:tst-auditmanymod8.so
:tst-auditmanymod9.so
2224 LDFLAGS-tst-audit14
= -Wl
,--audit
=tst-auditlogmod-1.so
,--disable-new-dtags
2225 $(objpfx
)tst-auditlogmod-1.so
: $(libsupport
)
2226 $(objpfx
)tst-audit14.out
: $(objpfx
)tst-auditlogmod-1.so
2227 LDFLAGS-tst-audit14a
= -Wl
,--audit
=tst-auditlogmod-1.so
,--enable-new-dtags
2228 $(objpfx
)tst-audit14a.out
: $(objpfx
)tst-auditlogmod-1.so
2229 LDFLAGS-tst-audit15
= \
2230 -Wl
,--audit
=tst-auditlogmod-1.so
,--depaudit
=tst-auditlogmod-2.so
2231 $(objpfx
)tst-auditlogmod-2.so
: $(libsupport
)
2232 $(objpfx
)tst-audit15.out
: \
2233 $(objpfx
)tst-auditlogmod-1.so
$(objpfx
)tst-auditlogmod-2.so
2234 LDFLAGS-tst-audit16
= \
2235 -Wl
,--audit
=tst-auditlogmod-1.so
:tst-auditlogmod-2.so \
2236 -Wl
,--depaudit
=tst-auditlogmod-3.so
2237 $(objpfx
)tst-auditlogmod-3.so
: $(libsupport
)
2238 $(objpfx
)tst-audit16.out
: \
2239 $(objpfx
)tst-auditlogmod-1.so
$(objpfx
)tst-auditlogmod-2.so \
2240 $(objpfx
)tst-auditlogmod-3.so
2241 $(objpfx
)tst-audit17.out
: $(objpfx
)tst-auditmod17.so
2242 # The test check if a audit library without libc.so on DT_NEEDED works as
2243 # intended, so it uses an explicit link rule.
2244 $(objpfx
)tst-auditmod17.so
: $(objpfx
)tst-auditmod17.os
2245 $(CC
) -nostdlib
-nostartfiles
-shared
-o
$@.new \
2246 $(filter-out $(map-file
),$^
)
2247 $(call after-link
,$@.new
)
2249 CFLAGS-.os
+= $(call elide-stack-protector
,.os
,tst-auditmod17
)
2250 tst-audit17-ENV
= LD_AUDIT
=$(objpfx
)tst-auditmod17.so
2252 $(objpfx
)tst-audit14-cmp.out
: tst-audit14.exp
$(objpfx
)tst-audit14.out
2255 $(objpfx
)tst-audit14a-cmp.out
: tst-audit14.exp
$(objpfx
)tst-audit14a.out
2258 $(objpfx
)tst-audit15-cmp.out
: tst-audit15.exp
$(objpfx
)tst-audit15.out
2261 $(objpfx
)tst-audit16-cmp.out
: tst-audit16.exp
$(objpfx
)tst-audit16.out
2265 $(objpfx
)tst-audit18.out
: $(objpfx
)tst-auditmod18.so \
2266 $(objpfx
)tst-audit18mod.so
2267 tst-audit18-ARGS
= -- $(host-test-program-cmd
)
2269 $(objpfx
)tst-audit19a.out
: $(objpfx
)tst-auditmod19a.so
2270 tst-audit19a-ENV
= LD_AUDIT
=$(objpfx
)tst-auditmod19a.so
2272 $(objpfx
)tst-audit19b.out
: $(objpfx
)tst-auditmod19b.so
2273 $(objpfx
)tst-audit19b
: $(objpfx
)tst-audit19bmod.so
2274 tst-audit19b-ARGS
= -- $(host-test-program-cmd
)
2276 $(objpfx
)tst-audit20.out
: $(objpfx
)tst-auditmod20.so
2277 tst-audit20-ENV
= LD_AUDIT
=$(objpfx
)tst-auditmod20.so
2279 $(objpfx
)tst-audit21
: $(shared-thread-library
)
2280 $(objpfx
)tst-audit21.out
: $(objpfx
)tst-auditmod21a.so
2281 $(objpfx
)tst-auditmod21a.so
: $(objpfx
)tst-auditmod21b.so
2282 tst-audit21-ENV
= LD_AUDIT
=$(objpfx
)tst-auditmod21a.so
2284 $(objpfx
)tst-audit22.out
: $(objpfx
)tst-auditmod22.so
2285 tst-audit22-ARGS
= -- $(host-test-program-cmd
)
2287 $(objpfx
)tst-audit23.out
: $(objpfx
)tst-auditmod23.so \
2288 $(objpfx
)tst-audit23mod.so
2289 tst-audit23-ARGS
= -- $(host-test-program-cmd
)
2291 $(objpfx
)tst-audit24a.out
: $(objpfx
)tst-auditmod24a.so
2292 $(objpfx
)tst-audit24a
: $(objpfx
)tst-audit24amod1.so \
2293 $(objpfx
)tst-audit24amod2.so
2294 tst-audit24a-ENV
= LD_AUDIT
=$(objpfx
)tst-auditmod24a.so
2295 LDFLAGS-tst-audit24a
= -Wl
,-z
,now
2297 $(objpfx
)tst-audit24b.out
: $(objpfx
)tst-auditmod24b.so
2298 $(objpfx
)tst-audit24b
: $(objpfx
)tst-audit24bmod1.so \
2299 $(objpfx
)tst-audit24bmod2.so
2300 $(objpfx
)tst-audit24bmod1
: $(objpfx
)tst-audit24bmod2.so
2301 # The test checks if a library without .gnu.version correctly calls the
2302 # audit callbacks. So it uses an explicit link rule to avoid linking
2304 $(objpfx
)tst-audit24bmod1.so
: $(objpfx
)tst-audit24bmod1.os
2305 $(CC
) -nostdlib
-nostartfiles
-shared
-o
$@.new
$(objpfx
)tst-audit24bmod1.os \
2307 $(call after-link
,$@.new
)
2309 CFLAGS-.os
+= $(call elide-stack-protector
,.os
,tst-audit24bmod1
)
2310 $(objpfx
)tst-audit24bmod2.so
: $(objpfx
)tst-audit24bmod2.os
2311 $(CC
) -nostdlib
-nostartfiles
-shared
-o
$@.new
$(objpfx
)tst-audit24bmod2.os
2312 $(call after-link
,$@.new
)
2314 CFLAGS-.os
+= $(call elide-stack-protector
,.os
,tst-audit24bmod2
)
2315 tst-audit24b-ENV
= LD_AUDIT
=$(objpfx
)tst-auditmod24b.so
2316 LDFLAGS-tst-audit24b
= -Wl
,-z
,now
2318 # Same as tst-audit24a, but tests LD_BIND_NOW
2319 $(objpfx
)tst-audit24c.out
: $(objpfx
)tst-auditmod24c.so
2320 $(objpfx
)tst-audit24c
: $(objpfx
)tst-audit24amod1.so \
2321 $(objpfx
)tst-audit24amod2.so
2322 tst-audit24c-ENV
= LD_BIND_NOW
=1 LD_AUDIT
=$(objpfx
)tst-auditmod24c.so
2323 LDFLAGS-tst-audit24c
= -Wl
,-z
,lazy
2325 $(objpfx
)tst-audit24d.out
: $(objpfx
)tst-auditmod24d.so
2326 $(objpfx
)tst-audit24d
: $(objpfx
)tst-audit24dmod1.so \
2327 $(objpfx
)tst-audit24dmod2.so
2328 $(objpfx
)tst-audit24dmod1.so
: $(objpfx
)tst-audit24dmod3.so
2329 LDFLAGS-tst-audit24dmod1.so
= -Wl
,-z
,now
2330 $(objpfx
)tst-audit24dmod2.so
: $(objpfx
)tst-audit24dmod4.so
2331 LDFLAGS-tst-audit24dmod2.so
= -Wl
,-z
,lazy
2332 tst-audit24d-ENV
= LD_AUDIT
=$(objpfx
)tst-auditmod24d.so
2333 LDFLAGS-tst-audit24d
= -Wl
,-z
,lazy
2335 $(objpfx
)tst-audit25a.out
: $(objpfx
)tst-auditmod25.so
2336 $(objpfx
)tst-audit25a
: $(objpfx
)tst-audit25mod1.so \
2337 $(objpfx
)tst-audit25mod2.so \
2338 $(objpfx
)tst-audit25mod3.so \
2339 $(objpfx
)tst-audit25mod4.so
2340 LDFLAGS-tst-audit25a
= -Wl
,-z
,lazy
2341 $(objpfx
)tst-audit25mod1.so
: $(objpfx
)tst-audit25mod3.so
2342 LDFLAGS-tst-audit25mod1.so
= -Wl
,-z
,now
2343 $(objpfx
)tst-audit25mod2.so
: $(objpfx
)tst-audit25mod4.so
2344 LDFLAGS-tst-audit25mod2.so
= -Wl
,-z
,lazy
2345 tst-audit25a-ARGS
= -- $(host-test-program-cmd
)
2347 $(objpfx
)tst-audit25b.out
: $(objpfx
)tst-auditmod25.so
2348 $(objpfx
)tst-audit25b
: $(objpfx
)tst-audit25mod1.so \
2349 $(objpfx
)tst-audit25mod2.so \
2350 $(objpfx
)tst-audit25mod3.so \
2351 $(objpfx
)tst-audit25mod4.so
2352 LDFLAGS-tst-audit25b
= -Wl
,-z
,now
2353 tst-audit25b-ARGS
= -- $(host-test-program-cmd
)
2355 $(objpfx
)tst-audit28.out
: $(objpfx
)tst-auditmod28.so
2356 $(objpfx
)tst-auditmod28.so
: $(libsupport
)
2357 tst-audit28-ENV
= LD_AUDIT
=$(objpfx
)tst-auditmod28.so
2359 # tst-sonamemove links against an older implementation of the library.
2360 LDFLAGS-tst-sonamemove-linkmod1.so
= \
2361 -Wl
,--version-script
=tst-sonamemove-linkmod1.map \
2362 -Wl
,-soname
,tst-sonamemove-runmod1.so
2363 LDFLAGS-tst-sonamemove-runmod1.so
= -Wl
,--no-as-needed \
2364 -Wl
,--version-script
=tst-sonamemove-runmod1.map \
2365 -Wl
,-soname
,tst-sonamemove-runmod1.so
2366 LDFLAGS-tst-sonamemove-runmod2.so
= \
2367 -Wl
,--version-script
=tst-sonamemove-runmod2.map \
2368 -Wl
,-soname
,tst-sonamemove-runmod2.so
2369 $(objpfx
)tst-sonamemove-runmod1.so
: $(objpfx
)tst-sonamemove-runmod2.so
2370 # Link against the link module, but depend on the run-time modules
2372 $(objpfx
)tst-sonamemove-link
: $(objpfx
)tst-sonamemove-linkmod1.so
2373 $(objpfx
)tst-sonamemove-link.out
: \
2374 $(objpfx
)tst-sonamemove-runmod1.so \
2375 $(objpfx
)tst-sonamemove-runmod2.so
2376 $(objpfx
)tst-sonamemove-dlopen.out
: \
2377 $(objpfx
)tst-sonamemove-runmod1.so \
2378 $(objpfx
)tst-sonamemove-runmod2.so
2380 $(objpfx
)tst-dlmopen-dlerror-mod.so
: $(libsupport
)
2381 $(objpfx
)tst-dlmopen-dlerror.out
: $(objpfx
)tst-dlmopen-dlerror-mod.so
2383 # Override -z defs, so that we can reference an undefined symbol.
2384 # Force lazy binding for the same reason.
2385 LDFLAGS-tst-latepthreadmod.so
= \
2386 -Wl
,-z
,lazy
-Wl
,--unresolved-symbols
=ignore-all
2387 # Do not optimize sibling calls as the test relies on a JMP_SLOT relocation for
2388 # function this_function_is_not_defined.
2389 CFLAGS-tst-latepthreadmod.c
+= -fno-optimize-sibling-calls
2390 $(objpfx
)tst-latepthreadmod.so
: $(shared-thread-library
)
2391 $(objpfx
)tst-latepthread.out
: $(objpfx
)tst-latepthreadmod.so
2393 # The test modules are parameterized by preprocessor macros.
2394 $(patsubst %,$(objpfx
)%.os
,$(tst-tls-many-dynamic-modules
)): \
2395 $(objpfx
)tst-tls-manydynamic
%mod.os
: tst-tls-manydynamicmod.c
2396 $(compile-command.c
) \
2397 -DNAME
=tls_global_
$* -DSETTER
=set_value_
$* -DGETTER
=get_value_
$*
2398 $(objpfx
)tst-tls-manydynamic
: $(shared-thread-library
)
2399 $(objpfx
)tst-tls-manydynamic.out
: \
2400 $(patsubst %,$(objpfx
)%.so
,$(tst-tls-many-dynamic-modules
))
2402 $(objpfx
)tst-ldconfig-X.out
: tst-ldconfig-X.sh
$(objpfx
)ldconfig
2403 $(SHELL
) $< '$(common-objpfx)' '$(test-wrapper-env)' \
2404 '$(run-program-env)' > $@
; \
2407 # Test static linking of all the libraries we can possibly link
2408 # together. Note that in some configurations this may be less than the
2409 # complete list of libraries we build but we try to maxmimize this list.
2410 ifeq ($(pthread-in-libc
),no
)
2411 $(objpfx
)tst-linkall-static
: \
2412 $(common-objpfx
)resolv
/libanl.a
2414 $(objpfx
)tst-linkall-static
: \
2415 $(common-objpfx
)math
/libm.a \
2416 $(common-objpfx
)resolv
/libresolv.a \
2417 $(common-objpfx
)login
/libutil.a \
2418 $(common-objpfx
)rt
/librt.a \
2419 $(static-thread-library
)
2421 ifeq ($(build-crypt
),yes
)
2422 # If we are using NSS crypto and we have the ability to link statically
2423 # then we include libcrypt.a, otherwise we leave out libcrypt.a and
2424 # link as much as we can into the tst-linkall-static test. This assumes
2425 # that linking with libcrypt.a does everything required to include the
2426 # static NSS crypto library.
2427 ifeq (yesyes
,$(nss-crypt
)$(static-nss-crypt
))
2428 $(objpfx
)tst-linkall-static
: \
2429 $(common-objpfx
)crypt
/libcrypt.a
2431 # If we are not using NSS crypto then we always have the ability to link
2433 ifeq (no
,$(nss-crypt
))
2434 $(objpfx
)tst-linkall-static
: \
2435 $(common-objpfx
)crypt
/libcrypt.a
2439 LDFLAGS-nextmod3.so
= -Wl
,--version-script
=nextmod3.map
2441 # The application depends on the DSO, and the DSO loads the plugin.
2442 # The plugin also depends on the DSO. This creates the circular
2443 # dependency via dlopen that we're testing to make sure works.
2444 $(objpfx
)tst-nodelete-dlclose-plugin.so
: $(objpfx
)tst-nodelete-dlclose-dso.so
2445 $(objpfx
)tst-nodelete-dlclose
: $(objpfx
)tst-nodelete-dlclose-dso.so
2446 $(objpfx
)tst-nodelete-dlclose.out
: $(objpfx
)tst-nodelete-dlclose-dso.so \
2447 $(objpfx
)tst-nodelete-dlclose-plugin.so
2449 tst-env-setuid-ENV
= MALLOC_CHECK_
=2 MALLOC_MMAP_THRESHOLD_
=4096 \
2452 $(objpfx
)tst-debug1.out
: $(objpfx
)tst-debug1mod1.so
2454 $(objpfx
)tst-debug1mod1.so
: $(objpfx
)testobj1.so
2455 $(OBJCOPY
) --only-keep-debug
$< $@
2457 $(objpfx
)tst-main1
: $(objpfx
)tst-main1mod.so
2458 CRT-tst-main1
:= $(csu-objpfx
)crt1.o
2459 tst-main1-no-pie
= yes
2460 LDLIBS-tst-main1
= $(libsupport
)
2461 tst-main1mod.so-no-z-defs
= yes
2463 LDLIBS-tst-absolute-sym-lib.so
= tst-absolute-sym-lib.lds
2464 $(objpfx
)tst-absolute-sym-lib.so
: $(LDLIBS-tst-absolute-sym-lib.so
)
2465 $(objpfx
)tst-absolute-sym
: $(objpfx
)tst-absolute-sym-lib.so
2467 LDLIBS-tst-absolute-zero-lib.so
= tst-absolute-zero-lib.lds
2468 $(objpfx
)tst-absolute-zero-lib.so
: $(LDLIBS-tst-absolute-zero-lib.so
)
2469 $(objpfx
)tst-absolute-zero
: $(objpfx
)tst-absolute-zero-lib.so
2471 $(objpfx
)tst-big-note
: $(objpfx
)tst-big-note-lib.so
2472 # Avoid creating an ABI tag note, which may come before the
2473 # artificial, large note in tst-big-note-lib.o and invalidate the
2475 $(objpfx
)tst-big-note-lib.so
: $(objpfx
)tst-big-note-lib.o
2476 $(LINK.o
) -shared
-o
$@
$(LDFLAGS.so
) $(dt-relr-ldflag
) $<
2478 $(objpfx
)tst-unwind-ctor
: $(objpfx
)tst-unwind-ctor-lib.so
2480 CFLAGS-tst-unwind-main.c
+= -funwind-tables
-DUSE_PTHREADS
=0
2482 $(objpfx
)tst-initfinilazyfail.out
: \
2483 $(objpfx
)tst-initlazyfailmod.so
$(objpfx
)tst-finilazyfailmod.so
2484 # Override -z defs, so that we can reference an undefined symbol.
2485 # Force lazy binding for the same reason.
2486 LDFLAGS-tst-initlazyfailmod.so
= \
2487 -Wl
,-z
,lazy
-Wl
,--unresolved-symbols
=ignore-all
2488 LDFLAGS-tst-finilazyfailmod.so
= \
2489 -Wl
,-z
,lazy
-Wl
,--unresolved-symbols
=ignore-all
2491 $(objpfx
)tst-dlopenfail.out
: \
2492 $(objpfx
)tst-dlopenfailmod1.so
$(objpfx
)tst-dlopenfailmod2.so
2493 # Order matters here. tst-dlopenfaillinkmod.so's soname ensures a
2494 # run-time loader failure. --as-needed breaks this test because
2495 # nothing actually references tst-dlopenfailmod2.so (with its soname
2496 # tst-dlopenfail-missingmod.so).
2497 LDFLAGS-tst-dlopenfailmod1.so
= -Wl
,--no-as-needed
2498 $(objpfx
)tst-dlopenfailmod1.so
: \
2499 $(shared-thread-library
) $(objpfx
)tst-dlopenfaillinkmod.so
2500 LDFLAGS-tst-dlopenfaillinkmod.so
= -Wl
,-soname
,tst-dlopenfail-missingmod.so
2501 $(objpfx
)tst-dlopenfailmod2.so
: $(objpfx
)tst-dlopenfailnodelmod.so
2502 $(objpfx
)tst-dlopenfail-2.out
: \
2503 $(objpfx
)tst-dlopenfailmod1.so
$(objpfx
)tst-dlopenfailmod2.so \
2504 $(objpfx
)tst-dlopenfailmod3.so
2505 # tst-dlopenfailnodelmod.so emulates how libpthread was linked.
2506 $(objpfx
)tst-dlopenfailnodelmod.so
: $(libsupport
)
2507 LDFLAGS-tst-dlopenfailnodelmod.so
= \
2508 -Wl
,--enable-new-dtags
,-z
,nodelete
,-z
,initfirst
2509 # tst-dlopenfail should export the libsupport symbols, so that
2510 # tst-dlopenfailnodelmod.so uses them for error reporting.
2511 LDFLAGS-tst-dlopenfail
= -Wl
,-E
2513 $(objpfx
)tst-dlopen-nodelete-reloc.out
: \
2514 $(objpfx
)tst-dlopen-nodelete-reloc-mod1.so \
2515 $(objpfx
)tst-dlopen-nodelete-reloc-mod2.so \
2516 $(objpfx
)tst-dlopen-nodelete-reloc-mod3.so \
2517 $(objpfx
)tst-dlopen-nodelete-reloc-mod4.so \
2518 $(objpfx
)tst-dlopen-nodelete-reloc-mod5.so \
2519 $(objpfx
)tst-dlopen-nodelete-reloc-mod6.so \
2520 $(objpfx
)tst-dlopen-nodelete-reloc-mod7.so \
2521 $(objpfx
)tst-dlopen-nodelete-reloc-mod8.so \
2522 $(objpfx
)tst-dlopen-nodelete-reloc-mod9.so \
2523 $(objpfx
)tst-dlopen-nodelete-reloc-mod10.so \
2524 $(objpfx
)tst-dlopen-nodelete-reloc-mod11.so \
2525 $(objpfx
)tst-dlopen-nodelete-reloc-mod12.so \
2526 $(objpfx
)tst-dlopen-nodelete-reloc-mod13.so \
2527 $(objpfx
)tst-dlopen-nodelete-reloc-mod14.so \
2528 $(objpfx
)tst-dlopen-nodelete-reloc-mod15.so \
2529 $(objpfx
)tst-dlopen-nodelete-reloc-mod16.so \
2530 $(objpfx
)tst-dlopen-nodelete-reloc-mod17.so
2531 tst-dlopen-nodelete-reloc-mod2.so-no-z-defs
= yes
2532 LDFLAGS-tst-dlopen-nodelete-reloc-mod2.so
= -Wl
,-z
,nodelete
2533 $(objpfx
)tst-dlopen-nodelete-reloc-mod4.so
: \
2534 $(objpfx
)tst-dlopen-nodelete-reloc-mod3.so
2535 LDFLAGS-tst-dlopen-nodelete-reloc-mod4.so
= -Wl
,--no-as-needed
2536 $(objpfx
)tst-dlopen-nodelete-reloc-mod5.so
: \
2537 $(objpfx
)tst-dlopen-nodelete-reloc-mod4.so
2538 LDFLAGS-tst-dlopen-nodelete-reloc-mod5.so
= -Wl
,-z
,nodelete
,--no-as-needed
2539 tst-dlopen-nodelete-reloc-mod5.so-no-z-defs
= yes
2540 tst-dlopen-nodelete-reloc-mod7.so-no-z-defs
= yes
2541 tst-dlopen-nodelete-reloc-mod11.so-no-z-defs
= yes
2542 $(objpfx
)tst-dlopen-nodelete-reloc-mod13.so
: \
2543 $(objpfx
)tst-dlopen-nodelete-reloc-mod12.so
2544 $(objpfx
)tst-dlopen-nodelete-reloc-mod15.so
: \
2545 $(objpfx
)tst-dlopen-nodelete-reloc-mod14.so
2546 tst-dlopen-nodelete-reloc-mod16.so-no-z-defs
= yes
2547 $(objpfx
)tst-dlopen-nodelete-reloc-mod16.so
: \
2548 $(objpfx
)tst-dlopen-nodelete-reloc-mod15.so
2549 LDFLAGS-tst-dlopen-nodelete-reloc-mod16.so
= -Wl
,--no-as-needed
2550 $(objpfx
)tst-dlopen-nodelete-reloc-mod17.so
: \
2551 $(objpfx
)tst-dlopen-nodelete-reloc-mod15.so \
2552 $(objpfx
)tst-dlopen-nodelete-reloc-mod16.so
2553 LDFLAGS-tst-dlopen-nodelete-reloc-mod17.so
= -Wl
,--no-as-needed
2555 $(objpfx
)tst-ldconfig-ld_so_conf-update.out
: $(objpfx
)tst-ldconfig-ld-mod.so
2557 LDFLAGS-tst-filterobj-flt.so
= -Wl
,--filter=$(objpfx
)tst-filterobj-filtee.so
2558 $(objpfx
)tst-filterobj
: $(objpfx
)tst-filterobj-flt.so
2559 $(objpfx
)tst-filterobj.out
: $(objpfx
)tst-filterobj-filtee.so
2560 $(objpfx
)tst-filterobj-dlopen.out
: $(objpfx
)tst-filterobj-filtee.so
2562 LDFLAGS-tst-filterobj-aux.so
= -Wl
,--auxiliary
=$(objpfx
)tst-filterobj-filtee.so
2563 $(objpfx
)tst-auxobj
: $(objpfx
)tst-filterobj-aux.so
2564 $(objpfx
)tst-auxobj.out
: $(objpfx
)tst-filterobj-filtee.so
2565 $(objpfx
)tst-auxobj-dlopen.out
: $(objpfx
)tst-filterobj-filtee.so
2567 $(objpfx
)tst-single_threaded
: $(objpfx
)tst-single_threaded-mod1.so
2568 $(objpfx
)tst-single_threaded.out
: \
2569 $(objpfx
)tst-single_threaded-mod2.so
$(objpfx
)tst-single_threaded-mod3.so
2570 $(objpfx
)tst-single_threaded-static-dlopen
: \
2571 $(objpfx
)tst-single_threaded-mod1.o
2572 $(objpfx
)tst-single_threaded-static-dlopen.out
: \
2573 $(objpfx
)tst-single_threaded-mod2.so
2574 $(objpfx
)tst-single_threaded-pthread
: \
2575 $(objpfx
)tst-single_threaded-mod1.so
$(shared-thread-library
)
2576 $(objpfx
)tst-single_threaded-pthread.out
: \
2577 $(objpfx
)tst-single_threaded-mod2.so
$(objpfx
)tst-single_threaded-mod3.so \
2578 $(objpfx
)tst-single_threaded-mod4.so
2579 $(objpfx
)tst-single_threaded-pthread-static
: $(static-thread-library
)
2581 $(objpfx
)tst-tls-ie
: $(shared-thread-library
)
2582 $(objpfx
)tst-tls-ie.out
: \
2583 $(objpfx
)tst-tls-ie-mod0.so \
2584 $(objpfx
)tst-tls-ie-mod1.so \
2585 $(objpfx
)tst-tls-ie-mod2.so \
2586 $(objpfx
)tst-tls-ie-mod3.so \
2587 $(objpfx
)tst-tls-ie-mod4.so \
2588 $(objpfx
)tst-tls-ie-mod5.so \
2589 $(objpfx
)tst-tls-ie-mod6.so
2591 $(objpfx
)tst-tls-ie-dlmopen
: $(shared-thread-library
)
2592 $(objpfx
)tst-tls-ie-dlmopen.out
: \
2593 $(objpfx
)tst-tls-ie-mod0.so \
2594 $(objpfx
)tst-tls-ie-mod1.so \
2595 $(objpfx
)tst-tls-ie-mod2.so \
2596 $(objpfx
)tst-tls-ie-mod3.so \
2597 $(objpfx
)tst-tls-ie-mod4.so \
2598 $(objpfx
)tst-tls-ie-mod5.so \
2599 $(objpfx
)tst-tls-ie-mod6.so
2601 $(objpfx
)argv0test.out
: tst-rtld-argv0.sh
$(objpfx
)ld.so \
2603 $(SHELL
) $< $(objpfx
)ld.so
$(objpfx
)argv0test \
2604 '$(test-wrapper-env)' '$(run_program_env)' \
2605 '$(rpath-link)' 'test-argv0' > $@
; \
2608 # A list containing the name of the most likely searched subdirectory
2609 # of the glibc-hwcaps directory, for each supported architecture (in
2610 # other words, the oldest hardware level recognized by the
2611 # glibc-hwcaps mechanism for this architecture). Used to obtain test
2612 # coverage for some glibc-hwcaps tests for the widest possible range
2614 glibc-hwcaps-first-subdirs-for-tests
= power9 x86-64-v2 z13
2616 # The test modules are parameterized by preprocessor macros.
2617 LDFLAGS-libmarkermod1-1.so
+= -Wl
,-soname
,libmarkermod1.so
2618 LDFLAGS-libmarkermod2-1.so
+= -Wl
,-soname
,libmarkermod2.so
2619 LDFLAGS-libmarkermod3-1.so
+= -Wl
,-soname
,libmarkermod3.so
2620 LDFLAGS-libmarkermod4-1.so
+= -Wl
,-soname
,libmarkermod4.so
2621 LDFLAGS-libmarkermod5-1.so
+= -Wl
,-soname
,libmarkermod5.so
2622 $(objpfx
)libmarkermod
%.os
: markermodMARKER-VALUE.c
2623 $(compile-command.c
) \
2624 -DMARKER
=marker
$(firstword $(subst -, ,$*)) \
2625 -DVALUE
=$(lastword
$(subst -, ,$*))
2626 $(objpfx
)libmarkermod1.so
: $(objpfx
)libmarkermod1-1.so
2628 $(objpfx
)libmarkermod2.so
: $(objpfx
)libmarkermod2-1.so
2630 $(objpfx
)libmarkermod3.so
: $(objpfx
)libmarkermod3-1.so
2632 $(objpfx
)libmarkermod4.so
: $(objpfx
)libmarkermod4-1.so
2634 $(objpfx
)libmarkermod5.so
: $(objpfx
)libmarkermod5-1.so
2637 # tst-glibc-hwcaps-prepend checks that --glibc-hwcaps-prepend is
2638 # preferred over auto-detected subdirectories.
2639 $(objpfx
)tst-glibc-hwcaps-prepend
: $(objpfx
)libmarkermod1-1.so
2640 $(objpfx
)glibc-hwcaps
/prepend-markermod1
/libmarkermod1.so
: \
2641 $(objpfx
)libmarkermod1-2.so
2642 $(make-target-directory
)
2644 $(objpfx
)glibc-hwcaps
/%/libmarkermod1.so
: $(objpfx
)libmarkermod1-3.so
2645 $(make-target-directory
)
2647 $(objpfx
)tst-glibc-hwcaps-prepend.out
: \
2648 $(objpfx
)tst-glibc-hwcaps-prepend
$(objpfx
)libmarkermod1.so \
2649 $(patsubst %,$(objpfx
)glibc-hwcaps
/%/libmarkermod1.so
,prepend-markermod1 \
2650 $(glibc-hwcaps-first-subdirs-for-tests
))
2651 $(test-wrapper
) $(rtld-prefix
) \
2652 --glibc-hwcaps-prepend prepend-markermod1 \
2656 # Like tst-glibc-hwcaps-prepend, but uses a container and loads the
2657 # library via ld.so.cache. Test setup is contained in the test
2659 $(objpfx
)tst-glibc-hwcaps-prepend-cache.out
: \
2660 $(objpfx
)tst-glibc-hwcaps-prepend-cache
$(objpfx
)libmarkermod1-1.so \
2661 $(objpfx
)libmarkermod1-2.so
$(objpfx
)libmarkermod1-3.so
2663 # tst-glibc-hwcaps-mask checks that --glibc-hwcaps-mask can be used to
2664 # suppress all auto-detected subdirectories.
2665 $(objpfx
)tst-glibc-hwcaps-mask
: $(objpfx
)libmarkermod1-1.so
2666 $(objpfx
)tst-glibc-hwcaps-mask.out
: \
2667 $(objpfx
)tst-glibc-hwcaps-mask
$(objpfx
)libmarkermod1.so \
2668 $(patsubst %,$(objpfx
)glibc-hwcaps
/%/libmarkermod1.so
,\
2669 $(glibc-hwcaps-first-subdirs-for-tests
))
2670 $(test-wrapper
) $(rtld-prefix
) \
2671 --glibc-hwcaps-mask does-not-exist \
2675 # Generic dependency for sysdeps implementation of
2676 # tst-glibc-hwcaps-cache.
2677 $(objpfx
)tst-glibc-hwcaps-cache.out
: $(objpfx
)tst-glibc-hwcaps
2679 $(objpfx
)list-tunables.out
: tst-rtld-list-tunables.sh
$(objpfx
)ld.so
2680 $(SHELL
) $< $(objpfx
)ld.so
'$(test-wrapper-env)' \
2681 '$(run_program_env)' > $(objpfx
)/tst-rtld-list-tunables.out
2682 cmp tst-rtld-list-tunables.exp \
2683 $(objpfx
)/tst-rtld-list-tunables.out
> $@
; \
2686 tst-dst-static-ENV
= LD_LIBRARY_PATH
='$$ORIGIN'
2688 $(objpfx
)tst-rtld-help.out
: $(objpfx
)ld.so
2689 $(test-wrapper
) $(rtld-prefix
) --help
> $@
; \
2691 echo
"info: ld.so exit status: $$status" >> $@
; \
2692 if
! grep
-q
'Legacy HWCAP subdirectories under library search path directories' $@
; then \
2693 echo
"error: missing subdirectory pattern" >> $@
; \
2694 if
test $$status -eq
0; then \
2701 # Reuses tst-tls-many-dynamic-modules
2702 $(patsubst %,$(objpfx
)%.os
,$(tst-tls-many-dynamic-modules-dep
)): \
2703 $(objpfx
)tst-tls-manydynamic
%mod-dep.os
: tst-tls-manydynamicmod.c
2704 $(compile-command.c
) \
2705 -DNAME
=tls_global_
$* -DSETTER
=set_value_
$* -DGETTER
=get_value_
$*
2706 $(patsubst %,$(objpfx
)%.os
,$(tst-tls-many-dynamic-modules-dep-bad
)): \
2707 $(objpfx
)tst-tls-manydynamic
%mod-dep-bad.os
: tst-tls-manydynamicmod.c
2708 $(compile-command.c
) \
2709 -DNAME
=tls_global_
$* -DSETTER
=set_value_
$* -DGETTER
=get_value_
$*
2710 tst-tls20mod-bad.so-no-z-defs
= yes
2711 # Single dependency.
2712 $(objpfx
)tst-tls-manydynamic0mod-dep.so
: $(objpfx
)tst-tls-manydynamic1mod-dep.so
2713 # Double dependencies.
2714 $(objpfx
)tst-tls-manydynamic2mod-dep.so
: $(objpfx
)tst-tls-manydynamic3mod-dep.so \
2715 $(objpfx
)tst-tls-manydynamic4mod-dep.so
2716 # Double dependencies with each dependency depent of another module.
2717 $(objpfx
)tst-tls-manydynamic5mod-dep.so
: $(objpfx
)tst-tls-manydynamic6mod-dep.so \
2718 $(objpfx
)tst-tls-manydynamic7mod-dep.so
2719 $(objpfx
)tst-tls-manydynamic6mod-dep.so
: $(objpfx
)tst-tls-manydynamic8mod-dep.so
2720 $(objpfx
)tst-tls-manydynamic7mod-dep.so
: $(objpfx
)tst-tls-manydynamic8mod-dep.so
2721 # Long chain with one double dependency in the middle
2722 $(objpfx
)tst-tls-manydynamic9mod-dep.so
: $(objpfx
)tst-tls-manydynamic10mod-dep.so \
2723 $(objpfx
)tst-tls-manydynamic11mod-dep.so
2724 $(objpfx
)tst-tls-manydynamic10mod-dep.so
: $(objpfx
)tst-tls-manydynamic12mod-dep.so
2725 $(objpfx
)tst-tls-manydynamic12mod-dep.so
: $(objpfx
)tst-tls-manydynamic13mod-dep.so
2726 # Long chain with two double depedencies in the middle
2727 $(objpfx
)tst-tls-manydynamic14mod-dep.so
: $(objpfx
)tst-tls-manydynamic15mod-dep.so
2728 $(objpfx
)tst-tls-manydynamic15mod-dep.so
: $(objpfx
)tst-tls-manydynamic16mod-dep.so \
2729 $(objpfx
)tst-tls-manydynamic17mod-dep.so
2730 $(objpfx
)tst-tls-manydynamic16mod-dep.so
: $(objpfx
)tst-tls-manydynamic18mod-dep.so \
2731 $(objpfx
)tst-tls-manydynamic19mod-dep.so
2732 # Same but with an invalid module.
2733 # Single dependency.
2734 $(objpfx
)tst-tls-manydynamic0mod-dep-bad.so
: $(objpfx
)tst-tls20mod-bad.so
2735 LDFLAGS-tst-tls-manydynamic0mod-dep-bad.so
= -Wl
,--no-as-needed
2736 # Double dependencies.
2737 $(objpfx
)tst-tls-manydynamic1mod-dep-bad.so
: $(objpfx
)tst-tls-manydynamic2mod-dep-bad.so \
2738 $(objpfx
)tst-tls20mod-bad.so
2739 LDFLAGS-tst-tls-manydynamic1mod-dep-bad.so
= -Wl
,--no-as-needed
2740 # Double dependencies with each dependency depent of another module.
2741 $(objpfx
)tst-tls-manydynamic3mod-dep-bad.so
: $(objpfx
)tst-tls-manydynamic4mod-dep-bad.so \
2742 $(objpfx
)tst-tls-manydynamic5mod-dep-bad.so
2743 LDFLAGS-tst-tls-manydynamic3mod-dep-bad.so
= -Wl
,--no-as-needed
2744 $(objpfx
)tst-tls-manydynamic4mod-dep-bad.so
: $(objpfx
)tst-tls20mod-bad.so
2745 LDFLAGS-tst-tls-manydynamic4mod-dep-bad.so
= -Wl
,--no-as-needed
2746 $(objpfx
)tst-tls-manydynamic5mod-dep-bad.so
: $(objpfx
)tst-tls20mod-bad.so
2747 LDFLAGS-tst-tls-manydynamic5mod-dep-bad.so
= -Wl
,--no-as-needed
2748 # Long chain with one double dependency in the middle
2749 $(objpfx
)tst-tls-manydynamic6mod-dep-bad.so
: $(objpfx
)tst-tls-manydynamic7mod-dep-bad.so \
2750 $(objpfx
)tst-tls-manydynamic8mod-dep-bad.so
2751 LDFLAGS-tst-tls-manydynamic6mod-dep-bad.so
= -Wl
,--no-as-needed
2752 $(objpfx
)tst-tls-manydynamic7mod-dep-bad.so
: $(objpfx
)tst-tls-manydynamic9mod-dep-bad.so
2753 LDFLAGS-tst-tls-manydynamic7mod-dep-bad.so
= -Wl
,--no-as-needed
2754 $(objpfx
)tst-tls-manydynamic9mod-dep-bad.so
: $(objpfx
)tst-tls20mod-bad.so
2755 LDFLAGS-tst-tls-manydynamic9mod-dep-bad.so
= -Wl
,--no-as-needed
2756 # Long chain with two double depedencies in the middle
2757 $(objpfx
)tst-tls-manydynamic10mod-dep-bad.so
: $(objpfx
)tst-tls-manydynamic11mod-dep-bad.so
2758 LDFLAGS-tst-tls-manydynamic10mod-dep-bad.so
= -Wl
,--no-as-needed
2759 $(objpfx
)tst-tls-manydynamic11mod-dep-bad.so
: $(objpfx
)tst-tls-manydynamic12mod-dep-bad.so \
2760 $(objpfx
)tst-tls-manydynamic13mod-dep-bad.so
2761 LDFLAGS-tst-tls-manydynamic11mod-dep-bad.so
= -Wl
,--no-as-needed
2762 $(objpfx
)tst-tls-manydynamic12mod-dep-bad.so
: $(objpfx
)tst-tls-manydynamic14mod-dep-bad.so \
2763 $(objpfx
)tst-tls20mod-bad.so
2764 LDFLAGS-tst-tls-manydynamic12mod-dep-bad.so
= -Wl
,--no-as-needed
2765 $(objpfx
)tst-tls20
: $(shared-thread-library
)
2766 $(objpfx
)tst-tls20.out
: $(objpfx
)tst-tls20mod-bad.so \
2767 $(tst-tls-many-dynamic-modules
:%=$(objpfx
)%.so
) \
2768 $(tst-tls-many-dynamic-modules-dep
:%=$(objpfx
)%.so
) \
2769 $(tst-tls-many-dynamic-modules-dep-bad
:%=$(objpfx
)%.so
) \
2771 # Reuses tst-tls-many-dynamic-modules
2772 $(objpfx
)tst-tls21
: $(shared-thread-library
)
2773 $(objpfx
)tst-tls21.out
: $(objpfx
)tst-tls21mod.so
2774 $(objpfx
)tst-tls21mod.so
: $(tst-tls-many-dynamic-modules
:%=$(objpfx
)%.so
)
2776 $(objpfx
)tst-getauxval-static.out
: $(objpfx
)tst-auxvalmod.so
2777 tst-getauxval-static-ENV
= LD_LIBRARY_PATH
=$(objpfx
):$(common-objpfx
)
2779 $(objpfx
)tst-dlmopen-gethostbyname.out
: $(objpfx
)tst-dlmopen-gethostbyname-mod.so
2781 $(objpfx
)tst-ro-dynamic
: $(objpfx
)tst-ro-dynamic-mod.so
2782 $(objpfx
)tst-ro-dynamic-mod.so
: $(objpfx
)tst-ro-dynamic-mod.os \
2783 tst-ro-dynamic-mod.map
2784 $(LINK.o
) -nostdlib
-nostartfiles
-shared
-o
$@ \
2786 -Wl
,--script
=tst-ro-dynamic-mod.map \
2787 $(objpfx
)tst-ro-dynamic-mod.os
2789 $(objpfx
)tst-rtld-run-static.out
: $(objpfx
)/ldconfig
2791 $(objpfx
)tst-dl_find_object.out
: \
2792 $(objpfx
)tst-dl_find_object-mod1.so
$(objpfx
)tst-dl_find_object-mod2.so
2793 $(objpfx
)tst-dl_find_object-static.out
: \
2794 $(objpfx
)tst-dl_find_object-mod1.so
$(objpfx
)tst-dl_find_object-mod2.so
2795 tst-dl_find_object-static-ENV
= $(static-dlopen-environment
)
2796 CFLAGS-tst-dl_find_object.c
+= -funwind-tables
2797 CFLAGS-tst-dl_find_object-static.c
+= -funwind-tables
2798 LDFLAGS-tst-dl_find_object-static
+= -Wl
,--eh-frame-hdr
2799 CFLAGS-tst-dl_find_object-mod1.c
+= -funwind-tables
2800 CFLAGS-tst-dl_find_object-mod2.c
+= -funwind-tables
2801 LDFLAGS-tst-dl_find_object-mod2.so
+= -Wl
,--enable-new-dtags
,-z
,nodelete
2802 $(objpfx
)tst-dl_find_object-threads
: $(shared-thread-library
)
2803 CFLAGS-tst-dl_find_object-threads.c
+= -funwind-tables
2804 $(objpfx
)tst-dl_find_object-threads.out
: \
2805 $(objpfx
)tst-dl_find_object-mod1.so \
2806 $(objpfx
)tst-dl_find_object-mod2.so \
2807 $(objpfx
)tst-dl_find_object-mod3.so \
2808 $(objpfx
)tst-dl_find_object-mod4.so \
2809 $(objpfx
)tst-dl_find_object-mod5.so \
2810 $(objpfx
)tst-dl_find_object-mod6.so \
2811 $(objpfx
)tst-dl_find_object-mod7.so \
2812 $(objpfx
)tst-dl_find_object-mod8.so \
2813 $(objpfx
)tst-dl_find_object-mod9.so
2814 CFLAGS-tst-dl_find_object-mod3.c
+= -funwind-tables
2815 CFLAGS-tst-dl_find_object-mod4.c
+= -funwind-tables
2816 CFLAGS-tst-dl_find_object-mod5.c
+= -funwind-tables
2817 CFLAGS-tst-dl_find_object-mod6.c
+= -funwind-tables
2818 CFLAGS-tst-dl_find_object-mod7.c
+= -funwind-tables
2819 CFLAGS-tst-dl_find_object-mod8.c
+= -funwind-tables
2820 CFLAGS-tst-dl_find_object-mod9.c
+= -funwind-tables
2822 $(objpfx
)tst-p_alignmod-base.so
: $(libsupport
)
2823 LDFLAGS-tst-p_alignmod-base.so
+= -Wl
,-z
,max-page-size
=0x200000
2825 $(objpfx
)tst-p_align1
: $(objpfx
)tst-p_alignmod1.so
2827 # Make a copy of tst-p_alignmod-base.so and lower p_align of the first
2829 $(objpfx
)tst-p_alignmod1.so
: $(objpfx
)tst-p_alignmod-base.so
2831 cp
$(objpfx
)tst-p_alignmod-base.so
$@
2832 $(PYTHON
) $(..
)scripts
/tst-elf-edit.py
-a half
$@
2834 $(objpfx
)tst-p_align2
: $(objpfx
)tst-p_alignmod2.so
2836 # Make a copy of tst-p_alignmod-base.so and update p_align of the first
2838 $(objpfx
)tst-p_alignmod2.so
: $(objpfx
)tst-p_alignmod-base.so
2840 cp
$(objpfx
)tst-p_alignmod-base.so
$@
2841 $(PYTHON
) $(..
)scripts
/tst-elf-edit.py
-a
1 $@
2843 LDFLAGS-tst-p_alignmod3.so
+= -Wl
,-z
,max-page-size
=0x100,-z
,common-page-size
=0x100
2845 $(objpfx
)tst-p_align3
: $(objpfx
)tst-p_alignmod3.so
2846 $(objpfx
)tst-p_align3.out
: tst-p_align3.sh
$(objpfx
)tst-p_align3
2847 $(SHELL
) $< $(common-objpfx
) '$(test-program-prefix)'; \
2850 $(objpfx
)check-abi-version-libc.out
: $(common-objpfx
)libc.so
2851 LC_ALL
=C
$(READELF
) -V
-W
$< \
2852 | sed
-ne
'/.gnu.version_d/, /.gnu.version_r/ p' \
2853 | grep GLIBC_ABI_DT_RELR
> $@
; \
2856 $(objpfx
)check-tst-relr-pie.out
: $(objpfx
)tst-relr-pie
2857 LC_ALL
=C
$(OBJDUMP
) -p
$< \
2858 | sed
-ne
'/required from libc.so/,$$ p' \
2859 | grep GLIBC_ABI_DT_RELR
> $@
; \
2862 # The test checks if a DT_RELR shared library without DT_NEEDED works as
2863 # intended, so it uses an explicit link rule.
2864 $(objpfx
)tst-relr2
: $(objpfx
)tst-relr-mod2.so
2865 $(objpfx
)tst-relr-mod2.so
: $(objpfx
)tst-relr-mod2.os
2866 $(LINK.o
) -nostdlib
-nostartfiles
-Wl
,-z
,pack-relative-relocs \
2867 $(LDFLAGS-soname-fname
) \
2868 -shared
-o
$@.new
$(filter-out $(map-file
),$^
)
2869 $(call after-link
,$@.new
)
2872 # The test checks if a DT_RELR shared library without DT_VERNEED works as
2873 # intended, so it uses an explicit link rule.
2874 $(objpfx
)tst-relr3
: $(objpfx
)tst-relr-mod3a.so
2875 $(objpfx
)tst-relr-mod3b.so
: $(objpfx
)tst-relr-mod3b.os
2876 $(LINK.o
) -nostdlib
-nostartfiles
-Wl
,-z
,pack-relative-relocs \
2877 $(LDFLAGS-soname-fname
) \
2878 -shared
-o
$@.new
$(filter-out $(map-file
),$^
)
2879 $(call after-link
,$@.new
)
2882 $(objpfx
)tst-relr-mod3a.so
: $(objpfx
)tst-relr-mod3a.os \
2883 $(objpfx
)tst-relr-mod3b.so
2884 $(LINK.o
) -nostdlib
-nostartfiles
-Wl
,-z
,pack-relative-relocs \
2885 $(LDFLAGS-soname-fname
) \
2886 -shared
-o
$@.new
$(filter-out $(map-file
),$^
)
2887 $(call after-link
,$@.new
)
2890 # The test checks if a DT_RELR shared library without libc.so on DT_NEEDED
2891 # works as intended, so it uses an explicit link rule.
2892 $(objpfx
)tst-relr4
: $(objpfx
)tst-relr-mod4a.so
2893 $(objpfx
)tst-relr-mod4b.so
: $(objpfx
)tst-relr-mod4b.os
2894 $(LINK.o
) -nostdlib
-nostartfiles
-Wl
,-z
,pack-relative-relocs \
2895 $(LDFLAGS-soname-fname
) \
2896 -Wl
,--version-script
=tst-relr-mod4b.map \
2897 -shared
-o
$@.new
$(filter-out $(map-file
),$^
)
2898 $(call after-link
,$@.new
)
2901 $(objpfx
)tst-relr-mod4a.so
: $(objpfx
)tst-relr-mod4a.os \
2902 $(objpfx
)tst-relr-mod4b.so
2903 $(LINK.o
) -nostdlib
-nostartfiles
-Wl
,-z
,pack-relative-relocs \
2904 $(LDFLAGS-soname-fname
) \
2905 -shared
-o
$@.new
$(filter-out $(map-file
),$^
)
2906 $(call after-link
,$@.new
)
2909 LDFLAGS-libtracemod1-1.so
+= -Wl
,-soname
,libtracemod1.so
2910 LDFLAGS-libtracemod2-1.so
+= -Wl
,-soname
,libtracemod2.so
2911 LDFLAGS-libtracemod3-1.so
+= -Wl
,-soname
,libtracemod3.so
2912 LDFLAGS-libtracemod4-1.so
+= -Wl
,-soname
,libtracemod4.so
2913 LDFLAGS-libtracemod5-1.so
+= -Wl
,-soname
,libtracemod5.so
2915 $(objpfx
)libtracemod1-1.so
: $(objpfx
)libtracemod2-1.so \
2916 $(objpfx
)libtracemod3-1.so
2917 $(objpfx
)libtracemod2-1.so
: $(objpfx
)libtracemod4-1.so \
2918 $(objpfx
)libtracemod5-1.so
2920 define libtracemod-x
2921 $(objpfx
)libtracemod
$(1)/libtracemod
$(1).so
: $(objpfx
)libtracemod
$(1)-1.so
2922 $$(make-target-directory
)
2925 libtracemod-suffixes
= 1 2 3 4 5
2926 $(foreach i
,$(libtracemod-suffixes
), $(eval
$(call libtracemod-x
,$(i
))))
2928 define tst-trace-skeleton
2929 $(objpfx
)tst-trace
$(1).out
: $(objpfx
)libtracemod1
/libtracemod1.so \
2930 $(objpfx
)libtracemod2
/libtracemod2.so \
2931 $(objpfx
)libtracemod3
/libtracemod3.so \
2932 $(objpfx
)libtracemod4
/libtracemod4.so \
2933 $(objpfx
)libtracemod5
/libtracemod5.so \
2934 $(..
)scripts
/tst-ld-trace.py \
2936 ${ $(PYTHON
) $(..
)scripts
/tst-ld-trace.py \
2937 "$(test-wrapper-env) $(elf-objpfx)$(rtld-installed-name) \
2938 --library-path $(common-objpfx):$(strip $(2)) \
2939 $(objpfx)libtracemod1/libtracemod1.so" tst-trace
$(1).exp \
2940 } > $$@
; $$(evaluate-test
)
2943 $(eval
$(call tst-trace-skeleton
,1,))
2944 $(eval
$(call tst-trace-skeleton
,2,\
2945 $(objpfx
)libtracemod2
))
2946 $(eval
$(call tst-trace-skeleton
,3,\
2947 $(objpfx
)libtracemod2
:$(objpfx
)libtracemod3
))
2948 $(eval
$(call tst-trace-skeleton
,4,\
2949 $(objpfx
)libtracemod2
:$(objpfx
)libtracemod3
:$(objpfx
)libtracemod4
))
2950 $(eval
$(call tst-trace-skeleton
,5,\
2951 $(objpfx
)libtracemod2
:$(objpfx
)libtracemod3
:$(objpfx
)libtracemod4
:$(objpfx
)libtracemod5
))
2953 $(objpfx
)tst-tls-allocation-failure-static-patched
: \
2954 $(objpfx
)tst-tls-allocation-failure-static
$(..
)scripts
/tst-elf-edit.py
2956 $(PYTHON
) $(..
)scripts
/tst-elf-edit.py
--maximize-tls-size
$@
2958 $(objpfx
)tst-tls-allocation-failure-static-patched.out
: \
2959 $(objpfx
)tst-tls-allocation-failure-static-patched
2960 $< > $@
2>&1; echo
"status: $$?" >> $@
2961 grep
-q
'^Fatal glibc error: Cannot allocate TLS block$$' $@ \
2962 && grep
-q
'^status: 127$$' $@
; \
2965 $(objpfx
)tst-audit-tlsdesc
: $(objpfx
)tst-audit-tlsdesc-mod1.so \
2966 $(objpfx
)tst-audit-tlsdesc-mod2.so \
2967 $(shared-thread-library
)
2968 ifeq (yes
,$(have-mtls-dialect-gnu2
))
2969 # The test is valid for all TLS types, but we want to exercise GNU2
2971 CFLAGS-tst-audit-tlsdesc-mod1.c
+= -mtls-dialect
=gnu2
2972 CFLAGS-tst-audit-tlsdesc-mod2.c
+= -mtls-dialect
=gnu2
2974 $(objpfx
)tst-audit-tlsdesc-dlopen
: $(shared-thread-library
)
2975 $(objpfx
)tst-audit-tlsdesc-dlopen.out
: $(objpfx
)tst-audit-tlsdesc-mod1.so \
2976 $(objpfx
)tst-audit-tlsdesc-mod2.so
2977 $(objpfx
)tst-audit-tlsdesc-mod1.so
: $(objpfx
)tst-audit-tlsdesc-mod2.so
2978 $(objpfx
)tst-audit-tlsdesc.out
: $(objpfx
)tst-auditmod-tlsdesc.so
2979 tst-audit-tlsdesc-ENV
= LD_AUDIT
=$(objpfx
)tst-auditmod-tlsdesc.so
2980 $(objpfx
)tst-audit-tlsdesc-dlopen.out
: $(objpfx
)tst-auditmod-tlsdesc.so
2981 tst-audit-tlsdesc-dlopen-ENV
= LD_AUDIT
=$(objpfx
)tst-auditmod-tlsdesc.so
2983 $(objpfx
)tst-dlmopen-twice.out
: \
2984 $(objpfx
)tst-dlmopen-twice-mod1.so \
2985 $(objpfx
)tst-dlmopen-twice-mod2.so