diff options
author | Adhemerval Zanella <adhemerval.zanella@linaro.org> | 2019-01-25 08:10:15 -0200 |
---|---|---|
committer | Adhemerval Zanella <adhemerval.zanella@linaro.org> | 2019-01-25 08:10:15 -0200 |
commit | 83e6b59625f45db1eee93e5684091f740c52a083 (patch) | |
tree | 311355a712fdee74a74c9084ee4a29d9d25c626d /elf/Makefile | |
parent | b96e22d080688867d24a9015fd50c199144d0e47 (diff) | |
download | glibc-83e6b59625f45db1eee93e5684091f740c52a083.tar glibc-83e6b59625f45db1eee93e5684091f740c52a083.tar.gz glibc-83e6b59625f45db1eee93e5684091f740c52a083.tar.bz2 glibc-83e6b59625f45db1eee93e5684091f740c52a083.zip |
[elf] Revert 8e889c5da3 (BZ#24122)
It triggers an invalid build issue on GCC8+ and does not covers all
corner cases.
Diffstat (limited to 'elf/Makefile')
-rw-r--r-- | elf/Makefile | 9 |
1 files changed, 2 insertions, 7 deletions
diff --git a/elf/Makefile b/elf/Makefile index c24d765730..9cf5cd8dfd 100644 --- a/elf/Makefile +++ b/elf/Makefile @@ -187,7 +187,7 @@ tests += restest1 preloadtest loadfail multiload origtest resolvfail \ tst-nodelete2 tst-audit11 tst-audit12 tst-dlsym-error tst-noload \ tst-latepthread tst-tls-manydynamic tst-nodelete-dlclose \ tst-debug1 tst-main1 tst-absolute-sym tst-absolute-zero tst-big-note \ - tst-unwind-ctor tst-unwind-main tst-audit13 + tst-unwind-ctor tst-unwind-main # reldep9 tests-internal += loadtest unload unload2 circleload1 \ neededtest neededtest2 neededtest3 neededtest4 \ @@ -275,8 +275,7 @@ modules-names = testobj1 testobj2 testobj3 testobj4 testobj5 testobj6 \ tst-latepthreadmod $(tst-tls-many-dynamic-modules) \ tst-nodelete-dlclose-dso tst-nodelete-dlclose-plugin \ tst-main1mod tst-libc_dlvsym-dso tst-absolute-sym-lib \ - tst-absolute-zero-lib tst-big-note-lib tst-unwind-ctor-lib \ - tst-audit13mod1 + tst-absolute-zero-lib tst-big-note-lib tst-unwind-ctor-lib # Most modules build with _ISOMAC defined, but those filtered out # depend on internal headers. modules-names-tests = $(filter-out ifuncmod% tst-libc_dlvsym-dso tst-tlsmod%,\ @@ -1383,10 +1382,6 @@ tst-audit12-ENV = LD_AUDIT=$(objpfx)tst-auditmod12.so $(objpfx)tst-audit12mod1.so: $(objpfx)tst-audit12mod2.so LDFLAGS-tst-audit12mod2.so = -Wl,--version-script=tst-audit12mod2.map -$(objpfx)tst-audit13.out: $(objpfx)tst-audit13mod1.so -LDFLAGS-tst-audit13mod1.so = -Wl,-z,lazy -tst-audit13-ENV = LD_AUDIT=$(objpfx)tst-audit13mod1.so - # Override -z defs, so that we can reference an undefined symbol. # Force lazy binding for the same reason. LDFLAGS-tst-latepthreadmod.so = \ |