From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-vk1-xa34.google.com (mail-vk1-xa34.google.com [IPv6:2607:f8b0:4864:20::a34]) by sourceware.org (Postfix) with ESMTPS id A128438560A7 for ; Mon, 4 Jul 2022 01:37:55 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.1 sourceware.org A128438560A7 Authentication-Results: sourceware.org; dmarc=none (p=none dis=none) header.from=sifive.com Authentication-Results: sourceware.org; spf=pass smtp.mailfrom=sifive.com Received: by mail-vk1-xa34.google.com with SMTP id b4so3791038vkh.6 for ; Sun, 03 Jul 2022 18:37:55 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=sifive.com; s=google; h=mime-version:references:in-reply-to:from:date:message-id:subject:to :cc; bh=bJ4Xt0XPi4CXpKRNT6kGZi+peDTwY7ENr5UqZGZU1KI=; b=bSBbF7nvdn6W8Vufcedu1L42G5q9jvF9gaP6WeVGISU3nru9qspI2PAWL9cpOqYfKc 4SJRVRZ1xQUQnKlheOVfK4oOA4yM1P/7wBx+sVIN1jh6spRllMi0Y4kZR8c5lT7a6ZZG 8MSXwlANSaocOtAX8PtntUyPV506si8HJ1FTse3AhqBNQ+28/bg3sdMnpWuYcHP8Ajxg XXAvP9jWQ5Djx4MCqSI5Fgi+z42Dt+B9l2d48B0pRG9k35K2kMavM/bOBoC5uZEnmetC BBm8NZre1Sb353n9WjEkE2UpdTCnXyL0Cr2UQfeLwqGs1kmSs0JHKYeIc1oK/of6zYhb JfsQ== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:mime-version:references:in-reply-to:from:date :message-id:subject:to:cc; bh=bJ4Xt0XPi4CXpKRNT6kGZi+peDTwY7ENr5UqZGZU1KI=; b=2zxWiK+eYHpuc9CmIlAZ0W+oFDOKlPHAWrm6QRP6sxGZ2nFCiM5832wYkKstN2XeKF PQkxiMml82fb2qevXoioTlEil9nR/41F4oMtmX5DhQ2uYpW6uOVe50uxPzA3mdPcdAwZ ScwhSdvC0/yHKbqdZGOUgzNFevQqcf3/SIyziyetdgENXDXNL+Pv0D2Vybc7kcG1hEeN iVFYUhyAtHBaGg77dPOEQeCogJ1Jlpg6OqRyvQSQ6FYXsbSf1VX+ehD97IaSMJctVwPc V1qqdXlqIlhaWujrdT2+20+9YKmHRPFgWazzoSJqYNPItdQvrUP60C/u7/4p0JSWWSOV aEQg== X-Gm-Message-State: AJIora9c9ssGmV8yOMn/Tds0bXc7wQiYuK82D022/bImjh1Gqgil6TMM 7ZoD/0usvlPBqctsvI5vAK5h/2uTmF2+lXGfzRravu5N1zc= X-Google-Smtp-Source: AGRyM1vy5HeU/PrlqKwOyp6Lz1Sfzux/J47aqfeidp7IMY4pyUIQ1VB4D0kHPqy2ftdq5ML/M3KxFrPW0WPKuU0j0dY= X-Received: by 2002:ac5:ce0b:0:b0:36c:34b3:d800 with SMTP id j11-20020ac5ce0b000000b0036c34b3d800mr16759366vki.13.1656898675059; Sun, 03 Jul 2022 18:37:55 -0700 (PDT) MIME-Version: 1.0 References: <01295176a63d702b1a8c929d8ad2e1ae4a677516.1656844281.git.research_trasio@irq.a4lg.com> In-Reply-To: <01295176a63d702b1a8c929d8ad2e1ae4a677516.1656844281.git.research_trasio@irq.a4lg.com> From: Nelson Chu Date: Mon, 4 Jul 2022 09:37:52 +0800 Message-ID: Subject: Re: [RESEND PATCH 1/1] RISC-V: Update Zihintpause extension version To: Tsukasa OI Cc: Kito Cheng , Palmer Dabbelt , Binutils Content-Type: text/plain; charset="UTF-8" X-Spam-Status: No, score=-9.6 required=5.0 tests=BAYES_00, DKIM_SIGNED, DKIM_VALID, DKIM_VALID_AU, DKIM_VALID_EF, GIT_PATCH_0, RCVD_IN_DNSWL_NONE, 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: Mon, 04 Jul 2022 01:37:57 -0000 OK, thanks, committed. Nelson On Sun, Jul 3, 2022 at 6:31 PM Tsukasa OI wrote: > > Because ratified Zihintpause extension has a version number of 2.0 > (not 1.0), we should update the number. > > bfd/ChangeLog: > > * elfxx-riscv.c (riscv_supported_std_z_ext): Update version > number of Zihintpause extension. > --- > bfd/elfxx-riscv.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/bfd/elfxx-riscv.c b/bfd/elfxx-riscv.c > index bf7dc20e892..c846d6baaa2 100644 > --- a/bfd/elfxx-riscv.c > +++ b/bfd/elfxx-riscv.c > @@ -1185,7 +1185,7 @@ static struct riscv_supported_ext riscv_supported_std_z_ext[] = > {"zicsr", ISA_SPEC_CLASS_20190608, 2, 0, 0 }, > {"zifencei", ISA_SPEC_CLASS_20191213, 2, 0, 0 }, > {"zifencei", ISA_SPEC_CLASS_20190608, 2, 0, 0 }, > - {"zihintpause", ISA_SPEC_CLASS_DRAFT, 1, 0, 0 }, > + {"zihintpause", ISA_SPEC_CLASS_DRAFT, 2, 0, 0 }, > {"zfh", ISA_SPEC_CLASS_DRAFT, 1, 0, 0 }, > {"zfinx", ISA_SPEC_CLASS_DRAFT, 1, 0, 0 }, > {"zdinx", ISA_SPEC_CLASS_DRAFT, 1, 0, 0 }, > -- > 2.25.1 >