]> 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>
Wed, 11 Dec 2024 20:15:19 +0000 (12:15 -0800)
commit2c882bf9c15d206aaf04766d1b8e3ae5b1002cc2
tree471c224c2a8e15e9e627832f69ca78528efcb042
parent51da74a97e0f024fd89b57304b3ab010a3cfaef1
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>
(cherry picked from commit 5df09b444835fca6e64b3d4b4a5beb19b3b2ba21)
include/math.h
stdlib/Makefile