diff options
author | H.J. Lu <hjl.tools@gmail.com> | 2017-10-04 17:15:50 -0700 |
---|---|---|
committer | H.J. Lu <hjl.tools@gmail.com> | 2017-10-04 17:16:04 -0700 |
commit | a67029ff12319300458a502be1d12aa2065c48da (patch) | |
tree | 394daa0847e40e5b2888c45016a2047b879da038 /ChangeLog | |
parent | 5dba84b3246961ea3032ce48ac72c1ac9364cf2b (diff) | |
download | glibc-a67029ff12319300458a502be1d12aa2065c48da.tar.gz glibc-a67029ff12319300458a502be1d12aa2065c48da.tar.xz glibc-a67029ff12319300458a502be1d12aa2065c48da.zip |
Use $(DEFAULT-LDFLAGS-$(@F)) in +link-static-before-libc
Use $(LDFLAGS-$(@F)) with tst-tls1-static-non-pie may not be sufficient when static PIE is built by default. Use $(DEFAULT-LDFLAGS-$(@F)) in +link-static-before-libc to make sure that tst-tls1-static-non-pie is always built as non-PIE static executable and make sure that crt1.o is used with tst-tls1-static-non-pie. * Makeconfig (+link-static-before-libc): Use $(DEFAULT-LDFLAGS-$(@F)). * elf/Makefile (CRT-tst-tls1-static-non-pie): New. (LDFLAGS-tst-tls1-static-non-pie): Renamed to ... (DEFAULT-LDFLAGS-tst-tls1-static-non-pie): This.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index 6f1b3ceaa2..191dd5aab3 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,13 @@ 2017-10-04 H.J. Lu <hongjiu.lu@intel.com> + * Makeconfig (+link-static-before-libc): Use + $(DEFAULT-LDFLAGS-$(@F)). + * elf/Makefile (CRT-tst-tls1-static-non-pie): New. + (LDFLAGS-tst-tls1-static-non-pie): Renamed to ... + (DEFAULT-LDFLAGS-tst-tls1-static-non-pie): This. + +2017-10-04 H.J. Lu <hongjiu.lu@intel.com> + * elf/Makefile (tests): Add tst-main1. (modules-names): Add tst-main1mod. ($(objpfx)tst-main1): New. |