about summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorFlorian Weimer <fweimer@redhat.com>2017-08-22 12:45:16 +0200
committerFlorian Weimer <fweimer@redhat.com>2017-08-22 13:50:27 +0200
commita4d57b79478f214cdf535eb941abdd71e0071edc (patch)
tree0a5654596bd3b04af6efbc1a03b675c403f01248 /ChangeLog
parent80f91666fed71fa3dd5eb5618739147cc731bc89 (diff)
downloadglibc-a4d57b79478f214cdf535eb941abdd71e0071edc.tar.gz
glibc-a4d57b79478f214cdf535eb941abdd71e0071edc.tar.xz
glibc-a4d57b79478f214cdf535eb941abdd71e0071edc.zip
math: Statically link tests of internal functionality
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog9
1 files changed, 9 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 7fb4d18658..753257810b 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,12 @@
+2017-08-22  Florian Weimer  <fweimer@redhat.com>
+
+	math: Statically link tests of internal functionality.
+	* math/Makefile (tests): Remove atest-exp, atest-sincos,
+	atest-exp2.
+	(tests-static): Add atest-exp, atest-sincos, atest-exp2.
+	(gmp-objs): Remove assignment.
+	(atest-exp, atest-sincos, atest-exp2): Remove targets.
+
 2017-08-22  Joseph Myers  <joseph@codesourcery.com>
 
 	[BZ #21987]