mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2024-12-09 04:21:49 +08:00
* 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.
This commit is contained in:
parent
5bb1a7be9d
commit
f1a0162a28
@ -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.
|
||||
|
Loading…
Reference in New Issue
Block a user