diff options
author | Maciej W. Rozycki <macro@codesourcery.com> | 2014-06-20 21:52:53 +0100 |
---|---|---|
committer | Maciej W. Rozycki <macro@codesourcery.com> | 2014-06-20 21:52:53 +0100 |
commit | 257ce7127e2f64a6a959b146786cd43de0e42b5f (patch) | |
tree | b4742c132f39b11d8c66efed76a91b32cce9f78b /elf/Makefile | |
parent | 4e6d234712f976eee62fb2047338a501da00c4c7 (diff) | |
download | glibc-257ce7127e2f64a6a959b146786cd43de0e42b5f.tar glibc-257ce7127e2f64a6a959b146786cd43de0e42b5f.tar.gz glibc-257ce7127e2f64a6a959b146786cd43de0e42b5f.tar.bz2 glibc-257ce7127e2f64a6a959b146786cd43de0e42b5f.zip |
[BZ #16046] dl_iterate_phdr static executable test
Diffstat (limited to 'elf/Makefile')
-rw-r--r-- | elf/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/elf/Makefile b/elf/Makefile index 6602ed5cf3..25012cc2d8 100644 --- a/elf/Makefile +++ b/elf/Makefile @@ -121,7 +121,7 @@ tests = tst-tls1 tst-tls2 tst-tls9 tst-leaks1 \ tst-auxv tests-static = tst-tls1-static tst-tls2-static tst-stackguard1-static \ tst-leaks1-static tst-array1-static tst-array5-static \ - tst-ptrguard1-static + tst-ptrguard1-static tst-dl-iter-static ifeq (yes,$(build-shared)) tests-static += tst-tls9-static tst-tls9-static-ENV = \ |