]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commit - gas/testsuite/gas/rl78/rl78.exp
Fix RL78 disassembly of DE+offset addressing to always show the offset, even when...
authorVinay Kumar <vinay.g@kpit.com>
Tue, 27 Oct 2015 15:24:40 +0000 (15:24 +0000)
committerNick Clifton <nickc@redhat.com>
Tue, 27 Oct 2015 15:24:40 +0000 (15:24 +0000)
commitc2f2875869a3e427435ea04bcd416ee2f99e7ee9
treeaa46e5203bb211b028f561355b2ec855628b157f
parent709b551853919f47b58aafbb95fd00a98bcaf76c
Fix RL78 disassembly of DE+offset addressing to always show the offset, even when zero.

PR binutils/19159
opcodes * rl78-decode.opc (MOV): Added offset to DE register in index
addressing mode.
* rl78-decode.c: Regenerate.

test * gas/rl78/pr19159.s: New test source file.
* gas/rl78/pr19159.d: New test case.
* gas/rl78/rl78.exp: Run the new test.
gas/testsuite/ChangeLog
gas/testsuite/gas/rl78/pr19157.d
gas/testsuite/gas/rl78/pr19159.d [new file with mode: 0644]
gas/testsuite/gas/rl78/pr19159.s [new file with mode: 0644]
gas/testsuite/gas/rl78/rl78.exp
opcodes/ChangeLog
opcodes/rl78-decode.c
opcodes/rl78-decode.opc