summaryrefslogtreecommitdiff
path: root/elf/tst-tls1-static-non-pie.c
AgeCommit message (Collapse)Author
2017-09-30Add a test for non-PIE static executableH.J. Lu
tst-tls1-static-non-pie is built with $(no-pie-ldflag) to make it a non-PIE static executable, regardless if --enable-static-pie is used to configure glibc. * elf/Makefile (tests-static-internal): Add tst-tls1-static-non-pie. (LDFLAGS-tst-tls1-static-non-pie): New. * elf/tst-tls1-static-non-pie.c: New file.