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 C87B83858281 for ; Fri, 3 Mar 2023 15:12:35 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.2 sourceware.org C87B83858281 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 0EDE21201B4; Fri, 3 Mar 2023 16:12:31 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=emagii.com; s=default; t=1677856354; bh=ET1yVKymeWHpoxv+/lLMf6TjSrolkH4SVOdzmzk9djc=; h=Subject:To:From; b=Xyq5vTVotwbs8VH/N2DyjPBfmnRokSW842Jw4gDTxqzZ9UM8F1MtIpwBnmyRdY0Ge JNS/romAcV7aDY591E+iaVekWoksta6PDylt3k6l+kOh9TqBV+NZpYrWPLqz0YPUIt xt2/CFpLDq7wfsZmakgBLV9+1/bwqbKZmymxCLe8= 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) Content-Type: multipart/alternative; boundary="------------7R6sAs3W6H2wbBQaP8yoNlpY" Message-ID: Date: Fri, 3 Mar 2023 16:12:30 +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 v11 0/11 Add support for CRC64 generation in linker Content-Language: en-US To: binutils@sourceware.org Cc: nickc@redhat.com References: <20230303144706.1977061-1-binutils@emagii.com> From: Ulf Samuelsson In-Reply-To: <20230303144706.1977061-1-binutils@emagii.com> X-PPP-Message-ID: <167785635432.1868325.1142150187196245790@localhost.localdomain> X-PPP-Vhost: emagii.com X-Spam-Status: No, score=-6.5 required=5.0 tests=BAYES_00,DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,DKIM_VALID_EF,HTML_MESSAGE,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: This is a multi-part message in MIME format. --------------7R6sAs3W6H2wbBQaP8yoNlpY Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit It has been tested on the following targets. * aarch64-linux-gnu * all * mips-elf * powerpc64-linux-gnu * x86_64-pc-linux-gnu * x86_64-w64-mingw32 On 2023-03-03 15:46, Ulf Samuelsson via Binutils wrote: > Patchset XI > During final generation of CRC, the output sections will be searched > for the section that contains the address of the digest > and this will be the selected section. > > The 'DIGEST SECTION "name"' command is removed. > > Added multiple test for error conditions when testing DIGEST > > Patchset 10 > Forget patchset IX. > Managed to push the master branch. > This is the real thing. > > Patchset IX > Endian: > Default small endian. > Override with switches: -BE, -LE > Override in label using [#BE] and [#LE] > > DIGEST "