diff options
author | Chris Demetriou <cgd@google.com> | 2002-03-01 07:34:57 +0000 |
---|---|---|
committer | Chris Demetriou <cgd@google.com> | 2002-03-01 07:34:57 +0000 |
commit | bb22bd7d9ec6a874d1b8797ed81a4763dee3b917 (patch) | |
tree | aa1a618e1294e816ac9f04b1a77124ce0c6dc798 /sim/mips/ChangeLog | |
parent | 91a177cf814ef4cdaad1d1114491be360c2d0f88 (diff) | |
download | gdb-bb22bd7d9ec6a874d1b8797ed81a4763dee3b917.zip gdb-bb22bd7d9ec6a874d1b8797ed81a4763dee3b917.tar.gz gdb-bb22bd7d9ec6a874d1b8797ed81a4763dee3b917.tar.bz2 |
2002-02-28 Chris Demetriou <cgd@broadcom.com>
* mips.igen (DSRA32, DSRAV): Fix order of arguments in
instruction-printing string.
(LWU): Use '64' as the filter flag.
Diffstat (limited to 'sim/mips/ChangeLog')
-rw-r--r-- | sim/mips/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/sim/mips/ChangeLog b/sim/mips/ChangeLog index e3ca0ec..cb69ddb 100644 --- a/sim/mips/ChangeLog +++ b/sim/mips/ChangeLog @@ -1,5 +1,11 @@ 2002-02-28 Chris Demetriou <cgd@broadcom.com> + * mips.igen (DSRA32, DSRAV): Fix order of arguments in + instruction-printing string. + (LWU): Use '64' as the filter flag. + +2002-02-28 Chris Demetriou <cgd@broadcom.com> + * mips.igen (SDXC1): Fix instruction-printing string. 2002-02-28 Chris Demetriou <cgd@broadcom.com> |