35b77f97b8
Copy from Base:System/glibc based on submit request 24314 from user pbaudis OBS-URL: https://build.opensuse.org/request/show/24314 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/glibc?expand=0&rev=13
20 lines
671 B
Diff
20 lines
671 B
Diff
Index: powerpc-cpu/sysdeps/powerpc/powerpc32/powerpc64/fpu/s_llrint.S
|
|
===================================================================
|
|
--- powerpc-cpu/sysdeps/powerpc/powerpc32/powerpc64/fpu/s_llrint.S.orig
|
|
+++ powerpc-cpu/sysdeps/powerpc/powerpc32/powerpc64/fpu/s_llrint.S
|
|
@@ -18,6 +18,7 @@
|
|
02110-1301 USA. */
|
|
|
|
#include <sysdep.h>
|
|
+#include <math_ldbl_opt.h>
|
|
|
|
/* long long int[r3, r4] __llrint (double x[fp1]) */
|
|
ENTRY (__llrint)
|
|
@@ -41,3 +42,6 @@ weak_alias (__llrint, llrint)
|
|
strong_alias (__llrint, __llrintl)
|
|
weak_alias (__llrint, llrintl)
|
|
#endif
|
|
+#if LONG_DOUBLE_COMPAT(libm, GLIBC_2_1)
|
|
+compat_symbol (libm, __llrint, llrintl, GLIBC_2_1)
|
|
+#endif
|