mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2024-11-29 13:04:46 +08:00
RISC-V: Update Zihintpause extension version
Because ratified Zihintpause extension has a version number of 2.0 (not 1.0), we should update the number. bfd/ChangeLog: * elfxx-riscv.c (riscv_supported_std_z_ext): Update version number of Zihintpause extension.
This commit is contained in:
parent
1e3a4f12e7
commit
0f2f2e7019
@ -1185,7 +1185,7 @@ static struct riscv_supported_ext riscv_supported_std_z_ext[] =
|
||||
{"zicsr", ISA_SPEC_CLASS_20190608, 2, 0, 0 },
|
||||
{"zifencei", ISA_SPEC_CLASS_20191213, 2, 0, 0 },
|
||||
{"zifencei", ISA_SPEC_CLASS_20190608, 2, 0, 0 },
|
||||
{"zihintpause", ISA_SPEC_CLASS_DRAFT, 1, 0, 0 },
|
||||
{"zihintpause", ISA_SPEC_CLASS_DRAFT, 2, 0, 0 },
|
||||
{"zfh", ISA_SPEC_CLASS_DRAFT, 1, 0, 0 },
|
||||
{"zfinx", ISA_SPEC_CLASS_DRAFT, 1, 0, 0 },
|
||||
{"zdinx", ISA_SPEC_CLASS_DRAFT, 1, 0, 0 },
|
||||
|
Loading…
Reference in New Issue
Block a user