Hello community,

here is the log from the commit of package go1.9 for openSUSE:Factory checked 
in at 2019-05-25 13:15:06
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/go1.9 (Old)
 and      /work/SRC/openSUSE:Factory/.go1.9.new.5148 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "go1.9"

Sat May 25 13:15:06 2019 rev:7 rq:703506 version:1.9.7

Changes:
--------
--- /work/SRC/openSUSE:Factory/go1.9/go1.9.changes      2018-12-21 
08:18:23.697739791 +0100
+++ /work/SRC/openSUSE:Factory/.go1.9.new.5148/go1.9.changes    2019-05-25 
13:15:07.508450559 +0200
@@ -1,0 +2,5 @@
+Thu May 16 07:12:55 UTC 2019 - Martin Liška <mli...@suse.cz>
+
+- Add gcc9-rsp-clobber.patch in order to fix bsc#1121397.
+
+-------------------------------------------------------------------

New:
----
  gcc9-rsp-clobber.patch

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

Other differences:
------------------
++++++ go1.9.spec ++++++
--- /var/tmp/diff_new_pack.WH2cdN/_old  2019-05-25 13:15:10.364449497 +0200
+++ /var/tmp/diff_new_pack.WH2cdN/_new  2019-05-25 13:15:10.392449486 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package go1.9
 #
-# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -109,6 +109,7 @@
 Patch9:         gcc7-go.patch
 # PATCH-FIX-UPSTREAM (compiler-rt): Fix sanitizer build against latest glibc
 Patch100:       fix-sanitizer-build-against-latest-glibc.patch
+Patch101:       gcc9-rsp-clobber.patch
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 # boostrap
 %if %{with_gccgo}
@@ -186,6 +187,7 @@
 # compiler-rt
 %setup -q -T -b 100 -n compiler-rt-g%{tsan_commit}
 %patch100 -p1
+%patch101 -p1
 %endif
 # go
 %setup -q -n go

++++++ gcc9-rsp-clobber.patch ++++++
--- a/lib/sanitizer_common/sanitizer_linux.cc   2018-01-11 23:53:30.000000000 
+0100
+++ b/lib/sanitizer_common/sanitizer_linux.cc.new       2019-03-10 
21:23:23.824919781 +0100
@@ -1243,7 +1243,7 @@
                          "d"(parent_tidptr),
                          "r"(r8),
                          "r"(r10)
-                       : "rsp", "memory", "r11", "rcx");
+                       : "memory", "r11", "rcx");
   return res;
 }
 #elif defined(__mips__)

Reply via email to