mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-12-19 01:19:41 +08:00
RISC-V: Add support for svvptc extension.
This implements the svvptc extensons, version 1.0[1]. [1] https://github.com/riscv/riscv-svvptc bfd/ChangeLog: * elfxx-riscv.c: New extension. gas/ChangeLog: * NEWS: Updated. * testsuite/gas/riscv/march-help.l: Ditto.
This commit is contained in:
@@ -1557,6 +1557,7 @@ static struct riscv_supported_ext riscv_supported_std_s_ext[] =
|
||||
{"svinval", ISA_SPEC_CLASS_DRAFT, 1, 0, 0 },
|
||||
{"svnapot", ISA_SPEC_CLASS_DRAFT, 1, 0, 0 },
|
||||
{"svpbmt", ISA_SPEC_CLASS_DRAFT, 1, 0, 0 },
|
||||
{"svvptc", ISA_SPEC_CLASS_DRAFT, 1, 0, 0 },
|
||||
{"ssqosid", ISA_SPEC_CLASS_DRAFT, 1, 0, 0 },
|
||||
{"ssnpm", ISA_SPEC_CLASS_DRAFT, 1, 0, 0 },
|
||||
{"smnpm", ISA_SPEC_CLASS_DRAFT, 1, 0, 0 },
|
||||
|
||||
2
gas/NEWS
2
gas/NEWS
@@ -12,7 +12,7 @@
|
||||
|
||||
* Add support for RISC-V standard extensions:
|
||||
ssqosid v1.0, ssnpm v1.0, smnpm v1.0, smmpm v1.0, sspm v1.0, supm v1.0,
|
||||
sha v1.0, zce v1.0, smcdeleg v1.0, ssccfg v1.0.
|
||||
sha v1.0, zce v1.0, smcdeleg v1.0, ssccfg v1.0, svvptc v1.0.
|
||||
|
||||
* Add support for RISC-V vendor extensions:
|
||||
T-Head: xtheadvdot v1.0.
|
||||
|
||||
@@ -145,6 +145,7 @@ All available -march extensions for RISC-V:
|
||||
svinval 1.0
|
||||
svnapot 1.0
|
||||
svpbmt 1.0
|
||||
svvptc 1.0
|
||||
ssqosid 1.0
|
||||
ssnpm 1.0
|
||||
smnpm 1.0
|
||||
|
||||
Reference in New Issue
Block a user