diff options
author | Paul E. Murphy <murphyp@linux.vnet.ibm.com> | 2016-05-09 11:49:11 -0500 |
---|---|---|
committer | Paul E. Murphy <murphyp@linux.vnet.ibm.com> | 2016-05-24 14:39:57 -0500 |
commit | 118fbf0e1cae103b7e1287bc4b6a929fdf4c000e (patch) | |
tree | 962f3f480ef7f23c8336768d43ac5bf77f66a3c4 /ChangeLog | |
parent | 078d1cf8accf8e74390c3b091549afa4efbb113e (diff) | |
download | glibc-118fbf0e1cae103b7e1287bc4b6a929fdf4c000e.tar.gz glibc-118fbf0e1cae103b7e1287bc4b6a929fdf4c000e.tar.xz glibc-118fbf0e1cae103b7e1287bc4b6a929fdf4c000e.zip |
Refactor tst-strtod-round.c
This file is partially generated. To make updates a little simpler, I have moved the generated code into a partially contained header to simplify regeneration. gen-tst-strtod-round.c now takes two, mandatory arguments. These arguments specify the input test data and the output destination, respectively.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index ae45835470..c81fda1d55 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,16 @@ +2016-05-24 Paul E. Murphy <murphyp@linux.vnet.ibm.com> + + * stdlib/gen-tst-strtod-round.c (main): + Change usage to more closely match the generated + output. Add usage and compilation instructions. + (string_to_fp): Add and use FILE* parameter as + output target. + (print_fp): Likewise. + (round_str): Likewise. + (round_for_all): Likewise. + * stdlib/tst-strtod-round.c (tests): Move into + * stdlib/tst-strtod-round-data.h: New file. + 2016-05-24 Joseph Myers <joseph@codesourcery.com> [BZ #15479] |