]> git.ipfire.org Git - thirdparty/glibc.git/commit
math: Exclude internal math symbols for tests [BZ #32414]
authorH.J. Lu <hjl.tools@gmail.com>
Thu, 5 Dec 2024 00:39:44 +0000 (08:39 +0800)
committerSunil K Pandey <skpgkp2@gmail.com>
Sat, 7 Dec 2024 21:43:01 +0000 (13:43 -0800)
commit5df09b444835fca6e64b3d4b4a5beb19b3b2ba21
tree087848737c8b0dfaccc5956f7f8928f0bc105944
parent77c7c4417410f4bf15ea246dd52603dc7be8de45
math: Exclude internal math symbols for tests [BZ #32414]

Since internal tests don't have access to internal symbols in libm,
exclude them for internal tests.  Also make tst-strtod5 and tst-strtod5i
depend on $(libm) to support older versions of GCC which can't inline
copysign family functions.  This fixes BZ #32414.

Signed-off-by: H.J. Lu <hjl.tools@gmail.com>
Reviewed-by: Sunil K Pandey <skpgkp2@gmail.com>
include/math.h
stdlib/Makefile