MIPS16/opcodes: Reformat raw EXTEND and undecoded output
authorMaciej W. Rozycki <macro@imgtec.com>
Fri, 9 Dec 2016 22:27:00 +0000 (22:27 +0000)
committerMaciej W. Rozycki <macro@imgtec.com>
Fri, 9 Dec 2016 23:18:06 +0000 (23:18 +0000)
commit55af478400524cba7994e353fd9a98ef1543df2f
treeec2194cbeaf5733b21fc26a20d2d6d82b37d6339
parent1736a7bd96e8927c3f889a35f9153df4fd19d833
MIPS16/opcodes: Reformat raw EXTEND and undecoded output

Use a tab rather than a space to separate `extend' and its uninterpreted
argument output, like with regular instructions.  Separate hexadecimal
halves of undecoded extended instructions output with a space instead of
presenting them concatenated.

opcodes/
* mips-dis.c (print_insn_mips16): Use a tab rather than a space
to separate `extend' and its uninterpreted argument output.
Separate hexadecimal halves of undecoded extended instructions
output.

binutils/
* testsuite/binutils-all/mips/mips16-extend-noinsn.d: New test.
* testsuite/binutils-all/mips/mips16-extend-noinsn.s: New test
source.
* testsuite/binutils-all/mips/mips.exp: Run the new test.
binutils/ChangeLog
binutils/testsuite/binutils-all/mips/mips.exp
binutils/testsuite/binutils-all/mips/mips16-extend-noinsn.d [new file with mode: 0644]
binutils/testsuite/binutils-all/mips/mips16-extend-noinsn.s [new file with mode: 0644]
opcodes/ChangeLog
opcodes/mips-dis.c
This page took 0.024803 seconds and 4 git commands to generate.