diff options
author | Chris Demetriou <cgd@google.com> | 2003-01-02 21:07:00 +0000 |
---|---|---|
committer | Chris Demetriou <cgd@google.com> | 2003-01-02 21:07:00 +0000 |
commit | d7da5e66980240ffb4a66c6ded88f3e31edd191d (patch) | |
tree | 187e050151fba0dde0e6b5fe03532cb1295379c8 /opcodes/ChangeLog | |
parent | 9adf3995a540598938092e09f51ff3ace7e09d83 (diff) | |
download | gdb-d7da5e66980240ffb4a66c6ded88f3e31edd191d.tar.gz |
2003-01-02 Chris Demetriou <cgd@broadcom.com>
* mips-dis.c: Update copyright years.
(print_insn_arg): Rename to...
(print_insn_args): This, returning void. Process the whole
string of args rather than a single one. Reindent.
(print_insn_mips): Update to match the above.
Diffstat (limited to 'opcodes/ChangeLog')
-rw-r--r-- | opcodes/ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/opcodes/ChangeLog b/opcodes/ChangeLog index e4fe558678a..342eb91e43b 100644 --- a/opcodes/ChangeLog +++ b/opcodes/ChangeLog @@ -1,3 +1,11 @@ +2003-01-02 Chris Demetriou <cgd@broadcom.com> + + * mips-dis.c: Update copyright years. + (print_insn_arg): Rename to... + (print_insn_args): This, returning void. Process the whole + string of args rather than a single one. Reindent. + (print_insn_mips): Update to match the above. + 2002-12-31 Chris Demetriou <cgd@broadcom.com> * mips-opc.c (mips_builtin_opcodes): Move "di" into the |