Remove libm-test.inc comment listing functions tested and not tested.
commitdd18757bd3650d5dfea8aaba37869df89ce6c17d
authorJoseph Myers <joseph@codesourcery.com>
Mon, 6 Feb 2017 18:02:54 +0000 (6 18:02 +0000)
committerJoseph Myers <joseph@codesourcery.com>
Mon, 6 Feb 2017 18:04:10 +0000 (6 18:04 +0000)
tree7faf9cfb6bbd80fcc3e45e72cf32af1b188c8543
parent37f8abad1c7b274e66eaf2d04684bd8a7ba0bcef
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.
ChangeLog
math/libm-test.inc