Message-Id: <
20240402140644.
2172819-6-adhemerval.zanella@linaro.org>
Checked with a static build for the affected ABIs.
Gbp-Pq: Topic any
Gbp-Pq: Name submitted-static-copysignf128.diff
#include <math_ldbl_opt.h>
#include <libm-alias-ldouble.h>
-#if IS_IN (libc)
+#if IS_IN (libc) && defined SHARED
# undef libm_alias_ldouble
# define libm_alias_ldouble(from, to)
#endif
#include <sysdeps/ieee754/ldbl-128/s_copysignl.c>
-#if IS_IN (libc)
+#if IS_IN (libc) && defined SHARED
long_double_symbol (libc, __copysignl, copysignl);
#endif