From 2000067a4be0dc8a70f6d3704a9e8388eb9066c9 Mon Sep 17 00:00:00 2001 From: "H.J. Lu" Date: Sat, 30 Sep 2017 01:39:14 -0700 Subject: 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 | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 3636af0ed6..37cd69037a 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,10 @@ +2017-09-30 H.J. Lu + + * 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. + 2017-09-29 Joseph Myers * sysdeps/ieee754/dbl-64/s_asinh.c: Include . -- cgit 1.4.1