diff options
author | Michael Snyder <msnyder@vmware.com> | 2003-07-02 19:04:58 +0000 |
---|---|---|
committer | Michael Snyder <msnyder@vmware.com> | 2003-07-02 19:04:58 +0000 |
commit | f0861129d52b00fe57beb4fb0efca668faa3939a (patch) | |
tree | 2bac9b6593db78f58f8116a686dd9f2453f83e94 /sim/h8300/ChangeLog | |
parent | fd13a04acf73b5a59f9212c8a0fac24ddd0d434a (diff) | |
download | gdb-f0861129d52b00fe57beb4fb0efca668faa3939a.zip gdb-f0861129d52b00fe57beb4fb0efca668faa3939a.tar.gz gdb-f0861129d52b00fe57beb4fb0efca668faa3939a.tar.bz2 |
2003-06-24 Michael Snyder <msnyder@redhat.com>
* sim-main.h (SIM_WIFSTOPPED, SIM_WSTOPSIG): Define.
* compile.c (sim_resume): Use the above to return stop signal.
Diffstat (limited to 'sim/h8300/ChangeLog')
-rw-r--r-- | sim/h8300/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/sim/h8300/ChangeLog b/sim/h8300/ChangeLog index cd81e6e..2112ad9 100644 --- a/sim/h8300/ChangeLog +++ b/sim/h8300/ChangeLog @@ -1,3 +1,8 @@ +2003-06-24 Michael Snyder <msnyder@redhat.com> + + * sim-main.h (SIM_WIFSTOPPED, SIM_WSTOPSIG): Define. + * compile.c (sim_resume): Use the above to return stop signal. + 2003-06-18 Michael Snyder <msnyder@redhat.com> * compile.c: Replace "Hitachi" with "Renesas". |