From a86c38be8883a3dd54d24e17c2a31b9ea7ec02b1 Mon Sep 17 00:00:00 2001 From: Adhemerval Zanella Date: Tue, 2 Apr 2024 11:06:43 -0300 Subject: [PATCH] [PATCH v3 6/7] math: Provide frexpf128 for static libm on alpha, s390, and sparcv9 Message-Id: <20240402140644.2172819-7-adhemerval.zanella@linaro.org> hecked with a build for the affected ABIs. Gbp-Pq: Topic any Gbp-Pq: Name submitted-static-frexpf128.diff --- sysdeps/ieee754/ldbl-64-128/s_frexpl.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sysdeps/ieee754/ldbl-64-128/s_frexpl.c b/sysdeps/ieee754/ldbl-64-128/s_frexpl.c index 73ac41e40..f5f7d349f 100644 --- a/sysdeps/ieee754/ldbl-64-128/s_frexpl.c +++ b/sysdeps/ieee754/ldbl-64-128/s_frexpl.c @@ -1,10 +1,10 @@ #include #include -#if IS_IN (libc) +#if IS_IN (libc) && defined SHARED # undef libm_alias_ldouble # define libm_alias_ldouble(from, to) #endif #include -#if IS_IN (libc) +#if IS_IN (libc) && defined SHARED long_double_symbol (libc, __frexpl, frexpl); #endif -- 2.30.2