aboutsummaryrefslogtreecommitdiff
path: root/opcodes
diff options
context:
space:
mode:
Diffstat (limited to 'opcodes')
-rw-r--r--opcodes/riscv-dis.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/opcodes/riscv-dis.c b/opcodes/riscv-dis.c
index cb521dc..6867438 100644
--- a/opcodes/riscv-dis.c
+++ b/opcodes/riscv-dis.c
@@ -957,9 +957,7 @@ riscv_is_valid_mapping_symbol (int n,
return false;
name = bfd_asymbol_name(info->symtab[n]);
- return (strcmp (name, "$x") == 0
- || strcmp (name, "$d") == 0
- || strncmp (name, "$xrv", 4) == 0);
+ return riscv_elf_is_mapping_symbols (name);
}
/* Check the sorted symbol table (sorted by the symbol value), find the