]> git.ipfire.org Git - thirdparty/glibc.git/commit - elf/Makefile
Add a test for non-PIE static executable
authorH.J. Lu <hjl.tools@gmail.com>
Sat, 30 Sep 2017 08:39:14 +0000 (01:39 -0700)
committerH.J. Lu <hjl.tools@gmail.com>
Sat, 30 Sep 2017 08:39:32 +0000 (01:39 -0700)
commit2000067a4be0dc8a70f6d3704a9e8388eb9066c9
tree5cffa757bae1be8d0d0d0a451d1418da1e963843
parent1e2bffd05c36a9be30d7092d6593a9e9aa009ada
Add a test for non-PIE static executable

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.
ChangeLog
elf/Makefile
elf/tst-tls1-static-non-pie.c [new file with mode: 0644]