aboutsummaryrefslogtreecommitdiff
path: root/opcodes
diff options
context:
space:
mode:
authorIan Lance Taylor <ian@airs.com>1996-10-29 21:31:22 +0000
committerIan Lance Taylor <ian@airs.com>1996-10-29 21:31:22 +0000
commitb56c3d6ceed6ef81d17f703a9d9fde692d0c1a5b (patch)
treebc95b8b83b09c2a22e91a08b03913bd2ad3eafce /opcodes
parentc500c07496c29071b32f68e015b12dd7c7c969fc (diff)
downloadgdb-b56c3d6ceed6ef81d17f703a9d9fde692d0c1a5b.zip
gdb-b56c3d6ceed6ef81d17f703a9d9fde692d0c1a5b.tar.gz
gdb-b56c3d6ceed6ef81d17f703a9d9fde692d0c1a5b.tar.bz2
* mips-dis.c (_print_insn_mips): Don't print a trailing tab if
there are no operand types.
Diffstat (limited to 'opcodes')
-rw-r--r--opcodes/ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/opcodes/ChangeLog b/opcodes/ChangeLog
index cb239a5..17a606a 100644
--- a/opcodes/ChangeLog
+++ b/opcodes/ChangeLog
@@ -1,3 +1,8 @@
+Tue Oct 29 16:30:28 1996 Ian Lance Taylor <ian@cygnus.com>
+
+ * mips-dis.c (_print_insn_mips): Don't print a trailing tab if
+ there are no operand types.
+
start-sanitize-v850
Tue Oct 29 12:22:21 1996 Jeffrey A Law (law@cygnus.com)