]> sourceware.org Git - glibc.git/commit - ChangeLog
Fix some warnings in the absence of FP round/exception support
authorChris Metcalf <cmetcalf@ezchip.com>
Tue, 30 Dec 2014 19:11:13 +0000 (14:11 -0500)
committerChris Metcalf <cmetcalf@ezchip.com>
Tue, 30 Dec 2014 19:11:13 +0000 (14:11 -0500)
commit1ff950ad20111b591ad1312df4d802de9d1f1b1e
tree6634ad2285443326d46d32a27f5d0d568ea5452e
parent0f9dfe0432a90441be688f2776aa19fedbfcdcbb
Fix some warnings in the absence of FP round/exception support

Due to tile missing a bunch of FP exception and rounding
support, the tests generate warnings.  These changes fix the
warnings by just not compiling some unused functions, and
adding some attribute ((unused)) tags.
ChangeLog
math/libm-test.inc
math/test-fenv.c
setjmp/tst-setjmp-fp.c
stdio-common/tst-printf-round.c
stdlib/tst-strtod-round.c
stdlib/tst-strtod-underflow.c
This page took 0.041087 seconds and 5 git commands to generate.