about summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@gmail.com>2012-03-08 03:02:24 -0500
committerUlrich Drepper <drepper@gmail.com>2012-03-08 03:02:24 -0500
commitaea5d7277a2ebd2f432bc3196e4a0e2afe8d5878 (patch)
tree5fe757070c71a5c7f577e09b6b276759cb06c396 /ChangeLog
parentca2ff9fc0492c42f5407a64dd009baa0df488887 (diff)
downloadglibc-aea5d7277a2ebd2f432bc3196e4a0e2afe8d5878.tar.gz
glibc-aea5d7277a2ebd2f432bc3196e4a0e2afe8d5878.tar.xz
glibc-aea5d7277a2ebd2f432bc3196e4a0e2afe8d5878.zip
Clean up tst-fphex test
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 483757d58b..698655939c 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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.