glibc/sysdeps/mips
Chris Metcalf e59c94fa0e math: add LDBL_CLASSIFY_COMPAT support
If a platform does not define "long-double-fcts = yes" in its
Makefiles and it does define __NO_LONG_DOUBLE_MATH in its installed
headers, it will currently create exported symbols for __finitel,
__isinfl, and __isnanl that can't be reached from userspace by
correct use of the finite(), isinf(), or isnan() macros in <math.h>.

To avoid this situation, by default for such platforms we now no
longer export these symbols, thus causing appropriate link-time
errors.  However, for platforms that previously exported these
symbols, we continue to do so as compat symbols; this is enabled
by adding LDBL_CLASSIFY_COMPAT to math_private.h for the platform.

For tile, remove the now-unnecessary exports of those functions from
libc and libm.
2015-12-03 13:00:46 -05:00
..
bits Move bits/atomic.h to atomic-machine.h (bug 14912). 2015-09-11 20:00:19 +00:00
fpu
ieee754
include/sys
mips32 Regenerate MIPS libm-test-ulps. 2015-10-09 22:39:11 +00:00
mips64 Convert 231 sysdeps function definitions to prototype style. 2015-10-19 12:04:33 +00:00
nptl MIPS: Only use .set mips* assembler directives when necessary 2015-09-08 16:52:43 +01:00
sys MIPS: Only use .set mips* assembler directives when necessary 2015-09-08 16:52:43 +01:00
__longjmp.c
abort-instr.h
add_n.S
addmul_1.S
atomic-machine.h Remove MIPS16 atomics using __sync_* (bug 17404). 2015-10-27 23:47:56 +00:00
backtrace.c
bsd-_setjmp.S
bsd-setjmp.S
configure
configure.ac
dl-dtprocnum.h
dl-machine-reject-phdr.h
dl-machine.h Fix MIPS -Wundef warnings for __mips_isa_rev. 2015-08-18 21:52:22 +00:00
dl-procinfo.c
dl-procinfo.h
dl-tls.h
dl-trampoline.c
fpregdef.h
fpu_control.h MIPS: Wire FCSR.ABS2008 to FCSR.NAN2008 2015-11-28 11:01:16 +00:00
gccframe.h
Implies
jmpbuf-unwind.h
ldsodefs.h
libc-tls.c
linkmap.h Rename bits/linkmap.h to linkmap.h (bug 14912). 2015-09-04 19:44:27 +00:00
lshift.S
machine-gmon.h Fix MIPS -Wundef warnings for __mips_isa_rev. 2015-08-18 21:52:22 +00:00
Makefile
math_private.h math: add LDBL_CLASSIFY_COMPAT support 2015-12-03 13:00:46 -05:00
math-tests.h
memcpy.S Make performance improvement to MIPS memcpy for small copies. 2015-10-16 14:32:49 -07:00
memset.S
memusage.h
mul_1.S
preconfigure
regdef.h
rshift.S
setjmp_aux.c
setjmp.S
sgidefs.h
sotruss-lib.c
stackinfo.h
start.S
strcmp.S
sub_n.S
submul_1.S
tininess.h
tls-macros.h MIPS: Only use .set mips* assembler directives when necessary 2015-09-08 16:52:43 +01:00
tst-abi-fp32mod.c
tst-abi-fp64amod.c
tst-abi-fp64mod.c
tst-abi-fpxxmod.c
tst-abi-fpxxomod.c
tst-abi-interlink.c
tst-audit.h
tst-mode-switch-1.c
tst-mode-switch-2.c
tst-mode-switch-3.c