diff options
author | Frank Ch. Eigler <fche@redhat.com> | 2000-06-20 21:12:33 +0000 |
---|---|---|
committer | Frank Ch. Eigler <fche@redhat.com> | 2000-06-20 21:12:33 +0000 |
commit | 97ee9e5aa98ce33445a4951fb57af7925884b156 (patch) | |
tree | 65736b9b62606b453295a0e087fe5bf3cd7f7840 /sim/h8300/ChangeLog | |
parent | bbeb2e037c923b5834cac420e7567ecd725bd18d (diff) | |
download | gdb-97ee9e5aa98ce33445a4951fb57af7925884b156.zip gdb-97ee9e5aa98ce33445a4951fb57af7925884b156.tar.gz gdb-97ee9e5aa98ce33445a4951fb57af7925884b156.tar.bz2 |
* build fix
2000-06-20 Frank Ch. Eigler <fche@redhat.com>
* compile.c: Don't include "wait.h".
(sim_resume): Use local SIM_WIFEXITED and SIM_WIFSIGNALED macros
instead of WIF* from host.
Diffstat (limited to 'sim/h8300/ChangeLog')
-rw-r--r-- | sim/h8300/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/sim/h8300/ChangeLog b/sim/h8300/ChangeLog index 4721e89..e3885de 100644 --- a/sim/h8300/ChangeLog +++ b/sim/h8300/ChangeLog @@ -1,3 +1,9 @@ +2000-06-20 Frank Ch. Eigler <fche@redhat.com> + + * compile.c: Don't include "wait.h". + (sim_resume): Use local SIM_WIFEXITED and SIM_WIFSIGNALED macros + instead of WIF* from host. + 2000-06-13 Frank Ch. Eigler <fche@redhat.com> * compile.c, writecode.c: Correct typo. |