about summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorJoseph Myers <joseph@codesourcery.com>2017-02-06 18:02:54 +0000
committerJoseph Myers <joseph@codesourcery.com>2017-02-06 18:04:10 +0000
commitdd18757bd3650d5dfea8aaba37869df89ce6c17d (patch)
tree7faf9cfb6bbd80fcc3e45e72cf32af1b188c8543 /ChangeLog
parent37f8abad1c7b274e66eaf2d04684bd8a7ba0bcef (diff)
downloadglibc-dd18757bd3650d5dfea8aaba37869df89ce6c17d.tar.gz
glibc-dd18757bd3650d5dfea8aaba37869df89ce6c17d.tar.xz
glibc-dd18757bd3650d5dfea8aaba37869df89ce6c17d.zip
Remove libm-test.inc comment listing functions tested and not tested.
math/libm-test.inc has a comment listing the functions tested and not
tested.  The list of functions tested duplicates what is immediately
obvious from the rest of the file and adds another place to update
when adding a function.  I've put the information about functions not
tested on the wiki todo list; this patch removes that comment, in
preparation for splitting tests of each function into separate .inc
files with common code staying in a separate .c file.

Tested for x86_64.

	* math/libm-test.inc: Remove comment listing functions tested and
	not tested.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 710f9b4cad..76051c8070 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2017-02-06  Joseph Myers  <joseph@codesourcery.com>
+
+	* math/libm-test.inc: Remove comment listing functions tested and
+	not tested.
+
 2016-02-06  Adhemerval Zanella  <adhemerval.zanella@linaro.org>
 
 	* nptl/allocatestack.c [COLORING_INCREMENT] (nptl_ncreated): Remove.