Fix the disassembly of the LDS and STS instructions of the AVR architecture.
authorNick Clifton <nickc@redhat.com>
Wed, 9 Oct 2019 12:48:06 +0000 (13:48 +0100)
committerNick Clifton <nickc@redhat.com>
Wed, 9 Oct 2019 12:48:06 +0000 (13:48 +0100)
commit1d3787499d6edd07b30f3fc7b26962a1c695b8a4
tree1d09c665560e756e49860f513820650db3095226
parent8610e0fd93ea253f9beb9ebb6e50e8807ed83327
Fix the disassembly of the LDS and STS instructions of the AVR architecture.

PR 25041
opcodes * avr-dis.c (avr_operand): Fix construction of address for lds/sts
instructions.

gas * testsuite/gas/avr/pr25041.s: New test.
* testsuite/gas/avr/pr25041.d: New test driver.
gas/ChangeLog
gas/testsuite/gas/avr/pr25041.d [new file with mode: 0644]
gas/testsuite/gas/avr/pr25041.s [new file with mode: 0644]
opcodes/ChangeLog
opcodes/avr-dis.c
This page took 0.024377 seconds and 4 git commands to generate.