diff options
author | Marcus Nilsson <brainbomb@gmail.com> | 2022-07-04 11:25:42 +0100 |
---|---|---|
committer | Nick Clifton <nickc@redhat.com> | 2022-07-04 11:25:42 +0100 |
commit | a0f3a4c646cce619b6c5392b4ec8dcceeb5729ba (patch) | |
tree | 54716a654d3dbfee43276ff1aaa730c4a281bc1a /opcodes/ChangeLog | |
parent | 2c474c46943e5242f356a0c0676e2f7bd223c8a9 (diff) | |
download | gdb-a0f3a4c646cce619b6c5392b4ec8dcceeb5729ba.zip gdb-a0f3a4c646cce619b6c5392b4ec8dcceeb5729ba.tar.gz gdb-a0f3a4c646cce619b6c5392b4ec8dcceeb5729ba.tar.bz2 |
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.
Diffstat (limited to 'opcodes/ChangeLog')
-rw-r--r-- | opcodes/ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/opcodes/ChangeLog b/opcodes/ChangeLog index 3d9f4a1..c51b173 100644 --- a/opcodes/ChangeLog +++ b/opcodes/ChangeLog @@ -1,3 +1,12 @@ +2022-07-04 Marcus Nilsson <brainbomb@gmail.com> + + * 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. + 2022-04-07 Andreas Krebbel <krebbel@linux.ibm.com> * s390-mkopc.c (main): Enable z16 as CPU string in the opcode |