return_fl2.c (return_fl): Mark as static.
authorUros Bizjak <ubizjak@gmail.com>
Sat, 24 Mar 2007 07:13:17 +0000 (08:13 +0100)
committerUros Bizjak <uros@gcc.gnu.org>
Sat, 24 Mar 2007 07:13:17 +0000 (08:13 +0100)
commit34a6ccda5c83f44f27eb1f29408e40a3350dd9c8
treea8035e754dff36a8bb9039fcf3d32243a9642617
parent653de3e34cc726e4c6a07d07abbf33e005b81036
return_fl2.c (return_fl): Mark as static.

        * testsuite/libffi.call/return_fl2.c (return_fl): Mark as static.
        Use 'volatile float sum' to create sum of floats to avoid false
        negative due to excess precision on ix86 targets.
        (main): Ditto.

From-SVN: r123180
libffi/ChangeLog
libffi/testsuite/libffi.call/return_fl2.c