diff options
author | Ulrich Drepper <drepper@redhat.com> | 2006-12-10 01:11:45 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2006-12-10 01:11:45 +0000 |
commit | 2282c90c4298988b61d2487549167c39d76ec7bc (patch) | |
tree | 9b626e8bddc6858fd19f589d3c3762f70e7cd225 /stdlib/Makefile | |
parent | d117c1ce4df93249471a63a4d6baad0bcbc5a988 (diff) | |
download | glibc-2282c90c4298988b61d2487549167c39d76ec7bc.zip glibc-2282c90c4298988b61d2487549167c39d76ec7bc.tar.gz glibc-2282c90c4298988b61d2487549167c39d76ec7bc.tar.bz2 |
[BZ #3673]
* stdlib/strtod_l.c (____STRTOF_INTERNAL): Fix exp_limit
computation.
* stdlib/Makefile (tests): Add tst-atof2.
* stdlib/tst-atof2.c: New file.
* stdlib/Makefile (tests): Add tst-atof1.
* stdlib/tst-atof1.c: New file.
Diffstat (limited to 'stdlib/Makefile')
-rw-r--r-- | stdlib/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/stdlib/Makefile b/stdlib/Makefile index a0ff427..5387475 100644 --- a/stdlib/Makefile +++ b/stdlib/Makefile @@ -66,7 +66,8 @@ tests := tst-strtol tst-strtod testmb testrand testsort testdiv \ test-canon test-canon2 tst-strtoll tst-environ \ tst-xpg-basename tst-random tst-random2 tst-bsearch \ tst-limits tst-rand48 bug-strtod tst-setcontext \ - test-a64l tst-qsort tst-system testmb2 bug-strtod2 + test-a64l tst-qsort tst-system testmb2 bug-strtod2 \ + tst-atof1 tst-atof2 include ../Makeconfig |