Wrap the remaining math functions in libc: __fpclassify*(), __flt_rounds(),
authorguenther <guenther@openbsd.org>
Tue, 27 Oct 2015 05:54:49 +0000 (05:54 +0000)
committerguenther <guenther@openbsd.org>
Tue, 27 Oct 2015 05:54:49 +0000 (05:54 +0000)
commitaf3276d5e32f3e939032c022c530ad02a9ed9a1e
tree604dedf2de001eeb1ea72a5dbe57b5c0102b8e55
parentc50650beff8b24ffa3396d57f42db2d1db485987
Wrap the remaining math functions in libc: __fpclassify*(), __flt_rounds(),
and ldexp().

ok millert@
25 files changed:
lib/libc/arch/alpha/gen/flt_rounds.c
lib/libc/arch/amd64/gen/flt_rounds.S
lib/libc/arch/amd64/gen/fpclassifyl.c
lib/libc/arch/amd64/gen/ldexp.c
lib/libc/arch/arm/gen/flt_rounds.c
lib/libc/arch/hppa/gen/flt_rounds.c
lib/libc/arch/hppa64/gen/flt_rounds.c
lib/libc/arch/i386/gen/flt_rounds.S
lib/libc/arch/i386/gen/fpclassifyl.c
lib/libc/arch/i386/gen/ldexp.c
lib/libc/arch/m88k/gen/flt_rounds.c
lib/libc/arch/mips64/gen/flt_rounds.c
lib/libc/arch/mips64/gen/fpclassifyl.c
lib/libc/arch/mips64/gen/ldexp.S
lib/libc/arch/powerpc/gen/flt_rounds.c
lib/libc/arch/sh/gen/flt_rounds.c
lib/libc/arch/sparc/gen/flt_rounds.c
lib/libc/arch/sparc64/gen/flt_rounds.c
lib/libc/arch/sparc64/gen/fpclassifyl.c
lib/libc/arch/vax/gen/fpclassify.c
lib/libc/arch/vax/gen/ldexp.S
lib/libc/gen/fpclassify.c
lib/libc/gen/ldexp.c
lib/libc/hidden/float.h [new file with mode: 0644]
lib/libc/hidden/math.h [new file with mode: 0644]