diff options
author | Chris Demetriou <cgd@google.com> | 2003-01-02 22:04:55 +0000 |
---|---|---|
committer | Chris Demetriou <cgd@google.com> | 2003-01-02 22:04:55 +0000 |
commit | 440cc0bc1a3338bfbd5e098cb65483bc50c0bd57 (patch) | |
tree | 036fbd322e7fbff42fcd7aaab95f675e73186f42 /opcodes/ChangeLog | |
parent | 64543e1acf3388a4318688720d3e242e93fcb00b (diff) | |
download | gdb-440cc0bc1a3338bfbd5e098cb65483bc50c0bd57.zip gdb-440cc0bc1a3338bfbd5e098cb65483bc50c0bd57.tar.gz gdb-440cc0bc1a3338bfbd5e098cb65483bc50c0bd57.tar.bz2 |
2003-01-02 Chris Demetriou <cgd@broadcom.com>
* mips-dis.c (print_insn_args): Use position extracted by "+A"
to calculate size for "+B". Redo code for "+C" so it shares
the same style as "+A" and "+B" now do.
Diffstat (limited to 'opcodes/ChangeLog')
-rw-r--r-- | opcodes/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/opcodes/ChangeLog b/opcodes/ChangeLog index 342eb91..18a16d3 100644 --- a/opcodes/ChangeLog +++ b/opcodes/ChangeLog @@ -1,5 +1,11 @@ 2003-01-02 Chris Demetriou <cgd@broadcom.com> + * mips-dis.c (print_insn_args): Use position extracted by "+A" + to calculate size for "+B". Redo code for "+C" so it shares + the same style as "+A" and "+B" now do. + +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 |