aboutsummaryrefslogtreecommitdiff
path: root/binutils/testsuite/binutils-all/mips/mips.exp
diff options
context:
space:
mode:
authorMaciej W. Rozycki <macro@imgtec.com>2016-12-09 22:27:00 +0000
committerMaciej W. Rozycki <macro@imgtec.com>2016-12-09 23:18:06 +0000
commit55af478400524cba7994e353fd9a98ef1543df2f (patch)
treeec2194cbeaf5733b21fc26a20d2d6d82b37d6339 /binutils/testsuite/binutils-all/mips/mips.exp
parent1736a7bd96e8927c3f889a35f9153df4fd19d833 (diff)
downloadfsf-binutils-gdb-55af478400524cba7994e353fd9a98ef1543df2f.zip
fsf-binutils-gdb-55af478400524cba7994e353fd9a98ef1543df2f.tar.gz
fsf-binutils-gdb-55af478400524cba7994e353fd9a98ef1543df2f.tar.bz2
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.
Diffstat (limited to 'binutils/testsuite/binutils-all/mips/mips.exp')
-rw-r--r--binutils/testsuite/binutils-all/mips/mips.exp1
1 files changed, 1 insertions, 0 deletions
diff --git a/binutils/testsuite/binutils-all/mips/mips.exp b/binutils/testsuite/binutils-all/mips/mips.exp
index 5dc872d..f3d956f 100644
--- a/binutils/testsuite/binutils-all/mips/mips.exp
+++ b/binutils/testsuite/binutils-all/mips/mips.exp
@@ -25,4 +25,5 @@ if [is_elf_format] {
run_dump_test "mixed-mips16-micromips"
run_dump_test "mips16-undecoded"
run_dump_test "mips16-pcrel"
+ run_dump_test "mips16-extend-noinsn"
}