aboutsummaryrefslogtreecommitdiff
path: root/sim/h8300/ChangeLog
diff options
context:
space:
mode:
authorFrank Ch. Eigler <fche@redhat.com>2000-06-20 21:12:33 +0000
committerFrank Ch. Eigler <fche@redhat.com>2000-06-20 21:12:33 +0000
commit97ee9e5aa98ce33445a4951fb57af7925884b156 (patch)
tree65736b9b62606b453295a0e087fe5bf3cd7f7840 /sim/h8300/ChangeLog
parentbbeb2e037c923b5834cac420e7567ecd725bd18d (diff)
downloadgdb-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/ChangeLog6
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.