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 66AC03858D1E for ; Mon, 30 Jan 2023 07:12:31 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.2 sourceware.org 66AC03858D1E 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 A3A2F300089; Mon, 30 Jan 2023 07:12:29 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=irq.a4lg.com; s=2017s01; t=1675062749; bh=0fRGY/Ji5N9Lra2Jp2fDeV6Dx2HdaBL68HDrlD4Me7o=; h=From:To:Cc:Subject:Date:Message-Id:In-Reply-To:References: Mime-Version:Content-Transfer-Encoding; b=M/Q9FpJWPcOPLAE8c1IuKdnRHYCGsdfDjidlVhp8bvU5d0leMiVeHNJ74ZzXrq7RC zQw5VtDCT+13ThE79ZBKgHKC554s8La681JenilFhCsfMtDurfFg+iJHIfWfgAxm7u OmyvFG16w9t5WIoiDddcubm21SPZ8IusTNj3BF84= From: Tsukasa OI To: Tsukasa OI , Nelson Chu , Kito Cheng , Palmer Dabbelt Cc: binutils@sourceware.org Subject: [PATCH v3 0/1] RISC-V: Extensions from the RISC-V Profiles Date: Mon, 30 Jan 2023 07:11:30 +0000 Message-Id: In-Reply-To: References: 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 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: Oops, PATCH v2 has some minor mistakes. [Changes: v2 -> v3] 1. After AIA is upstreamed, I haven't done tidying up with riscv_supported_std_s_ext with my rebased branch. That made location of 'Ssaia' a bit out of place. PATCH v3 fixes this. 2. After version 0.8, the new extension 'Sscounterenw' is added but I missed that. PATCH v3 adds support for this new extension correctly. 3. I made minor changes to ChangeLog part of the commit message (I moved 'H' -> 'Zicsr' dependency for a reason but I didn't mentioned in the ChangeLog). Thanks, Tsukasa Tsukasa OI (1): RISC-V: Add platform property/capability extensions bfd/elfxx-riscv.c | 37 ++++++++++++++++++++++++++++++++++++- 1 file changed, 36 insertions(+), 1 deletion(-) base-commit: 594a01c217143dce2f1f3181bcca4047b4a44107 -- 2.39.1