aboutsummaryrefslogtreecommitdiff
path: root/opcodes/ChangeLog
diff options
context:
space:
mode:
authorMaciej W. Rozycki <macro@imgtec.com>2016-12-08 23:29:37 +0000
committerMaciej W. Rozycki <macro@imgtec.com>2016-12-08 23:32:29 +0000
commit39f66f3ae25ebd3a065218ce880280fd5b4b861c (patch)
tree40efe9a6962dc3adf5426959e573f27487b9d801 /opcodes/ChangeLog
parent860b03a8f357d1565bd9d79ae25121059b2d28ae (diff)
downloadgdb-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/ChangeLog5
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.