diff options
author | Mark Alexander <marka@cygnus> | 1998-04-09 02:40:31 +0000 |
---|---|---|
committer | Mark Alexander <marka@cygnus> | 1998-04-09 02:40:31 +0000 |
commit | ecd4a90b86c951998a9023c1045dd3ca58f9e635 (patch) | |
tree | 3fe7ff235fbf4defeaf4f0c3d8765717205b90d2 /sim/erc32 | |
parent | bf9084c0a57a64043a1a04528e761a1e77173778 (diff) | |
download | gdb-ecd4a90b86c951998a9023c1045dd3ca58f9e635.zip gdb-ecd4a90b86c951998a9023c1045dd3ca58f9e635.tar.gz gdb-ecd4a90b86c951998a9023c1045dd3ca58f9e635.tar.bz2 |
* erc32.c (sim_stop): Handle SIGINT gracefully.
* interf.c (sim_open): Don't catch SIGINT; GDB will do that for us.
Diffstat (limited to 'sim/erc32')
-rw-r--r-- | sim/erc32/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/sim/erc32/ChangeLog b/sim/erc32/ChangeLog index 8a49ce2..5024050 100644 --- a/sim/erc32/ChangeLog +++ b/sim/erc32/ChangeLog @@ -1,3 +1,8 @@ +Wed Apr 8 19:33:34 1998 Mark Alexander <marka@cygnus.com> + + * erc32.c (sim_stop): Handle SIGINT gracefully. + * interf.c (sim_open): Don't catch SIGINT; GDB will do that for us. + Wed Apr 8 18:29:40 1998 Mark Alexander <marka@cygnus.com> * exec.c (dispatch_instruction): Change how carry out is calculated |