This is the mail archive of the
binutils@sourceware.org
mailing list for the binutils project.
Re: [PATCH] Add SFENCE.VMA instruction
- From: Nick Clifton <nickc at redhat dot com>
- To: Palmer Dabbelt <palmer at dabbelt dot com>, binutils at sourceware dot org, Tristan Gingold <gingold at adacore dot com>
- Cc: Andrew Waterman <andrew at sifive dot com>
- Date: Wed, 15 Feb 2017 11:33:40 +0000
- Subject: Re: [PATCH] Add SFENCE.VMA instruction
- Authentication-results: sourceware.org; auth=none
- References: <20170215005445.31615-1-palmer@dabbelt.com> <20170215005445.31615-2-palmer@dabbelt.com>
Hi Palmer,
> include/ChangeLog:
> 2017-02-14 Andrew Waterman <andrew@sifive.com>
>
> * opcode/riscv-opc.h (MATCH_SFENCE_VMA): New define.
> (MASK_SFENCE_VMA): Likewise.
> (sfence_vma): Declare instruction.
>
> opcodes/ChangeLog:
> 2017-02-14 Andrew Waterman <andrew@sifive.com>
>
> * 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 <andrew@sifive.com>
> +
> + * 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