[gcc-7] 337/354: gcc-7 (7.2.0-14) unstable; urgency=medium

Ximin Luo infinity0 at debian.org
Thu Nov 23 15:51:40 UTC 2017


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

infinity0 pushed a commit to branch master
in repository gcc-7.

commit db7245113bc16576249f88ef1fb93050aa7be1b7
Author: doko <doko at 6ca36cf4-e1d1-0310-8c6f-e303bb2178ca>
Date:   Mon Nov 13 21:46:29 2017 +0000

    gcc-7 (7.2.0-14) unstable; urgency=medium
    
      * Remove the gcc-mips64-stack-spilling patch, applied upstream.
      * Remove the build dependency on autogen.
    
     -- Matthias Klose <doko at debian.org>  Thu, 09 Nov 2017 13:04:27 +0100
    
    
    git-svn-id: svn+ssh://svn.debian.org/svn/gcccvs/branches/sid/gcc-7@9818 6ca36cf4-e1d1-0310-8c6f-e303bb2178ca
---
 debian/changelog                              |  7 +++++++
 debian/control                                |  2 +-
 debian/control.m4                             |  4 ++--
 debian/patches/gcc-mips64-stack-spilling.diff | 16 ----------------
 debian/rules.patch                            |  4 ----
 5 files changed, 10 insertions(+), 23 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 6d2e4e8..abd9c3a 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,10 @@
+gcc-7 (7.2.0-14) unstable; urgency=medium
+
+  * Remove the gcc-mips64-stack-spilling patch, applied upstream.
+  * Remove the build dependency on autogen.
+
+ -- Matthias Klose <doko at debian.org>  Thu, 09 Nov 2017 13:04:27 +0100
+
 gcc-7 (7.2.0-13) unstable; urgency=medium
 
   * Update to SVN 20171109 (r254567) from the gcc-7-branch.
diff --git a/debian/control b/debian/control
index ee72b15..94823d4 100644
--- a/debian/control
+++ b/debian/control
@@ -10,7 +10,7 @@ Build-Depends: debhelper (>= 9.20141010), dpkg-dev (>= 1.17.14),
   kfreebsd-kernel-headers (>= 0.84) [kfreebsd-any], linux-libc-dev [m68k], 
   m4, libtool, autoconf2.64, 
   libunwind8-dev [ia64], libatomic-ops-dev [ia64], 
-  autogen <!nocheck>, gawk, lzma, xz-utils, patchutils, 
+  gawk, lzma, xz-utils, patchutils, 
   zlib1g-dev, systemtap-sdt-dev [linux-any kfreebsd-any hurd-any], 
   binutils:native (>= 2.29.1) | binutils-multiarch:native (>= 2.29.1), binutils-hppa64-linux-gnu:native (>= 2.29.1) [hppa amd64 i386 x32], 
   gperf (>= 3.0.1), bison (>= 1:2.3), flex, gettext, 
diff --git a/debian/control.m4 b/debian/control.m4
index a4bc8c1..9a826eb 100644
--- a/debian/control.m4
+++ b/debian/control.m4
@@ -64,7 +64,7 @@ Build-Depends: DEBHELPER_BUILD_DEP DPKG_BUILD_DEP
   LIBUNWIND_BUILD_DEP LIBATOMIC_OPS_BUILD_DEP AUTO_BUILD_DEP
   SOURCE_BUILD_DEP CROSS_BUILD_DEP
   ISL_BUILD_DEP MPC_BUILD_DEP MPFR_BUILD_DEP GMP_BUILD_DEP,
-  autogen <!nocheck>, zlib1g-dev, gawk, lzma, xz-utils, patchutils,
+  zlib1g-dev, gawk, lzma, xz-utils, patchutils,
   pkg-config, libgc-dev,
   zlib1g-dev, SDT_BUILD_DEP
   bison (>= 1:2.3), flex, coreutils (>= 2.26) | realpath (>= 1.9.12), lsb-release, quilt
@@ -75,7 +75,7 @@ Build-Depends: DEBHELPER_BUILD_DEP DPKG_BUILD_DEP
   kfreebsd-kernel-headers (>= 0.84) [kfreebsd-any], linux-libc-dev [m68k],
   AUTO_BUILD_DEP BASE_BUILD_DEP
   libunwind8-dev [ia64], libatomic-ops-dev [ia64],
-  autogen <!nocheck>, gawk, lzma, xz-utils, patchutils,
+  gawk, lzma, xz-utils, patchutils,
   zlib1g-dev, SDT_BUILD_DEP
   BINUTILS_BUILD_DEP,
   gperf (>= 3.0.1), bison (>= 1:2.3), flex, gettext,
diff --git a/debian/patches/gcc-mips64-stack-spilling.diff b/debian/patches/gcc-mips64-stack-spilling.diff
deleted file mode 100644
index b6dea46..0000000
--- a/debian/patches/gcc-mips64-stack-spilling.diff
+++ /dev/null
@@ -1,16 +0,0 @@
---- a/src/gcc/lra-constraints.c
-+++ b/src/gcc/lra-constraints.c
-@@ -4235,7 +4235,12 @@ curr_insn_transform (bool check_only_p)
- 			  && (goal_alt[i] == NO_REGS
- 			      || (simplify_subreg_regno
- 				  (ira_class_hard_regs[goal_alt[i]][0],
--				   GET_MODE (reg), byte, mode) >= 0)))))
-+				   GET_MODE (reg), byte, mode) >= 0))))
-+		      || (type != OP_IN
-+			  && GET_MODE_PRECISION (mode)
-+			  < GET_MODE_PRECISION (GET_MODE (reg))
-+			  && GET_MODE_SIZE (GET_MODE (reg)) <= UNITS_PER_WORD
-+			  && WORD_REGISTER_OPERATIONS))
- 		{
- 		  /* An OP_INOUT is required when reloading a subreg of a
- 		     mode wider than a word to ensure that data beyond the
diff --git a/debian/rules.patch b/debian/rules.patch
index 82c4033..a9f4c39 100644
--- a/debian/rules.patch
+++ b/debian/rules.patch
@@ -197,10 +197,6 @@ ifeq ($(DEB_TARGET_ARCH),powerpcspe)
   debian_patches += powerpc_nofprs
 endif
 
-ifneq (,$(findstring mips,$(DEB_TARGET_ARCH)))
-  debian_patches += gcc-mips64-stack-spilling
-endif
-
 # all patches below this line are applied for gcc-snapshot builds as well
 
 ifeq ($(single_package),yes)

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



More information about the Reproducible-commits mailing list