Hello community,

here is the log from the commit of package gmp for openSUSE:Factory checked in 
at 2020-12-21 10:21:53
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/gmp (Old)
 and      /work/SRC/openSUSE:Factory/.gmp.new.5145 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "gmp"

Mon Dec 21 10:21:53 2020 rev:57 rq:855709 version:6.2.1

Changes:
--------
--- /work/SRC/openSUSE:Factory/gmp/gmp.changes  2020-12-07 15:00:14.848706480 
+0100
+++ /work/SRC/openSUSE:Factory/.gmp.new.5145/gmp.changes        2020-12-21 
10:21:56.299902514 +0100
@@ -1,0 +2,5 @@
+Wed Dec  9 07:24:19 UTC 2020 - Richard Biener <[email protected]>
+
+- Add gmp-6.2.1-arm64-invert_limb.patch [bsc#1179751]
+
+-------------------------------------------------------------------

New:
----
  gmp-6.2.1-arm64-invert_limb.patch

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ gmp.spec ++++++
--- /var/tmp/diff_new_pack.p4F9WC/_old  2020-12-21 10:21:56.787902942 +0100
+++ /var/tmp/diff_new_pack.p4F9WC/_new  2020-12-21 10:21:56.791902946 +0100
@@ -27,6 +27,8 @@
 Source1:        
https://gmplib.org/download/%{name}/%{name}-%{version}.tar.xz.sig
 Source2:        %{name}.keyring
 Source3:        baselibs.conf
+# revert change causing bsc#1179751
+Patch1:         gmp-6.2.1-arm64-invert_limb.patch
 BuildRequires:  gcc-c++
 BuildRequires:  m4
 BuildRequires:  pkgconfig
@@ -73,6 +75,7 @@
 
 %prep
 %setup -q
+%patch1 -p0
 
 %build
 export CFLAGS="%{optflags} -fexceptions"

++++++ gmp-6.2.1-arm64-invert_limb.patch ++++++
--- mpn/arm64/invert_limb.asm.orig      2020-12-09 08:22:02.101836933 +0100
+++ mpn/arm64/invert_limb.asm   2020-12-09 08:22:55.774456637 +0100
@@ -41,9 +41,9 @@
 ASM_START()
 PROLOGUE(mpn_invert_limb)
        lsr     x2, x0, #54
-       LEA_HI( x1, approx_tab)
+       adrp    x1, approx_tab
        and     x2, x2, #0x1fe
-       LEA_LO( x1, approx_tab)
+       add     x1, x1, :lo12:approx_tab
        ldrh    w3, [x1,x2]
        lsr     x4, x0, #24
        add     x4, x4, #1
_______________________________________________
openSUSE Commits mailing list -- [email protected]
To unsubscribe, email [email protected]
List Netiquette: https://en.opensuse.org/openSUSE:Mailing_list_netiquette
List Archives: 
https://lists.opensuse.org/archives/list/[email protected]

Reply via email to