aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorJoseph Myers <joseph@codesourcery.com>2018-08-08 16:16:59 +0000
committerJoseph Myers <joseph@codesourcery.com>2018-08-08 16:16:59 +0000
commit140137fb2d16bd362ef57a879145fc1f8240fca6 (patch)
tree00b7e45f576848f20a59c488e475672ea45d12d8 /ChangeLog
parentb5403eca16581b0a9127a4c4052952d801270366 (diff)
downloadglibc-140137fb2d16bd362ef57a879145fc1f8240fca6.tar.xz
glibc-140137fb2d16bd362ef57a879145fc1f8240fca6.zip
Move comment from libm-test-nextdown.inc to libm-test-nexttoward.inc.
When libm tests were split into separate per-function .inc files, a comment relating to the nexttoward tests ended up at the end of libm-test-nextdown.inc (because the split was based on starting each function's tests with the <function>_test_data definition, which failed to allow for comments before such definitions). This patch moves that comment to the correct location. Tested for x86_64. * math/libm-test-nextdown.inc (do_test): Move comment to .... * math/libm-test-nexttoward.inc (nexttoward_test_data): ... here.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 556669a4aa..d3bb06f596 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2018-08-08 Joseph Myers <joseph@codesourcery.com>
+
+ * math/libm-test-nextdown.inc (do_test): Move comment to ....
+ * math/libm-test-nexttoward.inc (nexttoward_test_data): ... here.
+
2018-08-08 Samuel Thibault <samuel.thibault@ens-lyon.org>
* htl/Versions (__pthread_getspecific, __pthread_setspecific): Add