diff options
author | Andrew Cagney <cagney@redhat.com> | 1997-10-20 02:03:06 +0000 |
---|---|---|
committer | Andrew Cagney <cagney@redhat.com> | 1997-10-20 02:03:06 +0000 |
commit | 0a0ecb2120ef870019377cd220dac3c9c41135b4 (patch) | |
tree | d76344bf9188ed850948530f7ee5b4c88dd5f3b6 /sim/tic80/ChangeLog | |
parent | 66a6a38139e2aba0919916fe9328753ac9eedd46 (diff) | |
download | gdb-0a0ecb2120ef870019377cd220dac3c9c41135b4.zip gdb-0a0ecb2120ef870019377cd220dac3c9c41135b4.tar.gz gdb-0a0ecb2120ef870019377cd220dac3c9c41135b4.tar.bz2 |
Add 8 bit arithmetic to sim-alu.
Fix flags (Carry, oVerflow) for negate and subtract.
Add ALU*_RESULT macros for accessing final result of ALU op.
Diffstat (limited to 'sim/tic80/ChangeLog')
-rw-r--r-- | sim/tic80/ChangeLog | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/sim/tic80/ChangeLog b/sim/tic80/ChangeLog index b4462c7..bdd1d79 100644 --- a/sim/tic80/ChangeLog +++ b/sim/tic80/ChangeLog @@ -1,3 +1,7 @@ +Fri Oct 17 17:26:36 1997 Andrew Cagney <cagney@b1.cygnus.com> + + * alu.h (ALU32_END): Use ALU32_RESULT. + Mon Sep 29 12:49:06 1997 Andrew Cagney <cagney@b1.cygnus.com> * insns (get_fp_reg, set_fp_reg): Update to use changed sim_fpu |