diff options
author | Matthew Fortune <matthew.fortune@imgtec.com> | 2014-12-16 13:33:56 +0000 |
---|---|---|
committer | Matthew Fortune <matthew.fortune@imgtec.com> | 2014-12-16 22:33:12 +0000 |
commit | b9121b573e2e2a9cc5a96bf84727c882cd21f2f9 (patch) | |
tree | dfb94b1780892cb06c2c7f0e1fa2200288fc42b8 /opcodes/ChangeLog | |
parent | 25dda427ec9e074e0a258eb93c7cc811f0a85a9c (diff) | |
download | gdb-b9121b573e2e2a9cc5a96bf84727c882cd21f2f9.zip gdb-b9121b573e2e2a9cc5a96bf84727c882cd21f2f9.tar.gz gdb-b9121b573e2e2a9cc5a96bf84727c882cd21f2f9.tar.bz2 |
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.
Diffstat (limited to 'opcodes/ChangeLog')
-rw-r--r-- | opcodes/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/opcodes/ChangeLog b/opcodes/ChangeLog index 76fdf19..9fc98c6 100644 --- a/opcodes/ChangeLog +++ b/opcodes/ChangeLog @@ -1,3 +1,8 @@ +2014-12-16 Matthew Fortune <matthew.fortune@imgtec.com> + + * mips-opc.c (mips_builtin_opcodes): Add JALRC alias for + JIALC. Remove the operand from NAL. + 2014-12-12 Anthony Green <green@moxielogic.com> * moxie-opc.c: Define zex instructions. |