[Integration 2/6] RISC-V/extended: Add assembler and dis-assembler hooks for extended extensions.

Jim Wilson jimw@sifive.com
Tue Mar 30 22:53:38 GMT 2021


On Tue, Mar 30, 2021 at 2:37 AM Nelson Chu <nelson.chu@sifive.com> wrote:

>
> diff --git a/gas/testsuite/gas/riscv/extended/extended.exp
> b/gas/testsuite/gas/riscv/extended/extended.exp
> new file mode 100644
> index 0000000..00812fe
> --- /dev/null
> +++ b/gas/testsuite/gas/riscv/extended/extended.exp
> @@ -0,0 +1,22 @@
> +# Expect script for RISC-V assembler tests.
> +#   Copyright (C) 2021-2021 Free Software Foundation, Inc.
>

You don't need the dash when there is only one year.


> diff --git a/include/opcode/riscv-opc-extended.h
> b/include/opcode/riscv-opc-extended.h
> new file mode 100644
> index 0000000..8641c4c
> --- /dev/null
> +++ b/include/opcode/riscv-opc-extended.h
> @@ -0,0 +1,23 @@
> +/* riscv-opcextended.h.  RISC-V extended instruction opcode.
> +   Copyright (C) 2021-2021 Free Software Foundation, Inc.
> +   Contributed by Andrew Waterman
>
> Andrew didn't write this file.  You did.  You can either put your name in,
or drop the contributed by line.

Jim


More information about the Binutils mailing list