glibc/sysdeps/nios2
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
nptl
__longjmp.S
abort-instr.h
backtrace.c
bsd-_setjmp.S
bsd-setjmp.S
configure glibc 2.21 pre-release update. 2015-02-05 23:14:38 -05:00
configure.ac
crti.S
crtn.S
dl-init.c
dl-machine.h Fixes extern protected data handling testcases elf/tst-protected1a 2015-07-26 05:27:18 -07:00
dl-sysdep.h Fixes extern protected data handling testcases elf/tst-protected1a 2015-07-26 05:27:18 -07:00
dl-tls.h
dl-trampoline.S
gccframe.h
gmp-mparam.h
Implies
jmpbuf-offsets.h
jmpbuf-unwind.h
ldsodefs.h
libc-tls.c
libm-test-ulps Update Nios II ulps file. 2015-07-25 07:14:29 -07:00
machine-gmon.h
Makefile
math_private.h math: add LDBL_CLASSIFY_COMPAT support 2015-12-03 13:00:46 -05:00
math-tests.h
memusage.h
preconfigure
s_fma.c
s_fmaf.c
setjmp.S
sfp-machine.h
sotruss-lib.c
stackguard-macros.h
stackinfo.h
start.S
Subdirs
sysdep.h
tls-macros.h
tst-audit.h
Versions