aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorJoseph Myers <joseph@codesourcery.com>2015-11-06 13:20:26 +0000
committerJoseph Myers <joseph@codesourcery.com>2015-11-06 13:21:51 +0000
commitb9eaf28a640bdfbfbad55cdfe0361339664ab8ba (patch)
tree8cd6d06fc7ac783f43e614dbf33d974772e2bb49 /ChangeLog
parent8c77b6ad4063534fb1e5a6904217c4586060334a (diff)
downloadglibc-b9eaf28a640bdfbfbad55cdfe0361339664ab8ba.tar.xz
glibc-b9eaf28a640bdfbfbad55cdfe0361339664ab8ba.zip
Remove configure tests for some linker -z options.
There are configure tests for the linker -z nodelete, -z nodlopen and -z initfirst options. These options were added in binutils 2.11, so the tests are obsolete; this patch removes them. Tested for x86_64 and x86 (testsuite, and that installed shared libraries are unchanged by the patch). * configure.ac (libc_cv_z_nodelete): Remove configure test. (libc_cv_z_nodlopen): Likewise. (libc_cv_z_initfirst): Likewise. * configure: Regenerated.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 957acd1aeb..1af65b834c 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+2015-11-06 Joseph Myers <joseph@codesourcery.com>
+
+ * configure.ac (libc_cv_z_nodelete): Remove configure test.
+ (libc_cv_z_nodlopen): Likewise.
+ (libc_cv_z_initfirst): Likewise.
+ * configure: Regenerated.
+
2015-11-06 Florian Weimer <fweimer@redhat.com>
Simplify abilist format to be line-based.