From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from omta40.uswest2.a.cloudfilter.net (omta40.uswest2.a.cloudfilter.net [35.89.44.39]) by sourceware.org (Postfix) with ESMTPS id 2D9C1385841C for ; Mon, 2 Oct 2023 19:13:19 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.2 sourceware.org 2D9C1385841C Authentication-Results: sourceware.org; dmarc=none (p=none dis=none) header.from=tromey.com Authentication-Results: sourceware.org; spf=pass smtp.mailfrom=tromey.com Received: from eig-obgw-5004a.ext.cloudfilter.net ([10.0.29.221]) by cmsmtp with ESMTP id nFxgq5zdsQUgRnOM2qmwOE; Mon, 02 Oct 2023 19:13:18 +0000 Received: from box5379.bluehost.com ([162.241.216.53]) by cmsmtp with ESMTPS id nOM0q5JEwNjMEnOM1qyuV5; Mon, 02 Oct 2023 19:13:17 +0000 X-Authority-Analysis: v=2.4 cv=XMoj9CtE c=1 sm=1 tr=0 ts=651b164d a=ApxJNpeYhEAb1aAlGBBbmA==:117 a=ApxJNpeYhEAb1aAlGBBbmA==:17 a=OWjo9vPv0XrRhIrVQ50Ab3nP57M=:19 a=dLZJa+xiwSxG16/P+YVxDGlgEgI=:19 a=bhdUkHdE2iEA:10 a=Qbun_eYptAEA:10 a=CCpqsmhAAAAA:8 a=zstS-IiYAAAA:8 a=y26Bvzfj-3c2TpXgXE0A:9 a=zgiPjhLxNE0A:10 a=ul9cdbp4aOFLsgKbc677:22 a=4G6NA9xxw8l3yy4pmD5M:22 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=tromey.com; s=default; h=Content-Type:MIME-Version:Message-ID:In-Reply-To:Date:References :Subject:Cc:To:From:Sender:Reply-To:Content-Transfer-Encoding:Content-ID: Content-Description:Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc :Resent-Message-ID:List-Id:List-Help:List-Unsubscribe:List-Subscribe: List-Post:List-Owner:List-Archive; bh=SFBtPUnkqFrdFNmAW+1jx+fG+PUCPDZUoWaBnVc45jk=; b=eLBTQ+rgog9AZjz/FgJiEoSTlM 5k0jHH0qIEhOkzpjSlOHZ6AMl9nXFaPGhmFLbnUy1HwWlcYeLqFPoKEE4mqAjp2Gsx+/qeIQORChn SBnwJYN1+diF3UgY2Fqlt+QQS; Received: from 71-211-130-31.hlrn.qwest.net ([71.211.130.31]:46682 helo=murgatroyd) by box5379.bluehost.com with esmtpsa (TLS1.2) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.96) (envelope-from ) id 1qnOM0-002l0B-20; Mon, 02 Oct 2023 13:13:16 -0600 From: Tom Tromey To: Andrew Burgess via Gdb-patches Cc: Andrew Burgess Subject: Re: [PATCHv2 0/5] Fix using an exec file with target: prefix References: X-Attribution: Tom Date: Mon, 02 Oct 2023 13:13:15 -0600 In-Reply-To: (Andrew Burgess via Gdb-patches's message of "Thu, 28 Sep 2023 15:00:39 +0100") Message-ID: <87ttr8zvlg.fsf@tromey.com> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/28.2 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain X-AntiAbuse: This header was added to track abuse, please include it with any abuse report X-AntiAbuse: Primary Hostname - box5379.bluehost.com X-AntiAbuse: Original Domain - sourceware.org X-AntiAbuse: Originator/Caller UID/GID - [47 12] / [47 12] X-AntiAbuse: Sender Address Domain - tromey.com X-BWhitelist: no X-Source-IP: 71.211.130.31 X-Source-L: No X-Exim-ID: 1qnOM0-002l0B-20 X-Source: X-Source-Args: X-Source-Dir: X-Source-Sender: 71-211-130-31.hlrn.qwest.net (murgatroyd) [71.211.130.31]:46682 X-Source-Auth: tom+tromey.com X-Email-Count: 1 X-Org: HG=bhshared;ORG=bluehost; X-Source-Cap: ZWx5bnJvYmk7ZWx5bnJvYmk7Ym94NTM3OS5ibHVlaG9zdC5jb20= X-Local-Domain: yes X-CMAE-Envelope: MS4xfD5eIFpJFjl3RECqR0jsKBRUX/jk+bqyvcZpMgjyOQbMGZeBVcy3Bk8/L4ur0r9t9cXuA5xHutXekm6Oe/F9Z7wiu3/AXfRtMCg4Pi6kCRgSux7Uwc6h EzcRuUTawg0BN5ocF04uOMaPnpHS/tf5VVZrbJkRepdl/UjjPx0ip6i0wf367PZ5ld/Rp4hNazrjCWMg09SeAv3ws1BjcbMfYOw= X-Spam-Status: No, score=-3019.1 required=5.0 tests=BAYES_00,DKIM_SIGNED,DKIM_VALID,JMQ_SPF_NEUTRAL,RCVD_IN_DNSWL_LOW,RCVD_IN_MSPIKE_H2,SPF_HELO_NONE,SPF_PASS,TXREP autolearn=ham autolearn_force=no version=3.4.6 X-Spam-Checker-Version: SpamAssassin 3.4.6 (2021-04-09) on server2.sourceware.org List-Id: >>>>> "Andrew" == Andrew Burgess via Gdb-patches writes: Andrew> - Patch #5 has been completely changed. Tom Tromey pointed me to a Andrew> previous series of his which (a) never got merged, and (b) Andrew> included a much better solution to this problem. I've pulled out Andrew> just the part I need to resolve the issue in that patch. I looked at my series again, and it's worse than the status quo in some ways; for instance it requires opening a BFD before checking the cache. But, like I mentioned elsewhere, I did seem to fix the gnulib stat problem, which means a lot of that series is obsolete. I think you've picked up the only remaining good bit, which is the use of bfd_stat in reread_symbols. So, I think this series is ok. Approved-By: Tom Tromey Tom