From 8dd18ff0f921e2044afddac1c9eb2714dca90a83 Mon Sep 17 00:00:00 2001 From: Ben Pfaff Date: Sun, 21 Oct 2007 18:23:37 -0700 Subject: [PATCH] Make roundf-tests module depend on floorf, ceilf. --- ChangeLog | 6 ++++++ modules/roundf-tests | 2 ++ 2 files changed, 8 insertions(+) diff --git a/ChangeLog b/ChangeLog index d9170afa24..3d1cc93b8f 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2007-10-21 Ben Pfaff + + * 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 * m4/check-libm-func.m4: Removed. diff --git a/modules/roundf-tests b/modules/roundf-tests index 9fc69ebdcb..6aa6372cf9 100644 --- a/modules/roundf-tests +++ b/modules/roundf-tests @@ -4,6 +4,8 @@ tests/test-round2.c tests/test-roundf2.c Depends-on: +ceilf +floorf isnanf-nolibm stdbool stdint -- 2.30.2