[gcc-6] 190/401: * Call default_file_start from s390_asm_file_start, taken from the trunk.

Ximin Luo infinity0 at debian.org
Wed Apr 5 15:49:17 UTC 2017


This is an automated email from the git hooks/post-receive script.

infinity0 pushed a commit to branch pu/reproducible_builds
in repository gcc-6.

commit 7f9341a185af5a232d11320c31d29b8db34b9baf
Author: doko <doko at 6ca36cf4-e1d1-0310-8c6f-e303bb2178ca>
Date:   Wed Aug 24 05:39:33 2016 +0000

      * Call default_file_start from s390_asm_file_start, taken from the trunk.
    
    
    git-svn-id: svn://anonscm.debian.org/gcccvs/branches/sid/gcc-6@8954 6ca36cf4-e1d1-0310-8c6f-e303bb2178ca
---
 debian/changelog                     |  8 +++++++-
 debian/patches/gccgo-issue16780.diff | 35 +++++++++++++++++++++++++++++++++++
 debian/rules.patch                   |  1 +
 3 files changed, 43 insertions(+), 1 deletion(-)

diff --git a/debian/changelog b/debian/changelog
index b5c48ea..c475508 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,4 +1,10 @@
-gcc-6 (6.2.0-1) UNRELEASED; urgency=medium
+gcc-6 (6.2.0-2) UNRELEASED; urgency=medium
+
+  * Call default_file_start from s390_asm_file_start, taken from the trunk.
+
+ -- Matthias Klose <doko at debian.org>  Wed, 24 Aug 2016 07:37:36 +0200
+
+gcc-6 (6.2.0-1) unstable; urgency=medium
 
   * GCC 6.2 release.
   * Update gdc to the gdc-6 branch 20160822.
diff --git a/debian/patches/gccgo-issue16780.diff b/debian/patches/gccgo-issue16780.diff
new file mode 100644
index 0000000..e1f7f28
--- /dev/null
+++ b/debian/patches/gccgo-issue16780.diff
@@ -0,0 +1,35 @@
+# DP: gccgo: Call default_file_start from s390_asm_file_start
+
+https://gcc.gnu.org/ml/gcc-patches/2016-08/msg01655.html
+
+gcc/
+
+2016-08-23  Ian Lance Taylor  <iant at golang.org>
+
+	* config/s390/s390.c (s390_asm_file_start): Call
+	default_file_start.
+
+gcc/testsuite/
+
+2016-08-23  Ian Lance Taylor  <iant at golang.org>
+
+	* gcc.target/s390/nolrl-1.c: Don't match the file name.
+
+--- a/src/gcc/config/s390/s390.c
++++ b/src/gcc/config/s390/s390.c
+@@ -14972,6 +14972,7 @@
+ static void
+ s390_asm_file_start (void)
+ {
++  default_file_start ();
+   s390_asm_output_machine_for_arch (asm_out_file);
+ }
+ #endif
+--- a/src/gcc/testsuite/gcc.target/s390/nolrl-1.c
++++ b/src/gcc/testsuite/gcc.target/s390/nolrl-1.c
+@@ -16,4 +16,4 @@
+     foo (z);
+ }
+ 
+-/* { dg-final { scan-assembler-not "lrl" } } */
++/* { dg-final { scan-assembler-not "\tlrl" } } */
diff --git a/debian/rules.patch b/debian/rules.patch
index f39b0a7..a195d26 100644
--- a/debian/rules.patch
+++ b/debian/rules.patch
@@ -88,6 +88,7 @@ debian_patches += \
 	vulcan-costs \
 	libjava-mips64el \
 	PR55947-revert \
+	gccgo-issue16780 \
 
 #	vulcan-cpu$(if $(with_linaro_branch),-linaro) \
 # this is still needed on powerpc, e.g. firefox and insighttoolkit4 will ftbfs.

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/reproducible/gcc-6.git



More information about the Reproducible-commits mailing list