From 55af478400524cba7994e353fd9a98ef1543df2f Mon Sep 17 00:00:00 2001 From: "Maciej W. Rozycki" Date: Fri, 9 Dec 2016 22:27:00 +0000 Subject: 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/testsuite/binutils-all/mips/mips.exp | 1 + 1 file changed, 1 insertion(+) (limited to 'binutils/testsuite/binutils-all/mips/mips.exp') 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" } -- cgit v1.1