about summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorJoseph Myers <joseph@codesourcery.com>2015-11-03 13:03:52 +0000
committerJoseph Myers <joseph@codesourcery.com>2015-11-03 13:03:52 +0000
commitcf09d0b052cbbfbcabc3c3d78d485876b9b81f9c (patch)
tree60cb1e41f7c5b11e9c3a7d1a525e6eb96b961f9b /ChangeLog
parentd86812df5ae27d1695829966916ba26ea7df3d2f (diff)
downloadglibc-cf09d0b052cbbfbcabc3c3d78d485876b9b81f9c.tar.gz
glibc-cf09d0b052cbbfbcabc3c3d78d485876b9b81f9c.tar.xz
glibc-cf09d0b052cbbfbcabc3c3d78d485876b9b81f9c.zip
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--ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index ab7aa6949e..0abea41af6 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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.