diff options
author | Mark Alexander <marka@cygnus> | 1998-04-09 01:42:44 +0000 |
---|---|---|
committer | Mark Alexander <marka@cygnus> | 1998-04-09 01:42:44 +0000 |
commit | e2324e29444feffa7d99202be90ee6d1442a6939 (patch) | |
tree | 1bf109cb5ded577a3c50c98cd7c80f3fdf948de1 /sim/erc32 | |
parent | f1b8b0f4f15a5ea3106dc0d64ff3bf65886a83cc (diff) | |
download | gdb-e2324e29444feffa7d99202be90ee6d1442a6939.zip gdb-e2324e29444feffa7d99202be90ee6d1442a6939.tar.gz gdb-e2324e29444feffa7d99202be90ee6d1442a6939.tar.bz2 |
* exec.c (dispatch_instruction): Change how carry out is calculated
in DIVSCC. Add emulation of SMULCC, UMUL, and UMULCC.
Diffstat (limited to 'sim/erc32')
-rw-r--r-- | sim/erc32/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/sim/erc32/ChangeLog b/sim/erc32/ChangeLog index 4e5e375..8a49ce2 100644 --- a/sim/erc32/ChangeLog +++ b/sim/erc32/ChangeLog @@ -1,3 +1,8 @@ +Wed Apr 8 18:29:40 1998 Mark Alexander <marka@cygnus.com> + + * exec.c (dispatch_instruction): Change how carry out is calculated + in DIVSCC. Add emulation of SMULCC, UMUL, and UMULCC. + Sat Apr 4 20:36:25 1998 Andrew Cagney <cagney@b1.cygnus.com> * configure: Regenerated to track ../common/aclocal.m4 changes. |