RISC-V: Minimal support of scalar crypto extension.
authorjiawei <jiawei@iscas.ac.cn>
Mon, 15 Nov 2021 03:03:41 +0000 (11:03 +0800)
committerNelson Chu <nelson.chu@sifive.com>
Tue, 16 Nov 2021 03:47:50 +0000 (11:47 +0800)
commitdfdba097767e42f5163aeb5a97c4aa0084d44457
treee96cffe31f27a1561ad2a4b8be5bde898ff935e8
parent333f35b6315f6ed71db4fb76bfc1ebb7ec347d43
RISC-V: Minimal support of scalar crypto extension.

Minimal support of scalar crypto extension, add "k" in the
riscv_supported_std_ext, to make the order check right with
"zk" behind "zb".

bfd/
* elfxx-riscv.c (riscv_implicit_subsets): Added implicit
rules for zk* extensions.
(riscv_supported_std_ext): Added entry for k.
(riscv_supported_std_z_ext): Added entries for zk*.
bfd/elfxx-riscv.c