aboutsummaryrefslogtreecommitdiff
path: root/opcodes
diff options
context:
space:
mode:
authorIan Lance Taylor <ian@airs.com>1998-05-19 21:36:42 +0000
committerIan Lance Taylor <ian@airs.com>1998-05-19 21:36:42 +0000
commit7e9e8c361dfe40be99043358f33e026307da2618 (patch)
tree83794ad0e48454c140a2e7f6e59a99bb00a3c893 /opcodes
parent7ccd2d11c43d6058c40b49fee470c22644602474 (diff)
downloadgdb-7e9e8c361dfe40be99043358f33e026307da2618.zip
gdb-7e9e8c361dfe40be99043358f33e026307da2618.tar.gz
gdb-7e9e8c361dfe40be99043358f33e026307da2618.tar.bz2
* mips-dis.c (print_mips16_insn_arg): Handle type ']' correctly
with a shift count of 0.
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 99e2829..3fb8c10 100644
--- a/opcodes/ChangeLog
+++ b/opcodes/ChangeLog
@@ -1,3 +1,8 @@
+Tue May 19 17:36:08 1998 Ian Lance Taylor <ian@cygnus.com>
+
+ * mips-dis.c (print_mips16_insn_arg): Handle type ']' correctly
+ with a shift count of 0.
+
start-sanitize-r5900
Mon May 18 14:27:06 1998 Frank Ch. Eigler <fche@cygnus.com>