diff options
author | Andrew Cagney <cagney@redhat.com> | 1998-06-04 08:46:56 +0000 |
---|---|---|
committer | Andrew Cagney <cagney@redhat.com> | 1998-06-04 08:46:56 +0000 |
commit | 0e797366efd0c7aad9acddcaeac4a55a0fd8bfb7 (patch) | |
tree | 8945a1273971d382d39bf28c5ae23beeeb13dad9 /sim/mips/ChangeLog | |
parent | 05f6bf9cea4c1f294a40af5ad55abe2970cf6640 (diff) | |
download | gdb-0e797366efd0c7aad9acddcaeac4a55a0fd8bfb7.zip gdb-0e797366efd0c7aad9acddcaeac4a55a0fd8bfb7.tar.gz gdb-0e797366efd0c7aad9acddcaeac4a55a0fd8bfb7.tar.bz2 |
The r5900 doesn't have HI/LO DIV/MUL register problems. Hobble
checks on hi/lo usage but retain functions so that they can be used
for HI/LO stall counting code.
Diffstat (limited to 'sim/mips/ChangeLog')
-rw-r--r-- | sim/mips/ChangeLog | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/sim/mips/ChangeLog b/sim/mips/ChangeLog index c90e1c0..9a16c1d 100644 --- a/sim/mips/ChangeLog +++ b/sim/mips/ChangeLog @@ -1,3 +1,15 @@ +start-sanitize-r5900 +Thu Jun 4 16:47:27 1998 Andrew Cagney <cagney@b1.cygnus.com> + + * mips.igen (check_mt_hilo): 2.1 of r5900 spec stalls for HILO. + Select corresponding check_mt_hilo function. + (check_mult_hilo, check_div_hilo, check_mf_hilo, check_mt_hilo): + Ditto. + + * r5900.igen (check_mult_hilo_hi1lo1, check_div_hilo_hi1lo1): Mark + as r5900 specific. + +end-sanitize-r5900 Tue Jun 2 15:48:02 1998 Ian Carmichael <iancarm@cygnus.com> * interp.c (signal_exception): SystemCall exception now uses |