diff options
author | Mark Alexander <marka@cygnus> | 1998-05-15 06:23:04 +0000 |
---|---|---|
committer | Mark Alexander <marka@cygnus> | 1998-05-15 06:23:04 +0000 |
commit | f1a0162a2805dadd13b943e386ac9af09e921430 (patch) | |
tree | ce7520c7bc136de23f044edc870be54d59382a77 /sim/erc32 | |
parent | 5bb1a7be9d230d44e687f507f123849856d05d97 (diff) | |
download | gdb-f1a0162a2805dadd13b943e386ac9af09e921430.zip gdb-f1a0162a2805dadd13b943e386ac9af09e921430.tar.gz gdb-f1a0162a2805dadd13b943e386ac9af09e921430.tar.bz2 |
* sis.h (uint64, int64): Define.
* exec.c (SDIV, SDIVCC, UDIV, UDIVCC): Define new opcodes.
* (mul64): Simplify calculation of negative result.
* (div64): New helper function for 64-bit division.
* (dispatch_instruction): Add emulation of SDIV, SDIVCC, UDIV,
and UDIVCC.
Diffstat (limited to 'sim/erc32')
-rw-r--r-- | sim/erc32/ChangeLog | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/sim/erc32/ChangeLog b/sim/erc32/ChangeLog index 5a58de0..fa805cc 100644 --- a/sim/erc32/ChangeLog +++ b/sim/erc32/ChangeLog @@ -1,3 +1,16 @@ +Thu May 14 23:10:48 1998 Mark Alexander <marka@cygnus.com> + + * sis.h (uint64, int64): Define. + * exec.c (SDIV, SDIVCC, UDIV, UDIVCC): Define new opcodes. + * (mul64): Simplify calculation of negative result. + * (div64): New helper function for 64-bit division. + * (dispatch_instruction): Add emulation of SDIV, SDIVCC, UDIV, + and UDIVCC. + +Tue Apr 28 18:33:31 1998 Geoffrey Noer <noer@cygnus.com> + + * configure: Regenerated to track ../common/aclocal.m4 changes. + Sun Apr 26 15:31:55 1998 Tom Tromey <tromey@creche> * configure: Regenerated to track ../common/aclocal.m4 changes. |