summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorJoseph Myers <joseph@codesourcery.com>2013-05-24 20:33:14 +0000
committerJoseph Myers <joseph@codesourcery.com>2013-05-24 20:33:14 +0000
commitdd4259b9f76fa8fd3690a91608d2e3a94e2d6713 (patch)
tree12783868254a6fe9ca9454385ee34287463db4f6 /ChangeLog
parent5e6fbdc58f584d0835dace16f78ef1c7c280b53d (diff)
downloadglibc-dd4259b9f76fa8fd3690a91608d2e3a94e2d6713.tar.gz
glibc-dd4259b9f76fa8fd3690a91608d2e3a94e2d6713.tar.xz
glibc-dd4259b9f76fa8fd3690a91608d2e3a94e2d6713.zip
Test drem and pow10 in libm-test.inc.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog10
1 files changed, 10 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 8594fdaaa8..bddd4d5698 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,15 @@
 2013-05-24  Joseph Myers  <joseph@codesourcery.com>
 
+	* math/libm-test.inc: Add drem and pow10 to list of tested
+	functions.
+	(pow10_test): New function.
+	(drem_test): Likewise.
+	(drem_test_tonearest): Likewise.
+	(drem_test_towardzero): Likewise.
+	(drem_test_downward): Likewise.
+	(drem_test_upward): Likewise.
+	(main): Call the new functions.
+
 	* math/libm-test.inc (finite_test_data): Remove.
 	(finite_test): Run tests from isfinite_test_data.
 	(gamma_test_data): Remove.