From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-sender-0.a4lg.com (mail-sender-0.a4lg.com [IPv6:2401:2500:203:30b:4000:6bfe:4757:0]) by sourceware.org (Postfix) with ESMTPS id C06A2385AE5D for ; Fri, 24 Jun 2022 03:51:08 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.1 sourceware.org C06A2385AE5D Received: from [127.0.0.1] (localhost [127.0.0.1]) by mail-sender-0.a4lg.com (Postfix) with ESMTPSA id EDF30300089; Fri, 24 Jun 2022 03:51:06 +0000 (UTC) From: Tsukasa OI To: Tsukasa OI , Palmer Dabbelt , Kito Cheng , Nelson Chu , Weiwei Li Cc: binutils@sourceware.org Subject: [PATCH v3 0/2] RISC-V: QUICK fix on Li's Zhinx implementation Date: Fri, 24 Jun 2022 12:51:03 +0900 Message-Id: In-Reply-To: References: Mime-Version: 1.0 Content-Transfer-Encoding: 8bit X-Spam-Status: No, score=-6.5 required=5.0 tests=BAYES_00, DKIM_SIGNED, DKIM_VALID, DKIM_VALID_AU, SPF_HELO_NONE, SPF_PASS, TXREP, T_SCC_BODY_TEXT_LINE autolearn=ham autolearn_force=no version=3.4.6 X-Spam-Checker-Version: SpamAssassin 3.4.6 (2021-04-09) on server2.sourceware.org X-BeenThere: binutils@sourceware.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Binutils mailing list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 24 Jun 2022 03:51:10 -0000 This is a backup plan if my main Zfinx fixes will not make it to Binutils 2.39 and contains the most important fix (to most likely wrong feature gate) to Li's Zhinx implementation. Because of this, this is incompatible with my main patchset ("RISC-V: Combined floating point enhancements") which contains all of Zfinx/Zhinx fixes. v1: v2: CURRENT (GitHub): This is functionally equivalent to v1 but contains a minor change. [CHANGES: v1 -> v2] - Change error message to enable i18n. - Removed original PATCH 1 because it is merged. [CHANGES: v2 -> v3] - Added PATCH 2 (Zhinx extension definition should be reordered) Tsukasa OI (2): RISC-V: Fix requirement handling on Zhinx+{D,Q} RISC-V: Reorder Zhinx extension bfd/elfxx-riscv.c | 32 +++++++++++++++++++----- gas/testsuite/gas/riscv/fp-zhinx-insns.d | 2 +- 2 files changed, 27 insertions(+), 7 deletions(-) base-commit: 54603ee2aeaf248220f0f440c322ff02e98cd403 -- 2.34.1