|
|
c5d972 |
commit 28713c06129f8f64f88c423266e6ff2880216509
|
|
|
c5d972 |
Author: H.J. Lu <hjl.tools@gmail.com>
|
|
|
c5d972 |
Date: Mon Dec 13 09:43:52 2021 -0800
|
|
|
c5d972 |
|
|
|
c5d972 |
elf: Sort tests and modules-names
|
|
|
c5d972 |
|
|
|
c5d972 |
Sort tests and modules-names to reduce future conflicts.
|
|
|
c5d972 |
|
|
|
c5d972 |
Conflicts:
|
|
|
c5d972 |
elf/Makefile
|
|
|
c5d972 |
Complete rewrite of sorted lists.
|
|
|
c5d972 |
|
|
|
c5d972 |
diff --git a/elf/Makefile b/elf/Makefile
|
|
|
c5d972 |
index 7c7b9e1937d3e41c..914cb5ad2f2c3aea 100644
|
|
|
c5d972 |
--- a/elf/Makefile
|
|
|
c5d972 |
+++ b/elf/Makefile
|
|
|
c5d972 |
@@ -185,46 +185,130 @@ tests-static += tst-tls9-static
|
|
|
c5d972 |
tst-tls9-static-ENV = \
|
|
|
c5d972 |
LD_LIBRARY_PATH=$(objpfx):$(common-objpfx):$(common-objpfx)dlfcn
|
|
|
c5d972 |
|
|
|
c5d972 |
-tests += restest1 preloadtest loadfail multiload origtest resolvfail \
|
|
|
c5d972 |
- constload1 order noload filter \
|
|
|
c5d972 |
- reldep reldep2 reldep3 reldep4 nodelete nodelete2 \
|
|
|
c5d972 |
- nodlopen nodlopen2 lateglobal initfirst global \
|
|
|
c5d972 |
- restest2 next dblload dblunload reldep5 reldep6 reldep7 reldep8 \
|
|
|
c5d972 |
- tst-tls4 tst-tls5 \
|
|
|
c5d972 |
- tst-tls10 tst-tls11 tst-tls12 tst-tls13 tst-tls14 tst-tls15 \
|
|
|
c5d972 |
- tst-tls16 tst-tls17 tst-tls18 tst-tls19 tst-tls-dlinfo \
|
|
|
c5d972 |
- tst-align tst-align2 \
|
|
|
c5d972 |
- tst-dlmodcount tst-dlopenrpath tst-deep1 \
|
|
|
c5d972 |
- tst-dlmopen1 tst-dlmopen3 \
|
|
|
c5d972 |
- unload3 unload4 unload5 unload6 unload7 unload8 tst-global1 order2 \
|
|
|
c5d972 |
- tst-audit1 tst-audit2 tst-audit8 tst-audit9 \
|
|
|
c5d972 |
- tst-addr1 tst-thrlock \
|
|
|
c5d972 |
- tst-unique1 tst-unique2 $(if $(CXX),tst-unique3 tst-unique4 \
|
|
|
c5d972 |
- tst-nodelete tst-dlopen-nodelete-reloc) \
|
|
|
c5d972 |
- tst-initorder tst-initorder2 tst-relsort1 tst-null-argv \
|
|
|
c5d972 |
- tst-tlsalign tst-tlsalign-extern tst-nodelete-opened \
|
|
|
c5d972 |
- tst-nodelete2 tst-audit11 tst-audit12 tst-dlsym-error tst-noload \
|
|
|
c5d972 |
- tst-latepthread tst-tls-manydynamic tst-nodelete-dlclose \
|
|
|
c5d972 |
- tst-debug1 tst-main1 tst-absolute-sym tst-absolute-zero tst-big-note \
|
|
|
c5d972 |
- tst-audit13 \
|
|
|
c5d972 |
- tst-sonamemove-link tst-sonamemove-dlopen \
|
|
|
c5d972 |
- tst-auditmany tst-initfinilazyfail \
|
|
|
c5d972 |
- tst-dlopenfail tst-dlopenfail-2 \
|
|
|
c5d972 |
- tst-filterobj tst-filterobj-dlopen tst-auxobj tst-auxobj-dlopen \
|
|
|
c5d972 |
- tst-audit14 tst-audit15 tst-audit16 \
|
|
|
c5d972 |
- tst-tls-ie tst-tls-ie-dlmopen \
|
|
|
c5d972 |
- argv0test \
|
|
|
c5d972 |
- tst-glibc-hwcaps tst-glibc-hwcaps-prepend tst-glibc-hwcaps-mask \
|
|
|
c5d972 |
- tst-tls20 tst-tls21 \
|
|
|
c5d972 |
- tst-rtld-run-static \
|
|
|
c5d972 |
- tst-dlmopen-dlerror \
|
|
|
c5d972 |
- tst-dlmopen-gethostbyname \
|
|
|
c5d972 |
- tst-audit17 \
|
|
|
c5d972 |
- tst-audit18 \
|
|
|
c5d972 |
- tst-audit19b \
|
|
|
c5d972 |
- tst-audit20 \
|
|
|
c5d972 |
- tst-audit22 \
|
|
|
c5d972 |
+tests += \
|
|
|
c5d972 |
+ argv0test \
|
|
|
c5d972 |
+ constload1 \
|
|
|
c5d972 |
+ dblload \
|
|
|
c5d972 |
+ dblunload \
|
|
|
c5d972 |
+ filter \
|
|
|
c5d972 |
+ global \
|
|
|
c5d972 |
+ initfirst \
|
|
|
c5d972 |
+ lateglobal \
|
|
|
c5d972 |
+ loadfail \
|
|
|
c5d972 |
+ multiload \
|
|
|
c5d972 |
+ next \
|
|
|
c5d972 |
+ nodelete \
|
|
|
c5d972 |
+ nodelete2 \
|
|
|
c5d972 |
+ nodlopen \
|
|
|
c5d972 |
+ nodlopen2 \
|
|
|
c5d972 |
+ noload \
|
|
|
c5d972 |
+ order \
|
|
|
c5d972 |
+ order2 \
|
|
|
c5d972 |
+ origtest \
|
|
|
c5d972 |
+ preloadtest \
|
|
|
c5d972 |
+ reldep \
|
|
|
c5d972 |
+ reldep2 \
|
|
|
c5d972 |
+ reldep3 \
|
|
|
c5d972 |
+ reldep4 \
|
|
|
c5d972 |
+ reldep5 \
|
|
|
c5d972 |
+ reldep6 \
|
|
|
c5d972 |
+ reldep7 \
|
|
|
c5d972 |
+ reldep8 \
|
|
|
c5d972 |
+ resolvfail \
|
|
|
c5d972 |
+ restest1 \
|
|
|
c5d972 |
+ restest2 \
|
|
|
c5d972 |
+ tst-absolute-sym \
|
|
|
c5d972 |
+ tst-absolute-zero \
|
|
|
c5d972 |
+ tst-addr1 \
|
|
|
c5d972 |
+ tst-align \
|
|
|
c5d972 |
+ tst-align2 \
|
|
|
c5d972 |
+ tst-audit1 \
|
|
|
c5d972 |
+ tst-audit11 \
|
|
|
c5d972 |
+ tst-audit12 \
|
|
|
c5d972 |
+ tst-audit13 \
|
|
|
c5d972 |
+ tst-audit14 \
|
|
|
c5d972 |
+ tst-audit15 \
|
|
|
c5d972 |
+ tst-audit16 \
|
|
|
c5d972 |
+ tst-audit17 \
|
|
|
c5d972 |
+ tst-audit18 \
|
|
|
c5d972 |
+ tst-audit19b \
|
|
|
c5d972 |
+ tst-audit2 \
|
|
|
c5d972 |
+ tst-audit20 \
|
|
|
c5d972 |
+ tst-audit22 \
|
|
|
c5d972 |
+ tst-audit8 \
|
|
|
c5d972 |
+ tst-audit9 \
|
|
|
c5d972 |
+ tst-auditmany \
|
|
|
c5d972 |
+ tst-auxobj \
|
|
|
c5d972 |
+ tst-auxobj-dlopen \
|
|
|
c5d972 |
+ tst-big-note \
|
|
|
c5d972 |
+ tst-debug1 \
|
|
|
c5d972 |
+ tst-deep1 \
|
|
|
c5d972 |
+ tst-dlmodcount \
|
|
|
c5d972 |
+ tst-dlmopen1 \
|
|
|
c5d972 |
+ tst-dlmopen3 \
|
|
|
c5d972 |
+ tst-dlmopen-dlerror \
|
|
|
c5d972 |
+ tst-dlmopen-gethostbyname \
|
|
|
c5d972 |
+ tst-dlopenfail \
|
|
|
c5d972 |
+ tst-dlopenfail-2 \
|
|
|
c5d972 |
+ tst-dlopenrpath \
|
|
|
c5d972 |
+ tst-dlsym-error \
|
|
|
c5d972 |
+ tst-filterobj \
|
|
|
c5d972 |
+ tst-filterobj-dlopen \
|
|
|
c5d972 |
+ tst-glibc-hwcaps \
|
|
|
c5d972 |
+ tst-glibc-hwcaps-mask \
|
|
|
c5d972 |
+ tst-glibc-hwcaps-prepend \
|
|
|
c5d972 |
+ tst-global1 \
|
|
|
c5d972 |
+ tst-initfinilazyfail \
|
|
|
c5d972 |
+ tst-initorder \
|
|
|
c5d972 |
+ tst-initorder2 \
|
|
|
c5d972 |
+ tst-latepthread \
|
|
|
c5d972 |
+ tst-main1 \
|
|
|
c5d972 |
+ tst-nodelete2 \
|
|
|
c5d972 |
+ tst-nodelete-dlclose \
|
|
|
c5d972 |
+ tst-nodelete-opened \
|
|
|
c5d972 |
+ tst-noload \
|
|
|
c5d972 |
+ tst-null-argv \
|
|
|
c5d972 |
+ tst-relsort1 \
|
|
|
c5d972 |
+ tst-rtld-run-static \
|
|
|
c5d972 |
+ tst-sonamemove-dlopen \
|
|
|
c5d972 |
+ tst-sonamemove-link \
|
|
|
c5d972 |
+ tst-thrlock \
|
|
|
c5d972 |
+ tst-tls10 \
|
|
|
c5d972 |
+ tst-tls11 \
|
|
|
c5d972 |
+ tst-tls12 \
|
|
|
c5d972 |
+ tst-tls13 \
|
|
|
c5d972 |
+ tst-tls14 \
|
|
|
c5d972 |
+ tst-tls15 \
|
|
|
c5d972 |
+ tst-tls16 \
|
|
|
c5d972 |
+ tst-tls17 \
|
|
|
c5d972 |
+ tst-tls18 \
|
|
|
c5d972 |
+ tst-tls19 \
|
|
|
c5d972 |
+ tst-tls20 \
|
|
|
c5d972 |
+ tst-tls21 \
|
|
|
c5d972 |
+ tst-tls4 \
|
|
|
c5d972 |
+ tst-tls5 \
|
|
|
c5d972 |
+ tst-tlsalign \
|
|
|
c5d972 |
+ tst-tlsalign-extern \
|
|
|
c5d972 |
+ tst-tls-dlinfo \
|
|
|
c5d972 |
+ tst-tls-ie \
|
|
|
c5d972 |
+ tst-tls-ie-dlmopen \
|
|
|
c5d972 |
+ tst-tls-manydynamic \
|
|
|
c5d972 |
+ tst-unique1 \
|
|
|
c5d972 |
+ tst-unique2 \
|
|
|
c5d972 |
+ unload3 \
|
|
|
c5d972 |
+ unload4 \
|
|
|
c5d972 |
+ unload5 \
|
|
|
c5d972 |
+ unload6 \
|
|
|
c5d972 |
+ unload7 \
|
|
|
c5d972 |
+ unload8 \
|
|
|
c5d972 |
# reldep9
|
|
|
c5d972 |
+tests-cxx = \
|
|
|
c5d972 |
+ tst-dlopen-nodelete-reloc \
|
|
|
c5d972 |
+ tst-nodelete \
|
|
|
c5d972 |
+ tst-unique3 \
|
|
|
c5d972 |
+ tst-unique4 \
|
|
|
c5d972 |
+
|
|
|
c5d972 |
+tests += $(if $(CXX),$(tests-cxx))
|
|
|
c5d972 |
tests-internal += loadtest unload unload2 circleload1 \
|
|
|
c5d972 |
neededtest neededtest2 neededtest3 neededtest4 \
|
|
|
c5d972 |
tst-tls3 tst-tls6 tst-tls7 tst-tls8 tst-dlmopen2 \
|
|
|
c5d972 |
@@ -266,107 +350,269 @@ tst-tls-many-dynamic-modules-dep-bad = \
|
|
|
c5d972 |
extra-test-objs += $(tlsmod17a-modules:=.os) $(tlsmod18a-modules:=.os) \
|
|
|
c5d972 |
tst-tlsalign-vars.o
|
|
|
c5d972 |
test-extras += tst-tlsmod17a tst-tlsmod18a tst-tlsalign-vars
|
|
|
c5d972 |
-modules-names = testobj1 testobj2 testobj3 testobj4 testobj5 testobj6 \
|
|
|
c5d972 |
- testobj1_1 failobj constload2 constload3 unloadmod \
|
|
|
c5d972 |
- dep1 dep2 dep3 dep4 vismod1 vismod2 vismod3 \
|
|
|
c5d972 |
- nodelmod1 nodelmod2 nodelmod3 nodelmod4 \
|
|
|
c5d972 |
- nodel2mod1 nodel2mod2 nodel2mod3 \
|
|
|
c5d972 |
- nodlopenmod nodlopenmod2 filtmod1 filtmod2 \
|
|
|
c5d972 |
- reldepmod1 reldepmod2 reldepmod3 reldepmod4 nextmod1 nextmod2 \
|
|
|
c5d972 |
- reldep4mod1 reldep4mod2 reldep4mod3 reldep4mod4 \
|
|
|
c5d972 |
- neededobj1 neededobj2 neededobj3 neededobj4 \
|
|
|
c5d972 |
- neededobj5 neededobj6 firstobj globalmod1 \
|
|
|
c5d972 |
- unload2mod unload2dep ltglobmod1 ltglobmod2 pathoptobj \
|
|
|
c5d972 |
- dblloadmod1 dblloadmod2 dblloadmod3 reldepmod5 reldepmod6 \
|
|
|
c5d972 |
- reldep6mod0 reldep6mod1 reldep6mod2 reldep6mod3 reldep6mod4 \
|
|
|
c5d972 |
- reldep7mod1 reldep7mod2 \
|
|
|
c5d972 |
- tst-tlsmod1 tst-tlsmod2 tst-tlsmod3 tst-tlsmod4 \
|
|
|
c5d972 |
- tst-tlsmod5 tst-tlsmod6 tst-tlsmod7 tst-tlsmod8 \
|
|
|
c5d972 |
- tst-tlsmod9 tst-tlsmod10 tst-tlsmod11 tst-tlsmod12 \
|
|
|
c5d972 |
- tst-tlsmod13 tst-tlsmod13a tst-tlsmod14a tst-tlsmod14b \
|
|
|
c5d972 |
- tst-tlsmod15a tst-tlsmod15b tst-tlsmod16a tst-tlsmod16b \
|
|
|
c5d972 |
- $(tlsmod17a-modules) tst-tlsmod17b $(tlsmod18a-modules) \
|
|
|
c5d972 |
- tst-tls19mod1 tst-tls19mod2 tst-tls19mod3 \
|
|
|
c5d972 |
- circlemod1 circlemod1a circlemod2 circlemod2a \
|
|
|
c5d972 |
- circlemod3 circlemod3a \
|
|
|
c5d972 |
- reldep8mod1 reldep8mod2 reldep8mod3 \
|
|
|
c5d972 |
- reldep9mod1 reldep9mod2 reldep9mod3 \
|
|
|
c5d972 |
- tst-alignmod tst-alignmod2 \
|
|
|
c5d972 |
- $(modules-execstack-$(have-z-execstack)) \
|
|
|
c5d972 |
- tst-dlopenrpathmod tst-deep1mod1 tst-deep1mod2 tst-deep1mod3 \
|
|
|
c5d972 |
- tst-dlmopen1mod tst-auditmod1 \
|
|
|
c5d972 |
- unload3mod1 unload3mod2 unload3mod3 unload3mod4 \
|
|
|
c5d972 |
- unload4mod1 unload4mod2 unload4mod3 unload4mod4 \
|
|
|
c5d972 |
- unload6mod1 unload6mod2 unload6mod3 \
|
|
|
c5d972 |
- unload7mod1 unload7mod2 \
|
|
|
c5d972 |
- unload8mod1 unload8mod1x unload8mod2 unload8mod3 \
|
|
|
c5d972 |
- order2mod1 order2mod2 order2mod3 order2mod4 \
|
|
|
c5d972 |
- tst-unique1mod1 tst-unique1mod2 \
|
|
|
c5d972 |
- tst-unique2mod1 tst-unique2mod2 \
|
|
|
c5d972 |
- tst-auditmod9a tst-auditmod9b \
|
|
|
c5d972 |
- $(if $(CXX),tst-unique3lib tst-unique3lib2 tst-unique4lib \
|
|
|
c5d972 |
- tst-nodelete-uniquemod tst-nodelete-rtldmod \
|
|
|
c5d972 |
- tst-nodelete-zmod \
|
|
|
c5d972 |
- tst-dlopen-nodelete-reloc-mod1 \
|
|
|
c5d972 |
- tst-dlopen-nodelete-reloc-mod2 \
|
|
|
c5d972 |
- tst-dlopen-nodelete-reloc-mod3 \
|
|
|
c5d972 |
- tst-dlopen-nodelete-reloc-mod4 \
|
|
|
c5d972 |
- tst-dlopen-nodelete-reloc-mod5 \
|
|
|
c5d972 |
- tst-dlopen-nodelete-reloc-mod6 \
|
|
|
c5d972 |
- tst-dlopen-nodelete-reloc-mod7 \
|
|
|
c5d972 |
- tst-dlopen-nodelete-reloc-mod8 \
|
|
|
c5d972 |
- tst-dlopen-nodelete-reloc-mod9 \
|
|
|
c5d972 |
- tst-dlopen-nodelete-reloc-mod10 \
|
|
|
c5d972 |
- tst-dlopen-nodelete-reloc-mod11 \
|
|
|
c5d972 |
- tst-dlopen-nodelete-reloc-mod12 \
|
|
|
c5d972 |
- tst-dlopen-nodelete-reloc-mod13 \
|
|
|
c5d972 |
- tst-dlopen-nodelete-reloc-mod14 \
|
|
|
c5d972 |
- tst-dlopen-nodelete-reloc-mod15 \
|
|
|
c5d972 |
- tst-dlopen-nodelete-reloc-mod16 \
|
|
|
c5d972 |
- tst-dlopen-nodelete-reloc-mod17) \
|
|
|
c5d972 |
- tst-initordera1 tst-initorderb1 \
|
|
|
c5d972 |
- tst-initordera2 tst-initorderb2 \
|
|
|
c5d972 |
- tst-initordera3 tst-initordera4 \
|
|
|
c5d972 |
- tst-initorder2a tst-initorder2b tst-initorder2c \
|
|
|
c5d972 |
- tst-initorder2d \
|
|
|
c5d972 |
- tst-relsort1mod1 tst-relsort1mod2 tst-array2dep \
|
|
|
c5d972 |
- tst-array5dep tst-null-argv-lib \
|
|
|
c5d972 |
- tst-tlsalign-lib tst-nodelete-opened-lib tst-nodelete2mod \
|
|
|
c5d972 |
- tst-audit11mod1 tst-audit11mod2 tst-auditmod11 \
|
|
|
c5d972 |
- tst-audit12mod1 tst-audit12mod2 tst-audit12mod3 tst-auditmod12 \
|
|
|
c5d972 |
- tst-latepthreadmod $(tst-tls-many-dynamic-modules) \
|
|
|
c5d972 |
- $(tst-tls-many-dynamic-modules-dep) \
|
|
|
c5d972 |
- $(tst-tls-many-dynamic-modules-dep-bad) \
|
|
|
c5d972 |
- tst-nodelete-dlclose-dso tst-nodelete-dlclose-plugin \
|
|
|
c5d972 |
- tst-main1mod tst-libc_dlvsym-dso tst-absolute-sym-lib \
|
|
|
c5d972 |
- tst-absolute-zero-lib tst-big-note-lib \
|
|
|
c5d972 |
- tst-audit13mod1 tst-sonamemove-linkmod1 \
|
|
|
c5d972 |
- tst-sonamemove-runmod1 tst-sonamemove-runmod2 \
|
|
|
c5d972 |
- tst-auditmanymod1 tst-auditmanymod2 tst-auditmanymod3 \
|
|
|
c5d972 |
- tst-auditmanymod4 tst-auditmanymod5 tst-auditmanymod6 \
|
|
|
c5d972 |
- tst-auditmanymod7 tst-auditmanymod8 tst-auditmanymod9 \
|
|
|
c5d972 |
- tst-initlazyfailmod tst-finilazyfailmod \
|
|
|
c5d972 |
- tst-dlopenfailmod1 tst-dlopenfaillinkmod tst-dlopenfailmod2 \
|
|
|
c5d972 |
- tst-dlopenfailmod3 \
|
|
|
c5d972 |
- tst-filterobj-flt tst-filterobj-aux tst-filterobj-filtee \
|
|
|
c5d972 |
- tst-auditlogmod-1 tst-auditlogmod-2 tst-auditlogmod-3 \
|
|
|
c5d972 |
- tst-tls-ie-mod0 tst-tls-ie-mod1 tst-tls-ie-mod2 \
|
|
|
c5d972 |
- tst-tls-ie-mod3 tst-tls-ie-mod4 tst-tls-ie-mod5 \
|
|
|
c5d972 |
- tst-tls-ie-mod6 libmarkermod1-1 libmarkermod1-2 libmarkermod1-3 \
|
|
|
c5d972 |
- libmarkermod2-1 libmarkermod2-2 \
|
|
|
c5d972 |
- libmarkermod3-1 libmarkermod3-2 libmarkermod3-3 \
|
|
|
c5d972 |
- libmarkermod4-1 libmarkermod4-2 libmarkermod4-3 libmarkermod4-4 \
|
|
|
c5d972 |
- libmarkermod5-1 libmarkermod5-2 libmarkermod5-3 libmarkermod5-4 \
|
|
|
c5d972 |
- libmarkermod5-5 tst-tls20mod-bad tst-tls21mod \
|
|
|
c5d972 |
- tst-dlmopen-dlerror-mod \
|
|
|
c5d972 |
- tst-dlmopen-gethostbyname-mod \
|
|
|
c5d972 |
- tst-auditmod18 \
|
|
|
c5d972 |
- tst-audit18mod \
|
|
|
c5d972 |
- tst-auditmod19a \
|
|
|
c5d972 |
- tst-auditmod19b \
|
|
|
c5d972 |
- tst-audit19bmod \
|
|
|
c5d972 |
- tst-auditmod20 \
|
|
|
c5d972 |
- tst-auditmod22 \
|
|
|
c5d972 |
+modules-names = \
|
|
|
c5d972 |
+ circlemod1 \
|
|
|
c5d972 |
+ circlemod1a \
|
|
|
c5d972 |
+ circlemod2 \
|
|
|
c5d972 |
+ circlemod2a \
|
|
|
c5d972 |
+ circlemod3 \
|
|
|
c5d972 |
+ circlemod3a \
|
|
|
c5d972 |
+ constload2 \
|
|
|
c5d972 |
+ constload3 \
|
|
|
c5d972 |
+ dblloadmod1 \
|
|
|
c5d972 |
+ dblloadmod2 \
|
|
|
c5d972 |
+ dblloadmod3 \
|
|
|
c5d972 |
+ dep1 \
|
|
|
c5d972 |
+ dep2 \
|
|
|
c5d972 |
+ dep3 \
|
|
|
c5d972 |
+ dep4 \
|
|
|
c5d972 |
+ failobj \
|
|
|
c5d972 |
+ filtmod1 \
|
|
|
c5d972 |
+ filtmod2 \
|
|
|
c5d972 |
+ firstobj \
|
|
|
c5d972 |
+ globalmod1 \
|
|
|
c5d972 |
+ libmarkermod1-1 \
|
|
|
c5d972 |
+ libmarkermod1-2 \
|
|
|
c5d972 |
+ libmarkermod1-3 \
|
|
|
c5d972 |
+ libmarkermod2-1 \
|
|
|
c5d972 |
+ libmarkermod2-2 \
|
|
|
c5d972 |
+ libmarkermod3-1 \
|
|
|
c5d972 |
+ libmarkermod3-2 \
|
|
|
c5d972 |
+ libmarkermod3-3 \
|
|
|
c5d972 |
+ libmarkermod4-1 \
|
|
|
c5d972 |
+ libmarkermod4-2 \
|
|
|
c5d972 |
+ libmarkermod4-3 \
|
|
|
c5d972 |
+ libmarkermod4-4 \
|
|
|
c5d972 |
+ libmarkermod5-1 \
|
|
|
c5d972 |
+ libmarkermod5-2 \
|
|
|
c5d972 |
+ libmarkermod5-3 \
|
|
|
c5d972 |
+ libmarkermod5-4 \
|
|
|
c5d972 |
+ libmarkermod5-5 \
|
|
|
c5d972 |
+ ltglobmod1 \
|
|
|
c5d972 |
+ ltglobmod2 \
|
|
|
c5d972 |
+ neededobj1 \
|
|
|
c5d972 |
+ neededobj2 \
|
|
|
c5d972 |
+ neededobj3 \
|
|
|
c5d972 |
+ neededobj4 \
|
|
|
c5d972 |
+ neededobj5 \
|
|
|
c5d972 |
+ neededobj6 \
|
|
|
c5d972 |
+ nextmod1 \
|
|
|
c5d972 |
+ nextmod2 \
|
|
|
c5d972 |
+ nodel2mod1 \
|
|
|
c5d972 |
+ nodel2mod2 \
|
|
|
c5d972 |
+ nodel2mod3 \
|
|
|
c5d972 |
+ nodelmod1 \
|
|
|
c5d972 |
+ nodelmod2 \
|
|
|
c5d972 |
+ nodelmod3 \
|
|
|
c5d972 |
+ nodelmod4 \
|
|
|
c5d972 |
+ nodlopenmod \
|
|
|
c5d972 |
+ nodlopenmod2 \
|
|
|
c5d972 |
+ order2mod1 \
|
|
|
c5d972 |
+ order2mod2 \
|
|
|
c5d972 |
+ order2mod3 \
|
|
|
c5d972 |
+ order2mod4 \
|
|
|
c5d972 |
+ pathoptobj \
|
|
|
c5d972 |
+ reldep4mod1 \
|
|
|
c5d972 |
+ reldep4mod2 \
|
|
|
c5d972 |
+ reldep4mod3 \
|
|
|
c5d972 |
+ reldep4mod4 \
|
|
|
c5d972 |
+ reldep6mod0 \
|
|
|
c5d972 |
+ reldep6mod1 \
|
|
|
c5d972 |
+ reldep6mod2 \
|
|
|
c5d972 |
+ reldep6mod3 \
|
|
|
c5d972 |
+ reldep6mod4 \
|
|
|
c5d972 |
+ reldep7mod1 \
|
|
|
c5d972 |
+ reldep7mod2 \
|
|
|
c5d972 |
+ reldep8mod1 \
|
|
|
c5d972 |
+ reldep8mod2 \
|
|
|
c5d972 |
+ reldep8mod3 \
|
|
|
c5d972 |
+ reldep9mod1 \
|
|
|
c5d972 |
+ reldep9mod2 \
|
|
|
c5d972 |
+ reldep9mod3 \
|
|
|
c5d972 |
+ reldepmod1 \
|
|
|
c5d972 |
+ reldepmod2 \
|
|
|
c5d972 |
+ reldepmod3 \
|
|
|
c5d972 |
+ reldepmod4 \
|
|
|
c5d972 |
+ reldepmod5 \
|
|
|
c5d972 |
+ reldepmod6 \
|
|
|
c5d972 |
+ testobj1 \
|
|
|
c5d972 |
+ testobj1_1 \
|
|
|
c5d972 |
+ testobj2 \
|
|
|
c5d972 |
+ testobj3 \
|
|
|
c5d972 |
+ testobj4 \
|
|
|
c5d972 |
+ testobj5 \
|
|
|
c5d972 |
+ testobj6 \
|
|
|
c5d972 |
+ tst-absolute-sym-lib \
|
|
|
c5d972 |
+ tst-absolute-zero-lib \
|
|
|
c5d972 |
+ tst-alignmod \
|
|
|
c5d972 |
+ tst-alignmod2 \
|
|
|
c5d972 |
+ tst-array2dep \
|
|
|
c5d972 |
+ tst-array5dep \
|
|
|
c5d972 |
+ tst-audit11mod1 \
|
|
|
c5d972 |
+ tst-audit11mod2 \
|
|
|
c5d972 |
+ tst-audit12mod1 \
|
|
|
c5d972 |
+ tst-audit12mod2 \
|
|
|
c5d972 |
+ tst-audit12mod3 \
|
|
|
c5d972 |
+ tst-audit13mod1 \
|
|
|
c5d972 |
+ tst-audit18mod \
|
|
|
c5d972 |
+ tst-audit19bmod \
|
|
|
c5d972 |
+ tst-auditlogmod-1 \
|
|
|
c5d972 |
+ tst-auditlogmod-2 \
|
|
|
c5d972 |
+ tst-auditlogmod-3 \
|
|
|
c5d972 |
+ tst-auditmanymod1 \
|
|
|
c5d972 |
+ tst-auditmanymod2 \
|
|
|
c5d972 |
+ tst-auditmanymod3 \
|
|
|
c5d972 |
+ tst-auditmanymod4 \
|
|
|
c5d972 |
+ tst-auditmanymod5 \
|
|
|
c5d972 |
+ tst-auditmanymod6 \
|
|
|
c5d972 |
+ tst-auditmanymod7 \
|
|
|
c5d972 |
+ tst-auditmanymod8 \
|
|
|
c5d972 |
+ tst-auditmanymod9 \
|
|
|
c5d972 |
+ tst-auditmod1 \
|
|
|
c5d972 |
+ tst-auditmod9a \
|
|
|
c5d972 |
+ tst-auditmod9b \
|
|
|
c5d972 |
+ tst-auditmod11 \
|
|
|
c5d972 |
+ tst-auditmod12 \
|
|
|
c5d972 |
+ tst-auditmod18 \
|
|
|
c5d972 |
+ tst-auditmod19a \
|
|
|
c5d972 |
+ tst-auditmod19b \
|
|
|
c5d972 |
+ tst-auditmod20 \
|
|
|
c5d972 |
+ tst-auditmod22 \
|
|
|
c5d972 |
+ tst-big-note-lib \
|
|
|
c5d972 |
+ tst-deep1mod1 \
|
|
|
c5d972 |
+ tst-deep1mod2 \
|
|
|
c5d972 |
+ tst-deep1mod3 \
|
|
|
c5d972 |
+ tst-dlmopen1mod \
|
|
|
c5d972 |
+ tst-dlmopen-dlerror-mod \
|
|
|
c5d972 |
+ tst-dlmopen-gethostbyname-mod \
|
|
|
c5d972 |
+ tst-dlopenfaillinkmod \
|
|
|
c5d972 |
+ tst-dlopenfailmod1 \
|
|
|
c5d972 |
+ tst-dlopenfailmod2 \
|
|
|
c5d972 |
+ tst-dlopenfailmod3 \
|
|
|
c5d972 |
+ tst-dlopenrpathmod \
|
|
|
c5d972 |
+ tst-filterobj-aux \
|
|
|
c5d972 |
+ tst-filterobj-filtee \
|
|
|
c5d972 |
+ tst-filterobj-flt \
|
|
|
c5d972 |
+ tst-finilazyfailmod \
|
|
|
c5d972 |
+ tst-initlazyfailmod \
|
|
|
c5d972 |
+ tst-initorder2a \
|
|
|
c5d972 |
+ tst-initorder2b \
|
|
|
c5d972 |
+ tst-initorder2c \
|
|
|
c5d972 |
+ tst-initorder2d \
|
|
|
c5d972 |
+ tst-initordera1 \
|
|
|
c5d972 |
+ tst-initordera2 \
|
|
|
c5d972 |
+ tst-initordera3 \
|
|
|
c5d972 |
+ tst-initordera4 \
|
|
|
c5d972 |
+ tst-initorderb1 \
|
|
|
c5d972 |
+ tst-initorderb2 \
|
|
|
c5d972 |
+ tst-latepthreadmod \
|
|
|
c5d972 |
+ tst-libc_dlvsym-dso \
|
|
|
c5d972 |
+ tst-main1mod \
|
|
|
c5d972 |
+ tst-nodelete2mod \
|
|
|
c5d972 |
+ tst-nodelete-dlclose-dso \
|
|
|
c5d972 |
+ tst-nodelete-dlclose-plugin \
|
|
|
c5d972 |
+ tst-nodelete-opened-lib \
|
|
|
c5d972 |
+ tst-null-argv-lib \
|
|
|
c5d972 |
+ tst-relsort1mod1 \
|
|
|
c5d972 |
+ tst-relsort1mod2 \
|
|
|
c5d972 |
+ tst-sonamemove-linkmod1 \
|
|
|
c5d972 |
+ tst-sonamemove-runmod1 \
|
|
|
c5d972 |
+ tst-sonamemove-runmod2 \
|
|
|
c5d972 |
+ tst-tls19mod1 \
|
|
|
c5d972 |
+ tst-tls19mod2 \
|
|
|
c5d972 |
+ tst-tls19mod3 \
|
|
|
c5d972 |
+ tst-tls20mod-bad \
|
|
|
c5d972 |
+ tst-tls21mod \
|
|
|
c5d972 |
+ tst-tlsalign-lib \
|
|
|
c5d972 |
+ tst-tls-ie-mod0 \
|
|
|
c5d972 |
+ tst-tls-ie-mod1 \
|
|
|
c5d972 |
+ tst-tls-ie-mod2 \
|
|
|
c5d972 |
+ tst-tls-ie-mod3 \
|
|
|
c5d972 |
+ tst-tls-ie-mod4 \
|
|
|
c5d972 |
+ tst-tls-ie-mod5 \
|
|
|
c5d972 |
+ tst-tls-ie-mod6 \
|
|
|
c5d972 |
+ tst-tlsmod1 \
|
|
|
c5d972 |
+ tst-tlsmod10 \
|
|
|
c5d972 |
+ tst-tlsmod11 \
|
|
|
c5d972 |
+ tst-tlsmod12 \
|
|
|
c5d972 |
+ tst-tlsmod13 \
|
|
|
c5d972 |
+ tst-tlsmod13a \
|
|
|
c5d972 |
+ tst-tlsmod14a \
|
|
|
c5d972 |
+ tst-tlsmod14b \
|
|
|
c5d972 |
+ tst-tlsmod15a \
|
|
|
c5d972 |
+ tst-tlsmod15b \
|
|
|
c5d972 |
+ tst-tlsmod16a \
|
|
|
c5d972 |
+ tst-tlsmod16b \
|
|
|
c5d972 |
+ tst-tlsmod17b \
|
|
|
c5d972 |
+ tst-tlsmod2 \
|
|
|
c5d972 |
+ tst-tlsmod3 \
|
|
|
c5d972 |
+ tst-tlsmod4 \
|
|
|
c5d972 |
+ tst-tlsmod5 \
|
|
|
c5d972 |
+ tst-tlsmod6 \
|
|
|
c5d972 |
+ tst-tlsmod7 \
|
|
|
c5d972 |
+ tst-tlsmod8 \
|
|
|
c5d972 |
+ tst-tlsmod9 \
|
|
|
c5d972 |
+ tst-unique1mod1 \
|
|
|
c5d972 |
+ tst-unique1mod2 \
|
|
|
c5d972 |
+ tst-unique2mod1 \
|
|
|
c5d972 |
+ tst-unique2mod2 \
|
|
|
c5d972 |
+ unload2dep \
|
|
|
c5d972 |
+ unload2mod \
|
|
|
c5d972 |
+ unload3mod1 \
|
|
|
c5d972 |
+ unload3mod2 \
|
|
|
c5d972 |
+ unload3mod3 \
|
|
|
c5d972 |
+ unload3mod4 \
|
|
|
c5d972 |
+ unload4mod1 \
|
|
|
c5d972 |
+ unload4mod2 \
|
|
|
c5d972 |
+ unload4mod3 \
|
|
|
c5d972 |
+ unload4mod4 \
|
|
|
c5d972 |
+ unload6mod1 \
|
|
|
c5d972 |
+ unload6mod2 \
|
|
|
c5d972 |
+ unload6mod3 \
|
|
|
c5d972 |
+ unload7mod1 \
|
|
|
c5d972 |
+ unload7mod2 \
|
|
|
c5d972 |
+ unload8mod1 \
|
|
|
c5d972 |
+ unload8mod1x \
|
|
|
c5d972 |
+ unload8mod2 \
|
|
|
c5d972 |
+ unload8mod3 \
|
|
|
c5d972 |
+ unloadmod \
|
|
|
c5d972 |
+ vismod1 \
|
|
|
c5d972 |
+ vismod2 \
|
|
|
c5d972 |
+ vismod3 \
|
|
|
c5d972 |
+
|
|
|
c5d972 |
+modules-names-cxx = \
|
|
|
c5d972 |
+ tst-dlopen-nodelete-reloc-mod1 \
|
|
|
c5d972 |
+ tst-dlopen-nodelete-reloc-mod10 \
|
|
|
c5d972 |
+ tst-dlopen-nodelete-reloc-mod11 \
|
|
|
c5d972 |
+ tst-dlopen-nodelete-reloc-mod12 \
|
|
|
c5d972 |
+ tst-dlopen-nodelete-reloc-mod13 \
|
|
|
c5d972 |
+ tst-dlopen-nodelete-reloc-mod14 \
|
|
|
c5d972 |
+ tst-dlopen-nodelete-reloc-mod15 \
|
|
|
c5d972 |
+ tst-dlopen-nodelete-reloc-mod16 \
|
|
|
c5d972 |
+ tst-dlopen-nodelete-reloc-mod17 \
|
|
|
c5d972 |
+ tst-dlopen-nodelete-reloc-mod2 \
|
|
|
c5d972 |
+ tst-dlopen-nodelete-reloc-mod3 \
|
|
|
c5d972 |
+ tst-dlopen-nodelete-reloc-mod4 \
|
|
|
c5d972 |
+ tst-dlopen-nodelete-reloc-mod5 \
|
|
|
c5d972 |
+ tst-dlopen-nodelete-reloc-mod6 \
|
|
|
c5d972 |
+ tst-dlopen-nodelete-reloc-mod7 \
|
|
|
c5d972 |
+ tst-dlopen-nodelete-reloc-mod8 \
|
|
|
c5d972 |
+ tst-dlopen-nodelete-reloc-mod9 \
|
|
|
c5d972 |
+ tst-nodelete-rtldmod \
|
|
|
c5d972 |
+ tst-nodelete-uniquemod \
|
|
|
c5d972 |
+ tst-nodelete-zmod \
|
|
|
c5d972 |
+ tst-unique3lib \
|
|
|
c5d972 |
+ tst-unique3lib2 \
|
|
|
c5d972 |
+ tst-unique4lib \
|
|
|
c5d972 |
+
|
|
|
c5d972 |
+modules-names += \
|
|
|
c5d972 |
+ $(if $(CXX),$(modules-names-cxx)) \
|
|
|
c5d972 |
+ $(modules-execstack-$(have-z-execstack)) \
|
|
|
c5d972 |
+ $(tst-tls-many-dynamic-modules) \
|
|
|
c5d972 |
+ $(tst-tls-many-dynamic-modules-dep) \
|
|
|
c5d972 |
+ $(tst-tls-many-dynamic-modules-dep-bad) \
|
|
|
c5d972 |
+ $(tlsmod17a-modules) \
|
|
|
c5d972 |
+ $(tlsmod18a-modules) \
|
|
|
c5d972 |
|
|
|
c5d972 |
# Most modules build with _ISOMAC defined, but those filtered out
|
|
|
c5d972 |
# depend on internal headers.
|