diff options
author | Marek Polacek <polacek@redhat.com> | 2012-03-08 08:32:47 +0100 |
---|---|---|
committer | Marek Polacek <polacek@redhat.com> | 2012-03-08 08:34:10 +0100 |
commit | 65b81130c5006b1140c3d8b59038a68004ff61c8 (patch) | |
tree | 6534d6bb5bbd13aecba952749624e87e767e3d7d /ChangeLog | |
parent | 67c6a3d919b492c68664c4b95e84efd2174309e7 (diff) | |
download | glibc-65b81130c5006b1140c3d8b59038a68004ff61c8.tar.gz glibc-65b81130c5006b1140c3d8b59038a68004ff61c8.tar.xz glibc-65b81130c5006b1140c3d8b59038a68004ff61c8.zip |
Enhance fphex test.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index 43f23dd316..a96f05c7cd 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,11 @@ +2012-03-08 Marek Polacek <polacek@redhat.com> + + [BZ #13806] + * stdio-common/Makefile (tests): Add tst-fphex-wide. + * stdio-common/tst-fphex.c: Define a few macros to make the + test reusable. Use them. + * stdio-common/tst-fphex-wide.c: New file. + 2012-03-08 Joseph Myers <joseph@codesourcery.com> [BZ #6911] |