diff options
author | Maciej W. Rozycki <macro@imgtec.com> | 2016-12-08 23:29:37 +0000 |
---|---|---|
committer | Maciej W. Rozycki <macro@imgtec.com> | 2016-12-08 23:32:29 +0000 |
commit | 39f66f3ae25ebd3a065218ce880280fd5b4b861c (patch) | |
tree | 40efe9a6962dc3adf5426959e573f27487b9d801 /opcodes/ChangeLog | |
parent | 860b03a8f357d1565bd9d79ae25121059b2d28ae (diff) | |
download | gdb-39f66f3ae25ebd3a065218ce880280fd5b4b861c.zip gdb-39f66f3ae25ebd3a065218ce880280fd5b4b861c.tar.gz gdb-39f66f3ae25ebd3a065218ce880280fd5b4b861c.tar.bz2 |
MIPS16/opcodes: Fix off-by-one indentation in `print_mips16_insn_arg'
opcodes/
* mips-dis.c (print_mips16_insn_arg): Remove extraneous
indentation space across.
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 70f9150..1e5ca72 100644 --- a/opcodes/ChangeLog +++ b/opcodes/ChangeLog @@ -1,5 +1,10 @@ 2016-12-08 Maciej W. Rozycki <macro@imgtec.com> + * mips-dis.c (print_mips16_insn_arg): Remove extraneous + indentation space across. + +2016-12-08 Maciej W. Rozycki <macro@imgtec.com> + * mips-dis.c (print_mips16_insn_arg): Avoid delay-slot adjustment for PC-relative operations following MIPS16e compact jumps or undefined RR/J(AL)R(C) encodings. |