forked from pool/glibc
2b86d29230
Copy from home:msmeissn:branches:Base:System/glibc via accept of submit request 38530 revision 5. Request was accepted with message: reviewed ok,thanks OBS-URL: https://build.opensuse.org/request/show/38530 OBS-URL: https://build.opensuse.org/package/show/Base:System/glibc?expand=0&rev=23
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
|