platform_bionic/libm/upstream-freebsd/lib/msun
Elliott Hughes b8ee16f1dc Fix our <complex.h> support.
We build libm with -fvisibility=hidden, so we weren't exporting any
of the <complex.h> functions.

We also weren't building many of the functions anyway.

We were also missing the complex inverse trigonometric functions.

And because we didn't even have perfunctory "call each function once"
tests, we didn't notice that we weren't exporting any symbols, so this
patch adds at least that level of testing.

Change-Id: Ibcf2843f507126c51d134cc5fc8d67747e033a0d
2014-11-06 11:16:55 -08:00
..
bsdsrc Upgrade libm. 2013-02-01 14:51:19 -08:00
ld128 Sync libm with upstream. 2014-10-09 16:20:37 -07:00
src Fix our <complex.h> support. 2014-11-06 11:16:55 -08:00