Refactor bug-strtod.c to better test new types.
commitdba0832af1eeb0d749aec072ce20f9811fb4b7d6
authorPaul E. Murphy <murphyp@linux.vnet.ibm.com>
Fri, 6 May 2016 21:00:39 +0000 (6 16:00 -0500)
committerPaul E. Murphy <murphyp@linux.vnet.ibm.com>
Mon, 23 May 2016 19:13:11 +0000 (23 14:13 -0500)
treec848f0bed5085fbe6ed635f609baf1c304c4d890
parentbc779a1a5b3035133024b21e2f339fe4219fb11c
Refactor bug-strtod.c to better test new types.

This introduces tst-strtod.h to contain some macros
to assist with updating strto{f,d,ld} test code to
support additional variants of this function.
ChangeLog
stdlib/bug-strtod.c
stdlib/tst-strtod.h [new file with mode: 0644]