glibc/sysdeps/m68k
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
coldfire math: add LDBL_CLASSIFY_COMPAT support 2015-12-03 13:00:46 -05:00
fpu
m680x0 Fix math_private.h multiple include guards. 2015-11-20 23:46:23 +00:00
nptl
sys
__longjmp.c
abort-instr.h
asm-syntax.h
backtrace.c
bsd-_setjmp.c
bsd-setjmp.c
crti.S
crtn.S
dl-machine.h
dl-tls.h
dl-trampoline.S
ffs.c Convert 231 sysdeps function definitions to prototype style. 2015-10-19 12:04:33 +00:00
fpu_control.h
gccframe.h
Implies
jmpbuf-unwind.h
ldsodefs.h
libc-tls.c
Makefile
memchr.S
memcopy.h
memusage.h
preconfigure
rawmemchr.S
setjmp.c
shlib-versions
sotruss-lib.c
stackinfo.h
start.S
strchr.S
strchrnul.S
sysdep.h
tls-macros.h
tst-audit.h
Versions
wcpcpy_chk.c
wcpcpy.c