diff options
author | Joseph Myers <joseph@codesourcery.com> | 2015-11-03 13:03:52 +0000 |
---|---|---|
committer | Joseph Myers <joseph@codesourcery.com> | 2015-11-03 13:03:52 +0000 |
commit | cf09d0b052cbbfbcabc3c3d78d485876b9b81f9c (patch) | |
tree | 60cb1e41f7c5b11e9c3a7d1a525e6eb96b961f9b /ChangeLog | |
parent | d86812df5ae27d1695829966916ba26ea7df3d2f (diff) | |
download | glibc-cf09d0b052cbbfbcabc3c3d78d485876b9b81f9c.zip glibc-cf09d0b052cbbfbcabc3c3d78d485876b9b81f9c.tar.gz glibc-cf09d0b052cbbfbcabc3c3d78d485876b9b81f9c.tar.bz2 |
Remove --no-whole-archive configure test.
There is a configure test for the --no-whole-archive linker option.
This option was added in binutils 2.7, so the 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_ld_no_whole_archive): Remove configure
test.
* configure: Regenerated.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -1,3 +1,9 @@ +2015-11-03 Joseph Myers <joseph@codesourcery.com> + + * configure.ac (libc_cv_ld_no_whole_archive): Remove configure + test. + * configure: Regenerated. + 2015-11-02 Joseph Myers <joseph@codesourcery.com> * math/libm-test.inc (modf_test_data): Add more tests. |