RISC-V: Remove the unimplemented extensions.
authorNelson Chu <nelson.chu@sifive.com>
Fri, 20 Nov 2020 08:52:35 +0000 (16:52 +0800)
committerNelson Chu <nelson.chu@sifive.com>
Tue, 1 Dec 2020 07:13:06 +0000 (15:13 +0800)
commit27a46348cb409fb2d5064c5686625f5323525c27
tree5f2a425e5ab9510953d014ae1a62061760a16c84
parent5a1b31e1e1cee6e9f1c92abff59cdcfff0dddf30
RISC-V: Remove the unimplemented extensions.

Although spec had defined and ratified p, v and n extensions,
but we don't have any related implementaitons so far, so keep
them in the supported extension table looks weird.  Remove them
until we have the related implementations.

opcodes/
* riscv-opc.c (riscv_ext_version_table): Remove the p, v, n
and their versions.
opcodes/ChangeLog
opcodes/riscv-opc.c