diff options
author | Florian Weimer <fweimer@redhat.com> | 2017-08-22 12:45:16 +0200 |
---|---|---|
committer | Florian Weimer <fweimer@redhat.com> | 2017-08-22 13:50:27 +0200 |
commit | a4d57b79478f214cdf535eb941abdd71e0071edc (patch) | |
tree | 0a5654596bd3b04af6efbc1a03b675c403f01248 /ChangeLog | |
parent | 80f91666fed71fa3dd5eb5618739147cc731bc89 (diff) | |
download | glibc-a4d57b79478f214cdf535eb941abdd71e0071edc.tar glibc-a4d57b79478f214cdf535eb941abdd71e0071edc.tar.gz glibc-a4d57b79478f214cdf535eb941abdd71e0071edc.tar.bz2 glibc-a4d57b79478f214cdf535eb941abdd71e0071edc.zip |
math: Statically link tests of internal functionality
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
@@ -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] |