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 08E733858C5F for ; Tue, 25 Jul 2023 01:56:50 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.2 sourceware.org 08E733858C5F Authentication-Results: sourceware.org; dmarc=pass (p=none dis=none) header.from=irq.a4lg.com Authentication-Results: sourceware.org; spf=pass smtp.mailfrom=irq.a4lg.com Received: from [127.0.0.1] (localhost [127.0.0.1]) by mail-sender-0.a4lg.com (Postfix) with ESMTPSA id DAFFB300089; Tue, 25 Jul 2023 01:56:46 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=irq.a4lg.com; s=2017s01; t=1690250207; bh=55/VN3ST1ouvXiqvrCO1Y6cC3FG4/OmvlAFFIjUZCew=; h=From:To:Cc:Subject:Date:Message-ID:Mime-Version: Content-Transfer-Encoding; b=Yd4faIaV5fkBzz3rXiHpRwQN0aPjuTE4/hVZJ9OaOlDXSs1DO4VU5ArPRhKnmxBI0 Vadfy0N8YMQy75IseUgU30J02C8eiN2QSH24RKJ9ZznIFav7WLTwHcPUTEx1LLNQEU jnuxZZHx+2lbMUbFj/7W4IH+53O15eyOQ4KOT+tM= From: Tsukasa OI To: Tsukasa OI , Nelson Chu , Kito Cheng , Palmer Dabbelt Cc: binutils@sourceware.org Subject: [PATCH 0/1] RISC-V: Handle 'Zca' extension on ".option arch" Date: Tue, 25 Jul 2023 01:56:27 +0000 Message-ID: Mime-Version: 1.0 Content-Transfer-Encoding: 8bit X-Spam-Status: No, score=-6.1 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 List-Id: Hi, While I'm testing the PATCH v2 of the 'Zihintntl', I found a bug in GAS. (Normally I wouldn't attach a cover letter for the patch set that simple, I felt it's needed for a little context; PATCH v2 of 'Zihintntl' will need this bug fix.) While the 'Zca' extension is the new base for compressed instructions, it was not correctly handled in the ".option arch" handling. This patch set fixes this issue. After grepping "c", I think it's the last code to test. Thanks, Tsukasa Tsukasa OI (1): RISC-V: Enable RVC on ".option arch, +zca" etc. gas/config/tc-riscv.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) base-commit: 3dfee72010248aca5932a27b4c34d3b79ab9f057 -- 2.41.0