MIPS: Fix constraint issues with the R6 beqc and bnec instructions
authorAndrew Bennett <andrew.bennett@imgtec.com>
Fri, 13 Mar 2015 22:42:55 +0000 (22:42 +0000)
committerAndrew Bennett <andrew.bennett@imgtec.com>
Fri, 13 Mar 2015 23:01:34 +0000 (23:01 +0000)
commit6914869aa73d6cd12121ed6b3e58e1564ef5575d
treee7c200b1ef71953a4a344e88b8e37d421e21119d
parent21e20815a20606a858f626e09944f29ee5ebee82
MIPS: Fix constraint issues with the R6 beqc and bnec instructions

opcodes/
* mips-opc.c (decode_mips_operand): Fix constraint issues
with u and y operands.

gas/testsuite/
* gas/mips/mips.exp: Added branch constraints testcase.
* gas/mips/r6-branch-constraints.s: New test.
* gas/mips/r6-branch-constraints.l: New test.
gas/testsuite/ChangeLog
gas/testsuite/gas/mips/mips.exp
gas/testsuite/gas/mips/r6-branch-constraints.l [new file with mode: 0644]
gas/testsuite/gas/mips/r6-branch-constraints.s [new file with mode: 0644]
opcodes/ChangeLog
opcodes/mips-opc.c
This page took 0.027739 seconds and 4 git commands to generate.