diff options
author | Maciej W. Rozycki <macro@imgtec.com> | 2016-12-14 21:14:33 +0000 |
---|---|---|
committer | Maciej W. Rozycki <macro@imgtec.com> | 2016-12-14 22:02:24 +0000 |
commit | 63e014fccdd91a89873554f6b33d7128d7112813 (patch) | |
tree | 1d1662c2557727352e5dfb220d23a58c96cc41c0 /opcodes/ChangeLog | |
parent | c1fc2d7ee590f3bc87ee79c36e7216b0b6bb054b (diff) | |
download | gdb-63e014fccdd91a89873554f6b33d7128d7112813.zip gdb-63e014fccdd91a89873554f6b33d7128d7112813.tar.gz gdb-63e014fccdd91a89873554f6b33d7128d7112813.tar.bz2 |
MIPS16/opcodes: Fix and clarify MIPS16e commentary
Correct the note about JALRC/JRC being compact jumps rather than
branches, and add a reference from where the remaining MIPS16e additions
live and the jumps used to be too, complementing commit ceb94aa50d68
("Update insn_mo when converting to a MIPS16e compact jump"),
<https://sourceware.org/ml/binutils/2011-06/msg00369.html>.
opcodes/
* mips16-opc.c (mips16_opcodes): Update comments on MIPS16e
compact jumps.
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 34eb768..ed5764b 100644 --- a/opcodes/ChangeLog +++ b/opcodes/ChangeLog @@ -1,3 +1,8 @@ +2016-12-14 Maciej W. Rozycki <macro@imgtec.com> + + * mips16-opc.c (mips16_opcodes): Update comments on MIPS16e + compact jumps. + 2016-12-13 Renlin Li <renlin.li@arm.com> * aarch64-opc.c (aarch64_opnd_qualifiers): New CR value range |