From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-pf1-x42a.google.com (mail-pf1-x42a.google.com [IPv6:2607:f8b0:4864:20::42a]) by sourceware.org (Postfix) with ESMTPS id 4793D3858C1F for ; Mon, 31 Oct 2022 23:04:14 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.1 sourceware.org 4793D3858C1F Authentication-Results: sourceware.org; dmarc=pass (p=none dis=none) header.from=gmail.com Authentication-Results: sourceware.org; spf=pass smtp.mailfrom=gmail.com Received: by mail-pf1-x42a.google.com with SMTP id y13so11960029pfp.7 for ; Mon, 31 Oct 2022 16:04:14 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20210112; h=in-reply-to:content-disposition:mime-version:references:message-id :subject:cc:to:from:date:from:to:cc:subject:date:message-id:reply-to; bh=HG31MnittFzniNFZB/gMcKLVO70DdNPlO5AJWpbMO7c=; b=PmNjLeUwG58VsQ1Pw4t/o+rY6PNtjWn+hXys7lyJnN6KGwZYUKfuUMSHs6P0pNT40A 5OvwfUn1jElhNp0N+2jJ8XdNA+k2PLNSohpZ47qtLcWnmt2LUJCYhkCPUwokxMGCBWGw i1dnrUM3xqFKffIetdvMBKUahZWCw45v8cuqy7CwTxWMVYFxr7s+KiY8mDcJdhNTB6PM 7UMA7k+CtGwVZc6xnozw0iJbhWNUGZ2etwr7ukqna0viw56Z87vc7yTVcCqcrKGXTe87 ZSB8ax8CUs7DWi5emP9pJWwTTXy4WHkYglDroUhKatZWKU3g9jCGAoLcPSrMvXdAE8Aj QS+Q== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=in-reply-to:content-disposition:mime-version:references:message-id :subject:cc:to:from:date:x-gm-message-state:from:to:cc:subject:date :message-id:reply-to; bh=HG31MnittFzniNFZB/gMcKLVO70DdNPlO5AJWpbMO7c=; b=nJijJfe8CV3/qlVa5EHJTCOFAJW9UQgv8j7k2zPYFSZhP07Us+vN6cH1ip6xmczgJo gHx5i+kQ1sxAsfp3gwsWwt1fGPehZdDywAzCYFt6qGR7twd1TZPErm5EoavaKbTSeDgf 7qq4lwVcC3ndbNOPgHZR2JcmGdjNlHP1L3mmJA/VDUiAHVwHcyE0efD7OR6/3vySL9G8 nqCQ9wB1dm5kWQTbXJY+4pi/7JDF6plEOKUQ32TJtlyMSJkRsRtWwwWkIY2oXM+sKGrb wDatFFyRjTdRtSsrrFW54KSu5GRrWl3fpbij30XvERC5yASGu7nZ5F4owXYtUBCjxXK7 mUVg== X-Gm-Message-State: ACrzQf3UBRmychG7ve00wGeIJp0ySSlln20Su5pMky9xDhdOo69wQYeZ xWX6w8TPNn79Qvi1K2Q7ZnU= X-Google-Smtp-Source: AMsMyM7zwUqaJOLa1AJBZ62YtykBf9wC2CR+YNtk+lnQmrXipgv0nD1twYXVB7j0upiM4ZfZULffVg== X-Received: by 2002:a63:251:0:b0:46e:9da8:1f93 with SMTP id 78-20020a630251000000b0046e9da81f93mr14629418pgc.490.1667257453171; Mon, 31 Oct 2022 16:04:13 -0700 (PDT) Received: from squeak.grove.modra.org (158.106.96.58.static.exetel.com.au. [58.96.106.158]) by smtp.gmail.com with ESMTPSA id z184-20020a6233c1000000b0056c47a5c34dsm5111765pfz.122.2022.10.31.16.04.11 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Mon, 31 Oct 2022 16:04:12 -0700 (PDT) Received: by squeak.grove.modra.org (Postfix, from userid 1000) id A9DE21140914; Tue, 1 Nov 2022 09:34:08 +1030 (ACDT) Date: Tue, 1 Nov 2022 09:34:08 +1030 From: Alan Modra To: "H.J. Lu" Cc: binutils@sourceware.org Subject: Re: Add a testcase for PR binutils/26160 Message-ID: References: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: X-Spam-Status: No, score=-3029.2 required=5.0 tests=BAYES_00,DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,DKIM_VALID_EF,FREEMAIL_FROM,KAM_LINKBAIT3,KAM_NUMSUBJECT,KAM_SHORT,RCVD_IN_DNSWL_NONE,SPF_HELO_NONE,SPF_PASS,TXREP autolearn=no autolearn_force=no version=3.4.6 X-Spam-Checker-Version: SpamAssassin 3.4.6 (2021-04-09) on server2.sourceware.org List-Id: On Mon, Oct 31, 2022 at 09:24:07AM -0700, H.J. Lu wrote: > Here is the patch to run the test. But it failed with > > readelf: Warning: Cannot fetch indexed address: the .debug_addr > section is missing > > Is this warning valid? Well, yes, because according to https://gcc.gnu.org/wiki/DebugFission .debug_addr is found in the "linked binary". I think the testcase is incomplete without that object file. -- Alan Modra Australia Development Lab, IBM