diff options
author | Gavin Romig-Koch <gavin@redhat.com> | 1998-05-13 18:14:09 +0000 |
---|---|---|
committer | Gavin Romig-Koch <gavin@redhat.com> | 1998-05-13 18:14:09 +0000 |
commit | afc5e7f23a8ad1ed058b2945028ac40d676eefee (patch) | |
tree | 05fe5e01263bd86fb0508ebd4c3df9159c1cc1a9 /sim/mips | |
parent | cb342983caa31e080177318395f36218497d4269 (diff) | |
download | gdb-afc5e7f23a8ad1ed058b2945028ac40d676eefee.zip gdb-afc5e7f23a8ad1ed058b2945028ac40d676eefee.tar.gz gdb-afc5e7f23a8ad1ed058b2945028ac40d676eefee.tar.bz2 |
* tx.igen (madd,maddu): Replace calls to check_op_hilo
with calls to check_div_hilo.
Diffstat (limited to 'sim/mips')
-rw-r--r-- | sim/mips/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/sim/mips/ChangeLog b/sim/mips/ChangeLog index 452c830..b41d9f8 100644 --- a/sim/mips/ChangeLog +++ b/sim/mips/ChangeLog @@ -1,3 +1,8 @@ +Wed May 13 14:11:46 1998 Gavin Koch <gavin@cygnus.com> + + * tx.igen (madd,maddu): Replace calls to check_op_hilo + with calls to check_div_hilo. + Wed May 13 09:59:27 1998 Gavin Koch <gavin@cygnus.com> * mips/mips.igen (check_op_hilo,check_mult_hilo,check_div_hilo): |