diff options
author | Jeff Law <law@redhat.com> | 1996-12-04 05:00:49 +0000 |
---|---|---|
committer | Jeff Law <law@redhat.com> | 1996-12-04 05:00:49 +0000 |
commit | e4e13022939b13bc1ca90745a7b19a752e590f84 (patch) | |
tree | 721ae63cc340d4b5fb49c8ef29fe5d7168ebd44e /sim/mn10300/ChangeLog | |
parent | b61802e7cb86e29a2811d5b5f90478e735f1ca97 (diff) | |
download | gdb-e4e13022939b13bc1ca90745a7b19a752e590f84.zip gdb-e4e13022939b13bc1ca90745a7b19a752e590f84.tar.gz gdb-e4e13022939b13bc1ca90745a7b19a752e590f84.tar.bz2 |
* simops.c: Treat both operands as signed values for
"div" instruction.
Fixes another dozen c-torture execution failures.
Diffstat (limited to 'sim/mn10300/ChangeLog')
-rw-r--r-- | sim/mn10300/ChangeLog | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/sim/mn10300/ChangeLog b/sim/mn10300/ChangeLog index 7695f4f..ce0dc91 100644 --- a/sim/mn10300/ChangeLog +++ b/sim/mn10300/ChangeLog @@ -1,5 +1,16 @@ +Tue Dec 3 17:37:45 1996 Jeffrey A Law (law@cygnus.com) + + * simops.c: Treat both operands as signed values for + "div" instruction. + + * simops.c: Fix simulation of division instructions. + Fix typos/thinkos in several "cmp" and "sub" instructions. + Mon Dec 2 12:31:40 1996 Jeffrey A Law (law@cygnus.com) + * simops.c: Fix carry bit handling in "sub" and "cmp" + instructions. + * simops.c: Fix "mov imm8,an" and "mov imm16,dn". Sun Dec 1 16:05:42 1996 Jeffrey A Law (law@cygnus.com) |