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 0C3DC15808A for ; Mon, 04 Aug 2025 21:05:27 +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) (No client certificate requested) (Authenticated sender: relay-lists.gentoo.org@gentoo.org) by smtp.gentoo.org (Postfix) with ESMTPSA id EDB0533BEAD for ; Mon, 04 Aug 2025 21:05:26 +0000 (UTC) Received: from bobolink.gentoo.org (localhost [127.0.0.1]) by bobolink.gentoo.org (Postfix) with ESMTP id 5231B11036D; Mon, 04 Aug 2025 21:05:25 +0000 (UTC) Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 49D7211036D for ; Mon, 04 Aug 2025 21:05:25 +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 D0E8733BE9F for ; Mon, 04 Aug 2025 21:05:24 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 3FE232889 for ; Mon, 04 Aug 2025 21:05:23 +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: <1754341519.3fb476e361a1202a6c899859f397d2b913a14f43.sam@gentoo> Subject: [gentoo-commits] proj/toolchain/binutils-patches:master commit in: 9999/ X-VCS-Repository: proj/toolchain/binutils-patches X-VCS-Files: 9999/0006-strip-Don-t-treat-fat-IR-objects-as-plugin-object.patch X-VCS-Directories: 9999/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 3fb476e361a1202a6c899859f397d2b913a14f43 X-VCS-Branch: master Date: Mon, 04 Aug 2025 21:05:23 +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: 1a3396d7-00f8-4345-b603-6af00ee53abc X-Archives-Hash: b397befc8b938f8f97add561cdf74b23 commit: 3fb476e361a1202a6c899859f397d2b913a14f43 Author: Sam James gentoo org> AuthorDate: Mon Aug 4 21:05:19 2025 +0000 Commit: Sam James gentoo org> CommitDate: Mon Aug 4 21:05:19 2025 +0000 URL: https://gitweb.gentoo.org/proj/toolchain/binutils-patches.git/commit/?id=3fb476e3 9999: refresh strip LTO patch Signed-off-by: Sam James gentoo.org> 9999/0006-strip-Don-t-treat-fat-IR-objects-as-plugin-object.patch | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/9999/0006-strip-Don-t-treat-fat-IR-objects-as-plugin-object.patch b/9999/0006-strip-Don-t-treat-fat-IR-objects-as-plugin-object.patch index 3b2fb26..e8f6b00 100644 --- a/9999/0006-strip-Don-t-treat-fat-IR-objects-as-plugin-object.patch +++ b/9999/0006-strip-Don-t-treat-fat-IR-objects-as-plugin-object.patch @@ -1,6 +1,6 @@ -https://sourceware.org/bugzilla/show_bug.cgi?id=33246#c14 +https://sourceware.org/bugzilla/show_bug.cgi?id=33246#c24 -From a3f9e4f1e527f3908aeb2f41d85be8e17dbe9eb8 Mon Sep 17 00:00:00 2001 +From 3f4cd3fcdc566dce8ef7d978d328817428acbe63 Mon Sep 17 00:00:00 2001 From: "H.J. Lu" Date: Sun, 3 Aug 2025 10:28:40 -0700 Subject: [PATCH] strip: Don't treat fat IR objects as plugin object @@ -372,7 +372,7 @@ index 5774711abe6..496f0a13daa 100644 i = optind; diff --git a/ld/testsuite/ld-plugin/lto-binutils.exp b/ld/testsuite/ld-plugin/lto-binutils.exp -index 88d35171045..0609dc608c1 100644 +index 88d35171045..145eb410588 100644 --- a/ld/testsuite/ld-plugin/lto-binutils.exp +++ b/ld/testsuite/ld-plugin/lto-binutils.exp @@ -355,3 +355,178 @@ run_cc_link_tests [list \ @@ -392,7 +392,7 @@ index 88d35171045..0609dc608c1 100644 + global READELF + global strip + -+ set strip_flags "--strip-debug" ++ set strip_flags "--strip-debug --disable-deterministic-archives" + + set test pr33246 + set testname "${test}${llvm}${fat} with $strip_flags"