forked from pool/glibc
remove incorrectly re-added stuff that was previously deleted
OBS-URL: https://build.opensuse.org/package/show/Base:System/glibc?expand=0&rev=24
This commit is contained in:
parent
2b86d29230
commit
b87c70fd9e
@ -1,19 +0,0 @@
|
|||||||
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
|
|
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:c59f80e38c9f6ad339d72bbfbc454364659686567b7689d33483b9cb4a12bf2a
|
|
||||||
size 36248
|
|
Loading…
Reference in New Issue
Block a user