Display system registers by their names when disassembling RL78 instructions.
authorVinay Kumar <vinay.g@kpit.com>
Tue, 27 Oct 2015 14:49:02 +0000 (14:49 +0000)
committerNick Clifton <nickc@redhat.com>
Tue, 27 Oct 2015 14:49:02 +0000 (14:49 +0000)
commit4666280441d1a8d3479d45f1ec5b67cf83d58f35
tree89814638a8fa198feab7227b1a92167badab4db5
parent02f12cd4669463a1b2346145808213adeb303e2d
Display system registers by their names when disassembling RL78 instructions.

PR binutils/19158
opcodes * rl78-decode.opc: Add 's' print operator to instructions that
access system registers.
* rl78-decode.c: Regenerate.
* rl78-dis.c (print_insn_rl78_common): Decode all system
registers.

tests * gas/rl78/pr19158.s: New test source file.
* gas/rl78/pr19158.d: New test case.
* gas/rl78/rl78.exp: Run the new test.
gas/testsuite/ChangeLog
gas/testsuite/gas/rl78/pr19158.d [new file with mode: 0644]
gas/testsuite/gas/rl78/pr19158.s [new file with mode: 0644]
gas/testsuite/gas/rl78/rl78.exp
opcodes/ChangeLog
opcodes/rl78-decode.c
opcodes/rl78-decode.opc
opcodes/rl78-dis.c
This page took 0.035359 seconds and 4 git commands to generate.