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 6A7743858D32 for ; Mon, 30 Jan 2023 06:35:36 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.2 sourceware.org 6A7743858D32 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 2BCF5300089; Mon, 30 Jan 2023 06:35:33 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=irq.a4lg.com; s=2017s01; t=1675060533; bh=RuQfh4X/ZjLB+wLMucpXCjZnki0l+1qTn5IKRFOV6mc=; h=From:To:Cc:Subject:Date:Message-Id:In-Reply-To:References: Mime-Version:Content-Transfer-Encoding; b=rjWdtFvmFKqQ37kyHIfNmXFTv92LXJiUCtB2vXv55XY1CS2IxWIAlO4oKfrfN3and I2rga/r6i91cdhMt5TqM8F8ol2kMdKPHVG1PL8xCZy+yqfNswhQwF0GlL6w3D2Pddy aann+TZvPNgkJQ0ENHdT1SAfvCA7hhCuZdKbPlAw= From: Tsukasa OI To: Tsukasa OI , Nelson Chu , Kito Cheng , Palmer Dabbelt Cc: binutils@sourceware.org Subject: [PATCH v2 0/1] RISC-V: Extensions from the RISC-V Profiles Date: Mon, 30 Jan 2023 06:35:28 +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: Hello, First, to whom concerned (especially, to Nelson): I quit the job two weeks ago due to my poor health conditions and will take some time for recuperation. Because of this (despite that I've seen all your reviews and responses), I will not be able to respond properly (and in a responsible manner) until... probably April or May. Before I get busier, I will submit this one because the RISC-V Profiles documentation is now updated (version 0.9.2, the release for TSC recommendation to ratify) and this time, it's very unlikely to change now (I found a typo in this but at least it's stable enough to implement). c.f. On PATCH v1, though the base specification (version 0.9-draft) was Frozen, some changes are expected and I submitted it with DO NOT MERGE status. The change actually happened and an extension name has changed ('Ssptead' -> 'Svptead' -> 'Svade'). This time, I think it's safe to upstream new extension names. Sincerely, Tsukasa Tsukasa OI (1): RISC-V: Add platform property/capability extensions bfd/elfxx-riscv.c | 35 ++++++++++++++++++++++++++++++++++- 1 file changed, 34 insertions(+), 1 deletion(-) base-commit: 594a01c217143dce2f1f3181bcca4047b4a44107 -- 2.39.0