From: Feng Wang Date: Fri, 21 Jun 2024 01:58:00 +0000 (+0000) Subject: RISC-V: Remove implicit enablement of Zvknha from Zvkn. X-Git-Tag: binutils-2_43~332 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=da16a23481b3b89a61b7c6d04a661f9327c9fd26;p=thirdparty%2Fbinutils-gdb.git RISC-V: Remove implicit enablement of Zvknha from Zvkn. Accroding to the Crypto spec, the Zvkned,Zvknhb,Zvkb and Zvkt are included in the Zvkn. So the Zvknha should be removed from Zvkn. bfd/ChangeLog: * elfxx-riscv.c: Remove zvknha from zvkn. --- diff --git a/bfd/elfxx-riscv.c b/bfd/elfxx-riscv.c index 918bfc1aac5..49c644bafd1 100644 --- a/bfd/elfxx-riscv.c +++ b/bfd/elfxx-riscv.c @@ -1253,7 +1253,6 @@ static struct riscv_implicit_subset riscv_implicit_subsets[] = {"zks", "zksh", check_implicit_always}, {"zvbb", "zvkb", check_implicit_always}, {"zvkn", "zvkned", check_implicit_always}, - {"zvkn", "zvknha", check_implicit_always}, {"zvkn", "zvknhb", check_implicit_always}, {"zvkn", "zvkb", check_implicit_always}, {"zvkn", "zvkt", check_implicit_always},