OSDN Git Service

Changes to add dollar prefix to registers for files where user symbols
authorhp <hp>
Fri, 29 Sep 2000 18:17:25 +0000 (18:17 +0000)
committerhp <hp>
Fri, 29 Sep 2000 18:17:25 +0000 (18:17 +0000)
commite683e266595e69ea37c577ace524c31fae6707df
treee267e14dccc8b130cb9273c2e9c27d7b65397ba3
parent7114c7b098ce93200d5ea050f6c783364b165ec1
Changes to add dollar prefix to registers for files where user symbols
don't have a leading underscore.  Fix formatting.
* cris-dis.c (REGISTER_PREFIX_CHAR): New.
(format_reg): Add parameter with_reg_prefix.  All callers changed.
(print_with_operands): Ditto.
(print_insn_cris_generic): Renamed from print_insn_cris, add
parameter with_reg_prefix.
(print_insn_cris_with_register_prefix,
print_insn_cris_without_register_prefix, cris_get_disassembler):
New.
* disassemble.c (disassembler) [ARCH_cris]: Call cris_get_disassembler.
opcodes/ChangeLog
opcodes/cris-dis.c
opcodes/disassemble.c