You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There were two places where the mapping symbols are checked but had
different conditions.
- riscv_get_map_state: "$d" or starts with "$x"
- riscv_elf_is_mapping_symbols: Starts with either "$x" or "$d"
Considering recent mapping symbol proposal, it's better to make symbol
checking consistent (whether the symbol _starts_ with "$[xd]").
It only checks prefix "$xrv" (mapping symbol with ISA string) only when the
prefix "$x" is matched.
opcodes/ChangeLog:
* riscv-dis.c (riscv_get_map_state): Change the condition for
consistency.
0 commit comments