]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commit - opcodes/tic6x-dis.c
Fix disassembling of TIC6X parallel instructions where the previous fetch packet...
authorAlexis Deruell <alexis.deruelle@gmail.com>
Fri, 27 Jan 2017 12:00:55 +0000 (12:00 +0000)
committerNick Clifton <nickc@redhat.com>
Fri, 27 Jan 2017 12:00:55 +0000 (12:00 +0000)
commit8ec5cf65a8213988a9f861e6a94d12311e9b04c3
treee7916fdb1c23bb7e0e03f533812e0a7b41af99f2
parent0348d4be1676171b00c3609bea1e01c18af4ea98
Fix disassembling of TIC6X parallel instructions where the previous fetch packet ended with a 32-bit insn.

PR 21056
opcodes * tic6x-dis.c (print_insn_tic6x): Correct displaying of parallel
instructions when the previous fetch packet ends with a 32-bit
instruction.

gas * testsuite/gas/tic6x/insns16-parallel.s: New test case.
* testsuite/gas/tic6x/insns16-parallel.d: New test driver.
gas/ChangeLog
gas/testsuite/gas/tic6x/insns16-parallel.d [new file with mode: 0644]
gas/testsuite/gas/tic6x/insns16-parallel.s [new file with mode: 0644]
opcodes/ChangeLog
opcodes/tic6x-dis.c