diff options
author | Ulrich Drepper <drepper@gmail.com> | 2012-03-08 03:02:24 -0500 |
---|---|---|
committer | Ulrich Drepper <drepper@gmail.com> | 2012-03-08 03:02:24 -0500 |
commit | aea5d7277a2ebd2f432bc3196e4a0e2afe8d5878 (patch) | |
tree | 5fe757070c71a5c7f577e09b6b276759cb06c396 /ChangeLog | |
parent | ca2ff9fc0492c42f5407a64dd009baa0df488887 (diff) | |
download | glibc-aea5d7277a2ebd2f432bc3196e4a0e2afe8d5878.tar glibc-aea5d7277a2ebd2f432bc3196e4a0e2afe8d5878.tar.gz glibc-aea5d7277a2ebd2f432bc3196e4a0e2afe8d5878.tar.bz2 glibc-aea5d7277a2ebd2f432bc3196e4a0e2afe8d5878.zip |
Clean up tst-fphex test
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -1,3 +1,11 @@ +2012-03-08 Ulrich Drepper <drepper@gmail.com> + + * stdio-common/tst-fphex.c: Various cleanups. The macros cannot + be defined individually, they must be defined as a block. Define + S for printing a string instead of hidint the different by using a + macro for adding the 'l'. + * stdio-common/tst-fphex-wide.c: Adjust. + 2012-03-07 Marek Polacek <polacek@redhat.com> * stdio-common/tst-long-dbl-fphex.c: Fix test for non ldbl-96 targets. |