glibc/sysdeps/unix/sysv/linux/tile/tilegx
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
..
tilegx32 math: add LDBL_CLASSIFY_COMPAT support 2015-12-03 13:00:46 -05:00
tilegx64 math: add LDBL_CLASSIFY_COMPAT support 2015-12-03 13:00:46 -05:00
configure Move tilegx, tilepro, and linux-generic from ports to libc. 2014-02-10 11:04:39 -05:00
configure.ac Move tilegx, tilepro, and linux-generic from ports to libc. 2014-02-10 11:04:39 -05:00
ioctl.S Update copyright dates with scripts/update-copyrights. 2015-01-02 16:29:47 +00:00
ldconfig.h Update copyright dates with scripts/update-copyrights. 2015-01-02 16:29:47 +00:00
ldd-rewrite.sed Move tilegx, tilepro, and linux-generic from ports to libc. 2014-02-10 11:04:39 -05:00
Makefile Move tilegx, tilepro, and linux-generic from ports to libc. 2014-02-10 11:04:39 -05:00
register-dump.h Update copyright dates with scripts/update-copyrights. 2015-01-02 16:29:47 +00:00
sched_getcpu.c Update copyright dates with scripts/update-copyrights. 2015-01-02 16:29:47 +00:00