Message-Id: <
20240402140644.
2172819-8-adhemerval.zanella@linaro.org>
Checked with a build for the affected ABIs
Gbp-Pq: Topic any
Gbp-Pq: Name submitted-static-modf128.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_modfl.c>
-#if IS_IN (libc)
+#if IS_IN (libc) && defined SHARED
long_double_symbol (libc, __modfl, modfl);
#endif