From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 87E12158088 for ; Mon, 03 Nov 2025 11:50:48 +0000 (UTC) Received: from lists.gentoo.org (bobolink.gentoo.org [140.211.166.189]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange x25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) (Authenticated sender: relay-lists.gentoo.org@gentoo.org) by smtp.gentoo.org (Postfix) with ESMTPSA id 4C8B1340D6C for ; Mon, 03 Nov 2025 11:50:48 +0000 (UTC) Received: from bobolink.gentoo.org (localhost [127.0.0.1]) by bobolink.gentoo.org (Postfix) with ESMTP id 211ED110561; Mon, 03 Nov 2025 11:50:47 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange x25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by bobolink.gentoo.org (Postfix) with ESMTPS id 1A643110561 for ; Mon, 03 Nov 2025 11:50:47 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange x25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id C201E340BBE for ; Mon, 03 Nov 2025 11:50:46 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 1B2E83AA0 for ; Mon, 03 Nov 2025 11:50:45 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1762170636.c49251d3a29623070c9758c62ac7545a722c8455.sam@gentoo> Subject: [gentoo-commits] proj/toolchain/binutils-patches:master commit in: 9999/ X-VCS-Repository: proj/toolchain/binutils-patches X-VCS-Files: 9999/0002-Gentoo-add-with-extra-soversion-suffix-option.patch X-VCS-Directories: 9999/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: c49251d3a29623070c9758c62ac7545a722c8455 X-VCS-Branch: master Date: Mon, 03 Nov 2025 11:50:45 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 55991d55-3be7-4a1e-ab83-97a0c45f2d32 X-Archives-Hash: 20018f82d1ee7682c587bfd0e2b2db3e commit: c49251d3a29623070c9758c62ac7545a722c8455 Author: Sam James gentoo org> AuthorDate: Mon Nov 3 11:50:36 2025 +0000 Commit: Sam James gentoo org> CommitDate: Mon Nov 3 11:50:36 2025 +0000 URL: https://gitweb.gentoo.org/proj/toolchain/binutils-patches.git/commit/?id=c49251d3 9999: drop accidental hunk Signed-off-by: Sam James gentoo.org> ...002-Gentoo-add-with-extra-soversion-suffix-option.patch | 14 -------------- 1 file changed, 14 deletions(-) diff --git a/9999/0002-Gentoo-add-with-extra-soversion-suffix-option.patch b/9999/0002-Gentoo-add-with-extra-soversion-suffix-option.patch index bfee380..aca28b0 100644 --- a/9999/0002-Gentoo-add-with-extra-soversion-suffix-option.patch +++ b/9999/0002-Gentoo-add-with-extra-soversion-suffix-option.patch @@ -32,7 +32,6 @@ Ported to binutils 2.37 by Andreas K. Hüttel --- bfd/Makefile.am | 5 +++++ bfd/Makefile.in | 4 ++++ - bfd/compress.c | 2 +- bfd/configure | 17 +++++++++++++++-- bfd/configure.ac | 7 +++++++ 5 files changed, 32 insertions(+), 3 deletions(-) @@ -82,19 +81,6 @@ index 6d1944c2664..07b1084f6b7 100644 $(SED) -e "s,@bfd_version@,$$bfd_version," \ -e "s,@bfd_version_string@,$$bfd_version_string," \ -e "s,@bfd_version_package@,$$bfd_version_package," \ -diff --git a/bfd/compress.c b/bfd/compress.c -index 28788370210..3badf1e5896 100644 ---- a/bfd/compress.c -+++ b/bfd/compress.c -@@ -641,7 +641,7 @@ bfd_compress_section_contents (bfd *abfd, sec_ptr sec) - compressed_size, - input_buffer, - uncompressed_size, -- ZSTD_CLEVEL_DEFAULT); -+ 19); - if (ZSTD_isError (compressed_size)) - { - bfd_release (abfd, buffer); diff --git a/bfd/configure b/bfd/configure index d9d77b7004c..f238da28e61 100755 --- a/bfd/configure