aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorJoseph Myers <joseph@codesourcery.com>2013-12-19 14:59:22 +0000
committerJoseph Myers <joseph@codesourcery.com>2013-12-19 14:59:22 +0000
commit335ee09231eb950e18df2c39abe7290c67b22f3d (patch)
tree9b8220c30af171bdd4217a062037f4b8a15286a3 /ChangeLog
parentf88acd39da2a509081e541b84ecbf204ef20f9e8 (diff)
downloadglibc-335ee09231eb950e18df2c39abe7290c67b22f3d.tar
glibc-335ee09231eb950e18df2c39abe7290c67b22f3d.tar.gz
glibc-335ee09231eb950e18df2c39abe7290c67b22f3d.tar.bz2
glibc-335ee09231eb950e18df2c39abe7290c67b22f3d.zip
Disable libm-test test name beautification for M_* constants.
math/gen-libm-test.pl has code to beautify names of various constants, transforming the source form in libm-test.inc into the version appearing in test names in libm-test-ulps files. This has become decreasingly relevant over time for the M_* constants, first as I changed the test names so only the arguments and not the expected results appeared in them, then as tests have moved to auto-libm-test-* so that automatically generated hex float constants get used instead of M_* in test inputs. This patch removes the beautification for all M_* constants. Tested x86_64 and x86 and ulps updated accordingly. Even the one case where this affected the name in the ulps files will disappear once complex function tests are moved to auto-libm-test-*. * math/gen-libm-test.pl (%beautify): Remove M_* constants. * sysdeps/i386/fpu/libm-test-ulps: Update. * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index e8b90876d6..7386e3a49c 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,9 @@
2013-12-19 Joseph Myers <joseph@codesourcery.com>
+ * math/gen-libm-test.pl (%beautify): Remove M_* constants.
+ * sysdeps/i386/fpu/libm-test-ulps: Update.
+ * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
+
[BZ #16293]
* sysdeps/i386/fpu/e_expl.S (IEEE754_EXPL) [USE_AS_EXPM1L]: Set
round-to-nearest mode when using frndint.