RISC-V: Print comma and tabs as the "text" style
authorTsukasa OI <research_trasio@irq.a4lg.com>
Tue, 2 Aug 2022 08:51:44 +0000 (17:51 +0900)
committerTsukasa OI <research_trasio@irq.a4lg.com>
Thu, 6 Oct 2022 02:23:31 +0000 (02:23 +0000)
commitf3a8023579897b27442654d7819bcc00726c352f
treec363757d5b79be574281fcf0ec0b812badd6987c
parente0b004c5d54dc609f6f4839a6d949775e5bafc71
RISC-V: Print comma and tabs as the "text" style

On the RISC-V disassembler, some separators have non-text style when
printed with another word with another style.

This commit splits those, making sure that those comma and tabs are printed
with the "text" style.

opcodes/ChangeLog:

* riscv-dis.c (print_insn_args): Split and print the comma as
text.  (riscv_disassemble_insn): Split and print tabs as text.
(riscv_disassemble_data): Likewise.
opcodes/riscv-dis.c