From: Raspbian automatic forward porter Date: Sun, 5 Feb 2023 02:50:56 +0000 (+0000) Subject: Merge version 2.39.90.20221231-1+rpi1 and 2.40-2 to produce 2.40-2+rpi1 X-Git-Tag: raspbian/2.40-2+rpi1 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=8f32e30e0a1e880fa16a6097322b78436941b505;p=binutils.git Merge version 2.39.90.20221231-1+rpi1 and 2.40-2 to produce 2.40-2+rpi1 --- e777e1585d108b5df2d2d2000382abf721c3a01f diff --cc debian/changelog index b61abdb7a,4f4e3a164..8904d53c4 --- a/debian/changelog +++ b/debian/changelog @@@ -1,26 -1,41 +1,65 @@@ - binutils (2.39.90.20221231-1+rpi1) bookworm-staging; urgency=medium ++binutils (2.40-2+rpi1) bookworm-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. + + [changes brought forward from 2.31.1-16+rpi2 by Peter Michael Green at Thu, 06 Feb 2020 17:10:11 +0000] + * Allow dependency of binutils on binutils-triplet to be satisfied by + foreign architectures, to facilitate setting up environments where the + linker is 64-bit while everything else is 32-bit. + + [changes brought forward from 2.35-3+rpi2 by Peter Michael Green at Tue, 22 Sep 2020 18:10:17 +0000] + * Build sufficient cross binutils to support u-boot build. + + [changes brought forward from 2.35.1-3+rpi2 by Peter Michael Green at Tue, 01 Dec 2020 21:55:01 +0000] + * Build the same set of cross-binutils on arm64 as on armhf. + (avoids issues when control is generated on armhf and then package is + built on arm64) + * Remove build-depends as testsuite is disabled. + + [changes brought forward from 2.37.90.20220130-2+rpi2 by Peter Michael Green at Thu, 10 Feb 2022 12:05:47 +0000] + * Apply patch proposed upstream to fix glibc link issue. + - -- Raspbian forward porter Thu, 05 Jan 2023 03:14:31 +0000 ++ -- Raspbian forward porter Sun, 05 Feb 2023 02:50:50 +0000 ++ + binutils (2.40-2) unstable; urgency=high + + * binutils 2.40 release. + - ARM: Fix ld bloat introduced between binutils-2.38 and 2.39. + - ld/testsuite: Adjust for ELF_MAXPAGESIZE 0x1000. + - PR libctf/29983: ctf-link outdated input check faulty. + - PR bfd/29988, Fix a potential illegal memory access in the BFD library + when parsing a corrupt DWARF file. + - PR gas/29940, gas/RISC-V: adjust assembler for opcode table re-ordering. + - IBM zSystems: Fix offset relative to static TLS. + * Remove the workaround for PR gas/29940. + * Refresh patches. + + -- Matthias Klose Sat, 14 Jan 2023 18:24:22 +0100 + + binutils (2.39.90.20230110-1) unstable; urgency=medium + + * New upstream snapshot, taken from the 2.40 branch. + - libsframe: adjust an incorrect check in flip_sframe. + - sframe: fix the defined SFRAME_FRE_TYPE_*_LIMIT constants. + - Fix PR ld/18841, ifunc relocation ordering on ARM. + - Skip PR ld/23169 test on ARM. + - Fix PR 29972, inconsistent format specification in singular form. + - Avoid unaligned pointer reads in PEP idata section. + - Update translations. + * Build-depend on libzstd-dev. + * binutils-source: Depend on libjansson-dev, pkg-config, libzstd-dev. + * debian/copyright: Update years. + * Bump standards version. + + -- Matthias Klose Tue, 10 Jan 2023 06:17:01 +0100 + + binutils (2.39.90.20230104-1) unstable; urgency=medium + + * New upstream snapshot, taken from the 2.40 branch. + * Also don't ship libsframe in i386 cross binutils. Closes: #1026779. + + -- Matthias Klose Wed, 04 Jan 2023 08:44:08 +0100 binutils (2.39.90.20221231-1) unstable; urgency=medium diff --cc debian/control index c7d7b554d,e5ab9d8ec..31d42f53f --- a/debian/control +++ b/debian/control @@@ -7,7 -7,23 +7,7 @@@ Standards-Version: 4.6. Build-Depends: autoconf (>= 2.64), dpkg-dev (>= 1.19.0.5), bison, flex, gettext, texinfo, dejagnu, quilt, chrpath, dwz, debugedit (>= 4.16), python3:any, file, xz-utils, lsb-release, zlib1g-dev, procps, help2man, - libjansson-dev, pkg-config, + libjansson-dev, pkg-config, libzstd-dev, - g++-aarch64-linux-gnu [amd64 i386 x32] , - g++-arm-linux-gnueabi [amd64 arm64 i386 x32] , - g++-arm-linux-gnueabihf [amd64 arm64 i386 x32] , - g++-powerpc64le-linux-gnu [amd64 arm64 i386 ppc64 x32] , - g++-s390x-linux-gnu [amd64 arm64 i386 ppc64el x32] , - g++-alpha-linux-gnu [amd64 i386 x32] , - g++-hppa-linux-gnu [amd64 i386 x32] , - g++-m68k-linux-gnu [amd64 i386 x32] , - g++-powerpc-linux-gnu [amd64 i386 ppc64el x32] , - g++-powerpc64-linux-gnu [amd64 i386 x32] , - g++-riscv64-linux-gnu [amd64 arm64 i386 ppc64el x32] , - g++-sh4-linux-gnu [amd64 i386 x32] , - g++-sparc64-linux-gnu [amd64 i386 x32] , - g++-i686-linux-gnu [amd64 arm64 ppc64el x32] , - g++-x86-64-linux-gnu [arm64 i386 ppc64el] , - g++-x86-64-linux-gnux32 [amd64 arm64 i386 ppc64el] , Build-Conflicts: libelf-dev Rules-Requires-Root: no Homepage: https://www.gnu.org/software/binutils/ diff --cc debian/control.in index 42f30a735,8d88fc73b..61e3fcab5 --- a/debian/control.in +++ b/debian/control.in @@@ -3,11 -3,27 +3,11 @@@ Section: deve Priority: optional Maintainer: Matthias Klose Uploaders: James Troup - Standards-Version: 4.6.1 + Standards-Version: 4.6.2 Build-Depends: autoconf (>= 2.64), @dpkg_dev@ - bison, flex, gettext, texinfo, dejagnu, quilt, chrpath, dwz, debugedit (>= 4.16), + bison,, flex, gettext, texinfo, dejagnu, quilt, chrpath, dwz, debugedit (>= 4.16), python3:any, file, xz-utils, lsb-release, zlib1g-dev, procps, help2man, - libjansson-dev, pkg-config - libjansson-dev, pkg-config, libzstd-dev, - g++-aarch64-linux-gnu [amd64 i386 x32] , - g++-arm-linux-gnueabi [amd64 arm64 i386 x32] , - g++-arm-linux-gnueabihf [amd64 arm64 i386 x32] , - g++-powerpc64le-linux-gnu [amd64 arm64 i386 ppc64 x32] , - g++-s390x-linux-gnu [amd64 arm64 i386 ppc64el x32] , - g++-alpha-linux-gnu [amd64 i386 x32] , - g++-hppa-linux-gnu [amd64 i386 x32] , - g++-m68k-linux-gnu [amd64 i386 x32] , - g++-powerpc-linux-gnu [amd64 i386 ppc64el x32] , - g++-powerpc64-linux-gnu [amd64 i386 x32] , - g++-riscv64-linux-gnu [amd64 arm64 i386 ppc64el x32] , - g++-sh4-linux-gnu [amd64 i386 x32] , - g++-sparc64-linux-gnu [amd64 i386 x32] , - g++-i686-linux-gnu [amd64 arm64 ppc64el x32] , - g++-x86-64-linux-gnu [arm64 i386 ppc64el] , - g++-x86-64-linux-gnux32 [amd64 arm64 i386 ppc64el] , ++ libjansson-dev, pkg-config, libzstd-dev Build-Conflicts: libelf-dev Rules-Requires-Root: no Homepage: https://www.gnu.org/software/binutils/ diff --cc debian/patches/series index c61ac1ec5,87991c96a..e8c99d9fb --- a/debian/patches/series +++ b/debian/patches/series @@@ -24,6 -36,8 +24,5 @@@ mips-hack.dif perl-shebang.diff link-jansson.diff - pr29940-workaround.diff +fix-glibc-link-assertion.patch +auto-2.38.50.20220707-1+rpi1-84d864a8c2aeed15bfe172bf90b18895b65054fa-1657735965