diff options
author | Chris Demetriou <cgd@google.com> | 2004-01-20 07:06:14 +0000 |
---|---|---|
committer | Chris Demetriou <cgd@google.com> | 2004-01-20 07:06:14 +0000 |
commit | b3208fb8f774204d28a0a6830b398c61ffb805a7 (patch) | |
tree | 13acd1af307b86d15242118bbd42778d1865bdf1 /sim/mips/ChangeLog | |
parent | 4fcef00ad0f7de5a38ce1431e9db564aa3508871 (diff) | |
download | gdb-b3208fb8f774204d28a0a6830b398c61ffb805a7.zip gdb-b3208fb8f774204d28a0a6830b398c61ffb805a7.tar.gz gdb-b3208fb8f774204d28a0a6830b398c61ffb805a7.tar.bz2 |
2004-01-19 Chris Demetriou <cgd@broadcom.com>
* mips.igen (check_mf_cycles, check_mt_hilo, check_mf_hilo)
(check_mult_hilo): Improve comments.
(check_div_hilo): Likewise. Also, fork off a new version
to handle mips32/mips64 (since there are no hazards to check
in MIPS32/MIPS64).
Diffstat (limited to 'sim/mips/ChangeLog')
-rw-r--r-- | sim/mips/ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/sim/mips/ChangeLog b/sim/mips/ChangeLog index e5b5216..fab4c6e 100644 --- a/sim/mips/ChangeLog +++ b/sim/mips/ChangeLog @@ -1,3 +1,11 @@ +2004-01-19 Chris Demetriou <cgd@broadcom.com> + + * mips.igen (check_mf_cycles, check_mt_hilo, check_mf_hilo) + (check_mult_hilo): Improve comments. + (check_div_hilo): Likewise. Also, fork off a new version + to handle mips32/mips64 (since there are no hazards to check + in MIPS32/MIPS64). + 2003-06-17 Richard Sandiford <rsandifo@redhat.com> * mips.igen (do_dmultx): Fix check for negative operands. |