From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from gnu.wildebeest.org (gnu.wildebeest.org [45.83.234.184]) by sourceware.org (Postfix) with ESMTPS id E2F9D3858CDA for ; Thu, 19 Jan 2023 22:44:49 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.2 sourceware.org E2F9D3858CDA Authentication-Results: sourceware.org; dmarc=none (p=none dis=none) header.from=klomp.org Authentication-Results: sourceware.org; spf=pass smtp.mailfrom=klomp.org Received: by gnu.wildebeest.org (Postfix, from userid 1000) id 28B41302BBEC; Thu, 19 Jan 2023 23:44:49 +0100 (CET) Date: Thu, 19 Jan 2023 23:44:49 +0100 From: Mark Wielaard To: "Jose E. Marchesi" Cc: elfutils-devel@sourceware.org, Sam James Subject: Re: [PATCH] backends: sparc uses NONE relocation type in ET_EXEC and ET_DYN files Message-ID: <20230119224449.GD6144@gnu.wildebeest.org> References: <20230119221138.291056-1-mark@klomp.org> <87k01icgpi.fsf@gnu.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <87k01icgpi.fsf@gnu.org> User-Agent: Mutt/1.5.21 (2010-09-15) X-Spam-Status: No, score=-3031.9 required=5.0 tests=BAYES_00,JMQ_SPF_NEUTRAL,KAM_DMARC_STATUS,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: Hi Jose, On Thu, Jan 19, 2023 at 11:17:13PM +0100, Jose E. Marchesi wrote: > > Using the NONE relocation doesn't do anything, but is harmless. > > > > This fixes several (self) tests on sparc that use elflint to > > check files are valid ELF. > > FWIW looks good to me. Thanks, pushed. Cheers, Mark