For INST_TYPE_RFSL insns there is no register in syntax, dont need special
register condition check (eg tnput)
Added gas/testsuite/gas/microblaze/special_reg to test for the fatal error
this resolves;
Fatal error: Cannot use special register with this instruction
Signed-off-by: David Holsgrove <david.holsgrove@xilinx.com>
Signed-off-by: Edgar E. Iglesias <edgar.iglesias@gmail.com>
binutils/gas/Changelog
2012-10-24 David Holsgrove <david.holsgrove@xilinx.com>
* config/tc-microblaze.c: Remove special register condition check
for INST_TYPE_RFSL related instructions.
binutils/gas/testsuite/Changelog
2012-10-24 David Holsgrove <david.holsgrove@xilinx.com>
* testsuite/gas/microblaze/special_reg.exp: Add test case.
* testsuite/gas/microblaze/special_reg.s: Likewise.
* testsuite/gas/microblaze/special_reg.d: Likewise.