diff options
author | Joseph Myers <joseph@codesourcery.com> | 2015-11-02 15:08:25 +0000 |
---|---|---|
committer | Joseph Myers <joseph@codesourcery.com> | 2015-11-02 15:08:25 +0000 |
commit | a9224562cbe9cfb0bd8d9e637a06141141f9e6e3 (patch) | |
tree | 143448c101a07126967a74cffa1cc529121a1ac0 /ChangeLog | |
parent | af1b2fd08388a3beec3ee7eaa30646d9c002824e (diff) | |
download | glibc-a9224562cbe9cfb0bd8d9e637a06141141f9e6e3.tar.gz glibc-a9224562cbe9cfb0bd8d9e637a06141141f9e6e3.tar.xz glibc-a9224562cbe9cfb0bd8d9e637a06141141f9e6e3.zip |
Remove init_array / fini_array configure test.
There is a configure test "for .preinit_array/.init_array/.fini_array support". Support for this feature was added in binutils 2.13, so the configure test is obsolete; this patch removes it. Tested for x86_64 and x86 (testsuite, and that installed shared libraries are unchanged by the patch). * configure.ac (libc_cv_initfini_array): Remove configure test. * configure: Regenerated.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index 3d3440fe64..fdd9da4b98 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2015-11-02 Joseph Myers <joseph@codesourcery.com> + + * configure.ac (libc_cv_initfini_array): Remove configure test. + * configure: Regenerated. + 2015-10-29 Joseph Myers <joseph@codesourcery.com> [BZ #19189] |