diff options
author | Chris Demetriou <cgd@google.com> | 2003-01-02 20:03:09 +0000 |
---|---|---|
committer | Chris Demetriou <cgd@google.com> | 2003-01-02 20:03:09 +0000 |
commit | 071742cf9703a573f453fc827bb93a7acda856ac (patch) | |
tree | 39861f51e1781fbe971fc9bef4561e2fafa1ef50 /include/opcode/ChangeLog | |
parent | 06825bd145fd60c4a792d249af1231bdd360579c (diff) | |
download | gdb-071742cf9703a573f453fc827bb93a7acda856ac.zip gdb-071742cf9703a573f453fc827bb93a7acda856ac.tar.gz gdb-071742cf9703a573f453fc827bb93a7acda856ac.tar.bz2 |
[ gas/ChangeLog ]
2003-01-02 Chris Demetriou <cgd@broadcom.com>
* config/tc-mips.c: Update copyright years to include 2003.
(mips_ip): Fix indentation of "+A", "+B", and "+C" handling.
Additionally, clean up their code slightly and clean up their
comments some more.
* doc/c-mips.texi: Add MIPS32r2 to ".set mipsN" documentation.
[ gas/testsuite/ChangeLog ]
2003-01-02 Chris Demetriou <cgd@broadcom.com>
* gas/mips/elf_arch_mips32r2.d: Fix file description comment.
[ include/opcode/ChangeLog ]
2003-01-02 Chris Demetriou <cgd@broadcom.com>
* mips.h: Update copyright years to include 2002 (which had
been missed previously) and 2003. Make comments about "+A",
"+B", and "+C" operand types more descriptive.
Diffstat (limited to 'include/opcode/ChangeLog')
-rw-r--r-- | include/opcode/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/include/opcode/ChangeLog b/include/opcode/ChangeLog index 89a231b..7386c5e 100644 --- a/include/opcode/ChangeLog +++ b/include/opcode/ChangeLog @@ -1,3 +1,9 @@ +2003-01-02 Chris Demetriou <cgd@broadcom.com> + + * mips.h: Update copyright years to include 2002 (which had + been missed previously) and 2003. Make comments about "+A", + "+B", and "+C" operand types more descriptive. + 2002-12-31 Chris Demetriou <cgd@broadcom.com> * mips.h: Note that the "+D" operand type name is now used. |