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 | 794ac9d07479b2baec21699a1e44b302f7513426 (patch) | |
tree | 3c64fd40b693f7a714458733680ec7cdbfa32e93 /opcodes/ChangeLog | |
parent | b0ff34ea24a7ed191fdf6bb0a1ed8a3fee69801d (diff) | |
download | gdb-794ac9d07479b2baec21699a1e44b302f7513426.zip gdb-794ac9d07479b2baec21699a1e44b302f7513426.tar.gz gdb-794ac9d07479b2baec21699a1e44b302f7513426.tar.bz2 |
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 e4fe558..342eb91 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 |