diff options
author | Andrew Cagney <cagney@redhat.com> | 1997-05-12 08:33:56 +0000 |
---|---|---|
committer | Andrew Cagney <cagney@redhat.com> | 1997-05-12 08:33:56 +0000 |
commit | 9af5dcea8f103c6385dc2244dfb654ad7c7e928d (patch) | |
tree | 42882ebb9d6bfb421074dc78fb633ca1ab95b30e /sim/tic80/ChangeLog | |
parent | c445af5a2b1fd76533a6ce709677e779f215721f (diff) | |
download | gdb-9af5dcea8f103c6385dc2244dfb654ad7c7e928d.zip gdb-9af5dcea8f103c6385dc2244dfb654ad7c7e928d.tar.gz gdb-9af5dcea8f103c6385dc2244dfb654ad7c7e928d.tar.bz2 |
Clear cntrl-c after handling it.
Diffstat (limited to 'sim/tic80/ChangeLog')
-rw-r--r-- | sim/tic80/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/sim/tic80/ChangeLog b/sim/tic80/ChangeLog index 8df333e..5752ea6 100644 --- a/sim/tic80/ChangeLog +++ b/sim/tic80/ChangeLog @@ -1,5 +1,11 @@ Mon May 12 11:12:24 1997 Andrew Cagney <cagney@b1.cygnus.com> + * sim-calls.c (sim_stop_reason): Restore keep_running after a + CNTRL-C, don't re-clear it. + + * interp.c (engine_error): stop rather than signal with SIGABRT + when an error. + * insns (do_ld): For 64bit loads, always store LSW in rDest, MSW in rDest + 1. Also done by Michael Meissner <meissner@cygnus.com> (do_st): Converse for store. |