diff options
author | Chris Demetriou <cgd@google.com> | 2003-01-01 01:06:13 +0000 |
---|---|---|
committer | Chris Demetriou <cgd@google.com> | 2003-01-01 01:06:13 +0000 |
commit | 3cf6d008cdebe9ffdb9bee9bd3e95b7a61bab13f (patch) | |
tree | bb507eaacf959ab375ccdf615fb004bc4d13c9dd /opcodes/ChangeLog | |
parent | e7b65dd70550f568dbf96ddefc9c4be5c3ca61f1 (diff) | |
download | gdb-3cf6d008cdebe9ffdb9bee9bd3e95b7a61bab13f.zip gdb-3cf6d008cdebe9ffdb9bee9bd3e95b7a61bab13f.tar.gz gdb-3cf6d008cdebe9ffdb9bee9bd3e95b7a61bab13f.tar.bz2 |
2002-12-31 Chris Demetriou <cgd@broadcom.com>
* mips-opc.c (mips_builtin_opcodes): Move "di" into the
right order alphabetically, and make all hex constants use
lower-case letters.
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 f33f75d..e4fe558 100644 --- a/opcodes/ChangeLog +++ b/opcodes/ChangeLog @@ -1,5 +1,11 @@ 2002-12-31 Chris Demetriou <cgd@broadcom.com> + * mips-opc.c (mips_builtin_opcodes): Move "di" into the + right order alphabetically, and make all hex constants use + lower-case letters. + +2002-12-31 Chris Demetriou <cgd@broadcom.com> + * mips-dis.c (mips_cp0sel_name): New structure. (mips_cp0sel_names_mips3264, mips_cp0sel_names_mips3264r2) (mips_cp0sel_names_sb1): New arrays. |