* config/tc-mips.c (append_insn): Correctly handle mips16 case
authorDavid Ung <davidu@mips.com>
Thu, 1 Sep 2005 16:35:41 +0000 (16:35 +0000)
committerDavid Ung <davidu@mips.com>
Thu, 1 Sep 2005 16:35:41 +0000 (16:35 +0000)
commite9df6573ba865dc6aa5328277ad81922a7ac3ee3
tree1657741f7f0d11fde3749e887e26b114bdb01ea0
parent84320456461de4db843a980c115aef27d107b126
* config/tc-mips.c (append_insn): Correctly handle mips16 case
when the frags are different for the 2 instructions we want to
swap.  If the lengths of the 2 instructions are not the same, we
won't do the swap but emit an nop.
gas/ChangeLog
gas/config/tc-mips.c