]> git.ipfire.org Git - thirdparty/glibc.git/commit
math: Provide missing math symbols on libc.a (BZ 31781)
authorAdhemerval Zanella <adhemerval.zanella@linaro.org>
Wed, 22 May 2024 18:07:12 +0000 (15:07 -0300)
committerAdhemerval Zanella <adhemerval.zanella@linaro.org>
Thu, 23 May 2024 12:36:08 +0000 (09:36 -0300)
commiteaa8113bf0eb599025e3efdbe1bb214ee8dc645a
treea2a9bad2d4cfafbaa4ea5a28210707516b5d9340
parent1664bbf2383bb6a7d0ae7ecee6be3f23ab953466
math: Provide missing math symbols on libc.a (BZ 31781)

The libc.a for alpha, s390, and sparcv9 does not provide
copysignf64x, copysignf128, frexpf64x, frexpf128, modff64x, and
modff128.

Checked with a static build for the affected ABIs.
Reviewed-by: H.J. Lu <hjl.tools@gmail.com>
sysdeps/ieee754/ldbl-64-128/s_copysignl.c
sysdeps/ieee754/ldbl-64-128/s_frexpl.c
sysdeps/ieee754/ldbl-64-128/s_modfl.c