about summary refs log tree commit diff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog5
-rw-r--r--math/libm-test-nextdown.inc5
-rw-r--r--math/libm-test-nexttoward.inc4
3 files changed, 9 insertions, 5 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
diff --git a/math/libm-test-nextdown.inc b/math/libm-test-nextdown.inc
index d87f6fcb3f..54814d123c 100644
--- a/math/libm-test-nextdown.inc
+++ b/math/libm-test-nextdown.inc
@@ -66,11 +66,6 @@ nextdown_test (void)
   ALL_RM_TEST (nextdown, 1, nextdown_test_data, RUN_TEST_LOOP_f_f, END);
 }
 
-
-/* Note, the second argument is always typed as long double.  The j type
-   argument to TEST_ indicates the literal should not be post-processed by
-   gen-libm-test.pl.  */
-
 static void
 do_test (void)
 {
diff --git a/math/libm-test-nexttoward.inc b/math/libm-test-nexttoward.inc
index c71301ceeb..edd69a2222 100644
--- a/math/libm-test-nexttoward.inc
+++ b/math/libm-test-nexttoward.inc
@@ -18,6 +18,10 @@
 
 #include "libm-test-driver.c"
 
+/* Note, the second argument is always typed as long double.  The j type
+   argument to TEST_ indicates the literal should not be post-processed by
+   gen-libm-test.pl.  */
+
 static const struct test_fj_f_data nexttoward_test_data[] =
   {
 #if !TEST_FLOATN