diff options
author | Ian Lance Taylor <ian@airs.com> | 1993-07-13 17:06:07 +0000 |
---|---|---|
committer | Ian Lance Taylor <ian@airs.com> | 1993-07-13 17:06:07 +0000 |
commit | 37609724c618735ef961e7fcc3a0a7425a5ec93b (patch) | |
tree | 13a1602369f07c14d4e79b5e2326471c062b4f05 /opcodes | |
parent | e7569ec89f7bf2307659e6392aedb0b2a5a31ead (diff) | |
download | gdb-37609724c618735ef961e7fcc3a0a7425a5ec93b.zip gdb-37609724c618735ef961e7fcc3a0a7425a5ec93b.tar.gz gdb-37609724c618735ef961e7fcc3a0a7425a5ec93b.tar.bz2 |
* mips-dis.c (print_insn_arg, _print_insn_mips): Made pointer to
argument string const char * to correspond to opcode/mips.h.
Diffstat (limited to 'opcodes')
-rw-r--r-- | opcodes/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/opcodes/ChangeLog b/opcodes/ChangeLog index cfe72b2..9f7deaa 100644 --- a/opcodes/ChangeLog +++ b/opcodes/ChangeLog @@ -1,3 +1,8 @@ +Tue Jul 13 10:04:16 1993 Ian Lance Taylor (ian@cygnus.com) + + * mips-dis.c (print_insn_arg, _print_insn_mips): Made pointer to + argument string const char * to correspond to opcode/mips.h. + Tue Jul 6 15:18:37 1993 Ian Lance Taylor (ian@cygnus.com) * mips-dis.c: Updated to account for name changes in new version |