Add in a JALRC alias and fix the NAL instruction.
authorMatthew Fortune <matthew.fortune@imgtec.com>
Tue, 16 Dec 2014 13:33:56 +0000 (13:33 +0000)
committerMatthew Fortune <matthew.fortune@imgtec.com>
Tue, 16 Dec 2014 22:33:12 +0000 (22:33 +0000)
commitb9121b573e2e2a9cc5a96bf84727c882cd21f2f9
treedfb94b1780892cb06c2c7f0e1fa2200288fc42b8
parent25dda427ec9e074e0a258eb93c7cc811f0a85a9c
Add in a JALRC alias and fix the NAL instruction.

opcodes/

* mips-opc.c (mips_builtin_opcodes): Add JALRC alias for JIALC.
Remove the operand from NAL.

gas/testsuite/

* gas/mips/r6.s: Test JALRC and NAL
* gas/mips/r6-n32.d: Add expected output for JALRC and NAL.
* gas/mips/r6-n64.d: Likewise.
* gas/mips/r6.d: Likewise.
gas/testsuite/ChangeLog
gas/testsuite/gas/mips/r6-n32.d
gas/testsuite/gas/mips/r6-n64.d
gas/testsuite/gas/mips/r6.d
gas/testsuite/gas/mips/r6.s
opcodes/ChangeLog
opcodes/mips-opc.c