From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 84460 invoked by alias); 15 Feb 2017 11:33:54 -0000 Mailing-List: contact binutils-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: binutils-owner@sourceware.org Received: (qmail 84448 invoked by uid 89); 15 Feb 2017 11:33:54 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=0.8 required=5.0 tests=BAYES_50,RP_MATCHES_RCVD,SPF_HELO_PASS autolearn=ham version=3.3.2 spammy=sk:pseudoi, rapidly, sfencevma, sfence.vma X-HELO: mx1.redhat.com Received: from mx1.redhat.com (HELO mx1.redhat.com) (209.132.183.28) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Wed, 15 Feb 2017 11:33:43 +0000 Received: from int-mx10.intmail.prod.int.phx2.redhat.com (int-mx10.intmail.prod.int.phx2.redhat.com [10.5.11.23]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.redhat.com (Postfix) with ESMTPS id E1DDB88E60; Wed, 15 Feb 2017 11:33:43 +0000 (UTC) Received: from [10.36.116.252] (ovpn-116-252.ams2.redhat.com [10.36.116.252]) by int-mx10.intmail.prod.int.phx2.redhat.com (8.14.4/8.14.4) with ESMTP id v1FBXflX028022 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Wed, 15 Feb 2017 06:33:42 -0500 Subject: Re: [PATCH] Add SFENCE.VMA instruction To: Palmer Dabbelt , binutils@sourceware.org, Tristan Gingold References: <20170215005445.31615-1-palmer@dabbelt.com> <20170215005445.31615-2-palmer@dabbelt.com> Cc: Andrew Waterman From: Nick Clifton Message-ID: <91889a41-e953-e08f-f04c-30a3197819c8@redhat.com> Date: Wed, 15 Feb 2017 11:33:00 -0000 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:45.0) Gecko/20100101 Thunderbird/45.7.0 MIME-Version: 1.0 In-Reply-To: <20170215005445.31615-2-palmer@dabbelt.com> Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: 7bit X-IsSubscribed: yes X-SW-Source: 2017-02/txt/msg00123.txt.bz2 Hi Palmer, > include/ChangeLog: > 2017-02-14 Andrew Waterman > > * opcode/riscv-opc.h (MATCH_SFENCE_VMA): New define. > (MASK_SFENCE_VMA): Likewise. > (sfence_vma): Declare instruction. > > opcodes/ChangeLog: > 2017-02-14 Andrew Waterman > > * riscv-opc.c (riscv_opcodes): Add sfence.vma instruction and > pseudoinstructions. OK for trunk. > diff --git a/include/ChangeLog b/include/ChangeLog > index 6a61d61..df14aca 100644 > --- a/include/ChangeLog > +++ b/include/ChangeLog > @@ -1,3 +1,9 @@ > +2017-02-14 Andrew Waterman > + > + * opcode/riscv-opc.h (MATCH_SFENCE_VMA): New define. > + (MASK_SFENCE_VMA): Likewise. > + (sfence_vma): Declare instruction. > + Note - it is customary to include ChangeLog entries as plain text rather than context diffs. This is because the changelogs change so rapidly that it is often not possible to apply a patch cleanly if they contain changelog diffs. Cheers Nick