Make roundf-tests module depend on floorf, ceilf.
authorBen Pfaff <blp@cs.stanford.edu>
Mon, 22 Oct 2007 01:23:37 +0000 (18:23 -0700)
committerBen Pfaff <blp@cs.stanford.edu>
Mon, 22 Oct 2007 01:23:37 +0000 (18:23 -0700)
ChangeLog
modules/roundf-tests

index d9170afa241c8b724b5fd8b146f0b8e54eb87228..3d1cc93b8fd653d76655f0b2a1a8d51d4eaf903f 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2007-10-21  Ben Pfaff  <blp@gnu.org>
+
+       * modules/roundf-tests: Add dependency on floorf, ceilf to allow
+       round.c roundf implementation that depends on floorf and ceilf to
+       be tested unconditionally.
+
 2007-10-21  Ben Pfaff  <blp@gnu.org>
 
        * m4/check-libm-func.m4: Removed.
index 9fc69ebdcb7f1edc8e4f5dd3c7ef1ec41ee84f1d..6aa6372cf91cb125acf63810fa41d0cd0fbeb9b4 100644 (file)
@@ -4,6 +4,8 @@ tests/test-round2.c
 tests/test-roundf2.c
 
 Depends-on:
+ceilf
+floorf
 isnanf-nolibm
 stdbool
 stdint