summaryrefslogtreecommitdiff
path: root/opcodes/ChangeLog
diff options
context:
space:
mode:
authorMarcus Nilsson <brainbomb@gmail.com>2021-12-02 13:57:11 +0000
committerNick Clifton <nickc@redhat.com>2021-12-02 13:57:11 +0000
commit96c7115a9a1669c70331f594eca40eebeb5f2d2c (patch)
tree44aa41ae02082ce5fda844d0693f1477468c14ae /opcodes/ChangeLog
parent6cade9185cc55478830559d91593ba510bef1b17 (diff)
downloadbinutils-gdb-96c7115a9a1669c70331f594eca40eebeb5f2d2c.tar.gz
Allow the --visualize-jumps feature to work with the AVR disassembler.
* avr-dis.c (avr_operand); Pass in disassemble_info and fill in insn_type on branching instructions.
Diffstat (limited to 'opcodes/ChangeLog')
-rw-r--r--opcodes/ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/opcodes/ChangeLog b/opcodes/ChangeLog
index 7bf0094cf0d..7eba5165637 100644
--- a/opcodes/ChangeLog
+++ b/opcodes/ChangeLog
@@ -1,3 +1,8 @@
+2021-12-02 Marcus Nilsson <brainbomb@gmail.com>
+
+ * avr-dis.c (avr_operand); Pass in disassemble_info and fill
+ in insn_type on branching instructions.
+
2021-11-25 Andrew Burgess <aburgess@redhat.com>
Simon Cook <simon.cook@embecosm.com>