projects
/
pspp
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7094a1e
)
Make roundf-tests module depend on floorf, ceilf.
author
Ben Pfaff
<blp@cs.stanford.edu>
Mon, 22 Oct 2007 01:23:37 +0000
(18:23 -0700)
committer
Ben Pfaff
<blp@cs.stanford.edu>
Mon, 22 Oct 2007 01:23:37 +0000
(18:23 -0700)
ChangeLog
patch
|
blob
|
history
modules/roundf-tests
patch
|
blob
|
history
diff --git
a/ChangeLog
b/ChangeLog
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.
diff --git
a/modules/roundf-tests
b/modules/roundf-tests
index 9fc69ebdcb7f1edc8e4f5dd3c7ef1ec41ee84f1d..6aa6372cf91cb125acf63810fa41d0cd0fbeb9b4 100644
(file)
--- 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