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 261A33858D39 for ; Mon, 6 Mar 2023 13:32:08 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.2 sourceware.org 261A33858D39 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 valinor.ownit.se (84-55-68-216.customers.ownit.se [84.55.68.216]) by emagii.se (Postfix) with ESMTPSA id 80FB41201F5; Mon, 6 Mar 2023 14:32:06 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=emagii.com; s=default; t=1678109527; bh=dQ5cdhj6NUtMV15HWC0oi0SF+V7Lim1eQYEE+COWrO8=; h=From:To:Subject; b=nKczh/KjGrnBIhC0nyRKClVCGndMGIhnH7vZSRzqGem2JwyfkyE3PyAReEnDUBuIH zqwHPFR7RYEocVPfzxEsCEg0IkdLGqXosjHCsrhQddcpWg4zj4b214WMz9O+uTEdWd WJRdKwdqmrAUhKptoJMVnZrl5pE/qDuEgpLAaAiM= Authentication-Results: emagii.beebytevps.io; spf=pass (sender IP is 84.55.68.216) smtp.mailfrom=binutils@emagii.com smtp.helo=valinor.ownit.se Received-SPF: pass (emagii.beebytevps.io: connection is authenticated) From: binutils@emagii.com To: binutils@sourceware.org Cc: nickc@redhat.com Subject: [PATCH v12 0/11 Add support for CRC64 generation in linker Date: Mon, 6 Mar 2023 14:31:47 +0100 Message-Id: <20230306133158.91917-1-binutils@emagii.com> X-Mailer: git-send-email 2.34.1 MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-PPP-Message-ID: <167810952700.340077.15388148936971339319@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,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: Patchset XII testsuite fixed to skip some tests. Too limited flash space * tic4x-coff, tic54x-cof No support for the ".section" directive (Neither are flash based micros and unlikely to use the feature) * ns32k-pc532-macho * pdp11-dec-aout * powerpc-ibm-aix5.2.0 * rs6000-aix4.3.3 * alpha-linuxecoff 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 "