Avoid test failures on some PowerPC hardwares.
[pspp] / ChangeLog
index c9fa72a4fe4c46127d4e7df3cd653a4021da0ee5..a159fc63ec9e710e7513ff70de469ee332d9424b 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,11 @@
+2007-06-04  Bruno Haible  <bruno@clisp.org>
+
+       Avoid test failures on some PowerPC platforms.
+       * tests/test-printf-frexpl.c (MIN_NORMAL_EXP, MIN_SUBNORMAL_EXP):
+       Define differently for PowerPC.
+       * tests/test-frexpl.c (MIN_NORMAL_EXP): Likewise.
+       Reported by Gary V. Vaughan <gary@gnu.org>.
+
 2007-06-02  Bruno Haible  <bruno@clisp.org>
 
        Fix test-stdint failure on FreeBSD/ia64.