platform_bionic/libm
Elliott Hughes 9a5a3e8e74 Fix <math.h> to quieten most of our warnings.
I've reported the wcsftime bug upstream, but we really just want to use -D
to ensure the buggy code isn't built. (I've also brought our strftime a bit
closer to upstream now we have the right define.)

I don't think upstream is likely to fix all their sign-compare and
uninitialized warnings, so let's just silence them.

As for libm, again upstream isn't likely to fix all their warnings, and
silencing those made the ones that were our fault stand out. I've fixed
our <math.h> to fix the warnings caused by our lack of definitions for
the non-imprecise long-double functions. I checked the C99 standard, and
all these functions are there.

Change-Id: Iee8e1182c1db375058fb2c451eceb212bab47a37
2014-05-05 21:19:47 -07:00
..
amd64 Clean-up _fpmath and fake_long_doubles 2014-04-23 19:03:06 +01:00
arm Clean-up _fpmath and fake_long_doubles 2014-04-23 19:03:06 +01:00
arm64 Clean-up _fpmath and fake_long_doubles 2014-04-23 19:03:06 +01:00
i387 Moved to a more openbsd-like fenv.h 2014-02-26 12:30:44 +00:00
include Fix <math.h> to quieten most of our warnings. 2014-05-05 21:19:47 -07:00
mips Clean-up _fpmath and fake_long_doubles 2014-04-23 19:03:06 +01:00
upstream-freebsd/lib/msun Clean-up _fpmath and fake_long_doubles 2014-04-23 19:03:06 +01:00
Android.mk Fix <math.h> to quieten most of our warnings. 2014-05-05 21:19:47 -07:00
digittoint.c Upgrade libm. 2013-02-01 14:51:19 -08:00
fake_long_double.c Clean-up _fpmath and fake_long_doubles 2014-04-23 19:03:06 +01:00
fpmath.h Clean-up _fpmath and fake_long_doubles 2014-04-23 19:03:06 +01:00
freebsd-compat.h Clean-up _fpmath and fake_long_doubles 2014-04-23 19:03:06 +01:00
MODULE_LICENSE_BSD_LIKE Initial Contribution 2008-10-21 07:00:00 -07:00
NOTICE Update the NOTICE files and improve the script slightly. 2014-05-05 16:23:15 -07:00
signbit.c Clean-up _fpmath and fake_long_doubles 2014-04-23 19:03:06 +01:00
significandl.c Clean-up _fpmath and fake_long_doubles 2014-04-23 19:03:06 +01:00
sincos.c Regenerate the NOTICE files. 2014-01-07 13:46:11 -08:00