diff options
author | Richard Sandiford <rdsandiford@googlemail.com> | 2004-03-29 21:56:02 +0000 |
---|---|---|
committer | Richard Sandiford <rdsandiford@googlemail.com> | 2004-03-29 21:56:02 +0000 |
commit | 0e1b7197a41626c931f433e9d09333426d984676 (patch) | |
tree | e0555984f9b9ac74b3d16c5ece6e91b87d69909b /sim/mips/ChangeLog | |
parent | 9b0de91afe415d014e858bf39900420d91328721 (diff) | |
download | gdb-0e1b7197a41626c931f433e9d09333426d984676.zip gdb-0e1b7197a41626c931f433e9d09333426d984676.tar.gz gdb-0e1b7197a41626c931f433e9d09333426d984676.tar.bz2 |
* sim-main.h (MIPS_MACH_HAS_MT_HILO_HAZARD)
(MIPS_MACH_HAS_MULT_HILO_HAZARD, MIPS_MACH_HAS_DIV_HILO_HAZARD): New.
* mips.igen (check_mt_hilo, check_mult_hilo, check_div_hilo): Provide
separate implementations for mipsIV and mipsV. Use new macros to
determine whether the restrictions apply.
Diffstat (limited to 'sim/mips/ChangeLog')
-rw-r--r-- | sim/mips/ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/sim/mips/ChangeLog b/sim/mips/ChangeLog index fab4c6e..77d658e 100644 --- a/sim/mips/ChangeLog +++ b/sim/mips/ChangeLog @@ -1,3 +1,12 @@ +2004-04-29 Chris Demetriou <cgd@broadcom.com> + Richard Sandiford <rsandifo@redhat.com> + + * sim-main.h (MIPS_MACH_HAS_MT_HILO_HAZARD) + (MIPS_MACH_HAS_MULT_HILO_HAZARD, MIPS_MACH_HAS_DIV_HILO_HAZARD): New. + * mips.igen (check_mt_hilo, check_mult_hilo, check_div_hilo): Provide + separate implementations for mipsIV and mipsV. Use new macros to + determine whether the restrictions apply. + 2004-01-19 Chris Demetriou <cgd@broadcom.com> * mips.igen (check_mf_cycles, check_mt_hilo, check_mf_hilo) |