summaryrefslogtreecommitdiff
path: root/bfd/elfxx-riscv.c
diff options
context:
space:
mode:
authorPhilipp Tomsich <philipp.tomsich@vrull.eu>2021-10-06 22:26:45 +0200
committerNelson Chu <nelson.chu@sifive.com>2021-10-07 17:09:21 +0800
commit586dcfc81ee4a24c150362c624a47d633e4d6bdc (patch)
treea2a1249a8ae69d3018c45dbb5edf4c46e36756a2 /bfd/elfxx-riscv.c
parentcda0561f9ecb80ba6c3025b51173d03cb65c46f6 (diff)
RISC-V: Update extension version for Zb[abc] to 1.0.0
2021-10-06 Philipp Tomsich <philipp.tomsich@vrull.eu> bfd/ * elfxx-riscv.c (riscv_supported_std_z_ext): Update the version number for zba, zbb and zbc to 1.0.0 Signed-off-by: Philipp Tomsich <philipp.tomsich@vrull.eu> Version-changes: 3 - Updated version numbers for zba, zbb and zbc to 1.0.0
Diffstat (limited to 'bfd/elfxx-riscv.c')
-rw-r--r--bfd/elfxx-riscv.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/bfd/elfxx-riscv.c b/bfd/elfxx-riscv.c
index 044cc63d09..39a7d69346 100644
--- a/bfd/elfxx-riscv.c
+++ b/bfd/elfxx-riscv.c
@@ -1142,9 +1142,9 @@ static struct riscv_supported_ext riscv_supported_std_z_ext[] =
{"zifencei", ISA_SPEC_CLASS_20191213, 2, 0, 0 },
{"zifencei", ISA_SPEC_CLASS_20190608, 2, 0, 0 },
{"zihintpause", ISA_SPEC_CLASS_DRAFT, 1, 0, 0 },
- {"zbb", ISA_SPEC_CLASS_DRAFT, 0, 93, 0 },
- {"zba", ISA_SPEC_CLASS_DRAFT, 0, 93, 0 },
- {"zbc", ISA_SPEC_CLASS_DRAFT, 0, 93, 0 },
+ {"zbb", ISA_SPEC_CLASS_DRAFT, 1, 0, 0 },
+ {"zba", ISA_SPEC_CLASS_DRAFT, 1, 0, 0 },
+ {"zbc", ISA_SPEC_CLASS_DRAFT, 1, 0, 0 },
{NULL, 0, 0, 0, 0}
};