From: Raspbian forward pporter Date: Sat, 9 Dec 2017 02:21:38 +0000 (+0000) Subject: Merge version 2.29.1-8+rpi1 and 2.29.1-10 to produce 2.29.1-10+rpi1 X-Git-Tag: archive/raspbian/2.29.1-10+rpi1^0 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=58a989249fb8d8696a6cb5f00fd4a79469f0c7c7;p=binutils.git Merge version 2.29.1-8+rpi1 and 2.29.1-10 to produce 2.29.1-10+rpi1 --- 58a989249fb8d8696a6cb5f00fd4a79469f0c7c7 diff --cc debian/changelog index 901f56a31,b3e79ee5d..ca1379644 --- a/debian/changelog +++ b/debian/changelog @@@ -1,9 -1,21 +1,28 @@@ - binutils (2.29.1-8+rpi1) buster-staging; urgency=medium ++binutils (2.29.1-10+rpi1) buster-staging; urgency=medium + + [changes brought forward from 2.29-4+rpi1 by Peter Michael Green at Thu, 17 Aug 2017 15:41:49 +0000] + * Disable testsuite, it fails on our lxc based autobuilders. + - -- Raspbian forward porter Wed, 22 Nov 2017 12:51:04 +0000 ++ -- Raspbian forward porter Sat, 09 Dec 2017 02:21:38 +0000 ++ + binutils (2.29.1-10) unstable; urgency=medium + + * Update, taken from the 2.29 branch 20171201. + - Fix PR gold/22233, segfault in relocate_erratum_stub on aarch64. + - Update local fix for PR gold/20765, internal error in fix_errata on + aarch64 (Peter Smith). LP: #1638902. + * binutils-source: Depend on python3 instead of python. + * Override m68k, powerpcspe and m68k buildd admins to run the testsuite. + + -- Matthias Klose Fri, 01 Dec 2017 02:34:24 +0100 + + binutils (2.29.1-9) unstable; urgency=medium + + * Update, taken from the 2.29 branch 20171128. + - Fix PR ld/22431, powerpc64 ld segfault when .plt discarded. + - Fix DWARF reader to use correct size for DW_FORM_ref_addr. + + -- Matthias Klose Tue, 28 Nov 2017 07:02:24 +0100 binutils (2.29.1-8) unstable; urgency=medium diff --cc debian/rules index dd5a68d23,e8e0aae6e..498eebd06 --- a/debian/rules +++ b/debian/rules @@@ -488,14 -488,16 +488,16 @@@ CONFARGS_TARGET_mips64r6el = --enable-t CONFARGS_TARGET_aarch64 = --enable-targets=aarch64_be-linux-gnu -with_check := yes +with_check := disabled by plugwash ifneq (,$(findstring nocheck,$(DEB_BUILD_OPTIONS))) - with_check := disabled through DEB_BUILD_OPTIONS + # override buildd admins to run the testsuite anyway ... + ifeq (,$(filter $(DEB_HOST_ARCH), m68k powerpcspe sh4)) + with_check := disabled through DEB_BUILD_OPTIONS + endif endif ifneq (,$(filter $(DEB_HOST_ARCH), armel armhf mips mipsel sparc)) - ignore_regressions := regressions ignored on architecture $(DEB_HOST_ARCH) + ignore_regressions := regressions ignored on architecture $(DEB_HOST_ARCH) endif - ignore_regressions := regressions ignored on architecture $(DEB_HOST_ARCH) with_strip := yes