RISC-V: Add support for numbered ISA mapping strings
authorJoseph Faulls <Joseph.Faulls@imgtec.com>
Wed, 27 Sep 2023 12:42:55 +0000 (12:42 +0000)
committerNelson Chu <nelson@rivosinc.com>
Fri, 13 Oct 2023 01:00:52 +0000 (09:00 +0800)
commit9326300e4d3dbe943380b30766ed474d98df07ba
treeab31d97e9728342e10eeec2d301564e9d1fee04f
parent5772d798236d493a0cdfd75b41520527e3129759
RISC-V: Add support for numbered ISA mapping strings

The elf psabi allows for mapping symbols to be of the form $x<ISA>.<any>

opcodes/
* riscv-dis.c (riscv_get_map_state): allow mapping symbol to
be suffixed by a unique identifier .<any>
opcodes/riscv-dis.c