This is the mail archive of the binutils@sourceware.org mailing list for the binutils project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [PATCH] Add SFENCE.VMA instruction


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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]