Take a float absolute value using fabs() instead of abs().
authorAnatoly Trosinenko <anatoly.trosinenko@gmail.com>
Fri, 14 Nov 2014 11:21:35 +0000 (14:21 +0300)
committerAnatoly Trosinenko <anatoly.trosinenko@gmail.com>
Fri, 14 Nov 2014 11:21:35 +0000 (14:21 +0300)
commit771fabc6d5379e64e5ab9e5f1ca6eb5960617432
tree951f4406ba701d4a57f17c12d82d4479846230ab
parent9622ede2e24067a09380c63da8d5007ec1f03dc4
Take a float absolute value using fabs() instead of abs().

Replace integer abs() by floating point fabs() in the approximate
equality check for float values.
testsuite/libffi.call/cls_many_mixed_args.c