about summary refs log tree commit diff
path: root/elf/tst-tls1-static-non-pie.c
Commit message (Collapse)AuthorAgeFilesLines
* Add a test for non-PIE static executableH.J. Lu2017-09-301-0/+1
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.