commit | a0f3a4c646cce619b6c5392b4ec8dcceeb5729ba | [log] [tgz] |
---|---|---|
author | Marcus Nilsson <brainbomb@gmail.com> | Mon Jul 04 11:25:42 2022 +0100 |
committer | Nick Clifton <nickc@redhat.com> | Mon Jul 04 11:25:42 2022 +0100 |
tree | 54716a654d3dbfee43276ff1aaa730c4a281bc1a | |
parent | 2c474c46943e5242f356a0c0676e2f7bd223c8a9 [diff] |
opcodes/avr: Implement style support in the disassembler * disassemble.c: (disassemble_init_for_target): Set created_styled_output for AVR based targets. * avr-dis.c: (print_insn_avr): Use fprintf_styled_ftype instead of fprintf_ftype throughout. (avr_operand): Pass in and fill disassembler_style when parsing operands.