From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from emagii.se (www.emagii.com [185.133.207.17]) by sourceware.org (Postfix) with ESMTPS id 49D4D3858C20 for ; Tue, 7 Mar 2023 18:03:20 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.2 sourceware.org 49D4D3858C20 Authentication-Results: sourceware.org; dmarc=pass (p=none dis=none) header.from=emagii.com Authentication-Results: sourceware.org; spf=pass smtp.mailfrom=emagii.com Received: from [10.175.196.145] (84-55-68-216.customers.ownit.se [84.55.68.216]) by emagii.se (Postfix) with ESMTPSA id 5A4AE120205; Tue, 7 Mar 2023 19:03:14 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=emagii.com; s=default; t=1678212198; bh=zsQ3XAy9gAuD75SHh3BbAjkuXtJFsoGA1vIdVrBMqCM=; h=Subject:To:From; b=t/AWhKjoAsy7JgubFUs4ZDDqgybuWtCUT+y7BMW/GV6H0n4a+NpOQ6YdVMJ2/k/G2 fdxIyjBW+XVxLg7/zYr03FimkY44BYGaDUb3e2tHFhaHRafb8HScVNuxFOUSI0j0fa SNhYuHetWBzbHMyEZW/VXo8VNsPEXHQVSfXTj7fY= Authentication-Results: emagii.beebytevps.io; spf=pass (sender IP is 84.55.68.216) smtp.mailfrom=binutils@emagii.com smtp.helo=[10.175.196.145] Received-SPF: pass (emagii.beebytevps.io: connection is authenticated) Message-ID: Date: Tue, 7 Mar 2023 19:03:14 +0100 MIME-Version: 1.0 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:102.0) Gecko/20100101 Thunderbird/102.7.1 Subject: Re: [PATCH v12 0/11 Add support for CRC64 generation in linker Content-Language: en-US To: Nick Clifton , binutils@sourceware.org References: <20230306133158.91917-1-binutils@emagii.com> From: Ulf Samuelsson In-Reply-To: Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 8bit X-PPP-Message-ID: <167821219728.1409262.17813300031015351066@localhost.localdomain> X-PPP-Vhost: emagii.com X-Spam-Status: No, score=-6.4 required=5.0 tests=BAYES_00,DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,DKIM_VALID_EF,NICE_REPLY_A,SPF_HELO_FAIL,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: On 2023-03-07 14:59, Nick Clifton wrote: > Hi Ulf, > >> Patchset XII >> testsuite fixed to skip some tests. > > Thanks.  I have now applied your patch set. > > I made some small changes, mostly code formatting and correcting > some of the error messages. > > Thank you very much for persisting with this patch contribution. > Super GREAT! Best Regards Ulf Samuelsson > > Cheers >   Nick > >