* inst.h (sim_state): rename to h8300_sim_state, to avoid conflict
authorFelix Lee <flee@cygnus>
Wed, 10 Sep 1997 05:20:37 +0000 (05:20 +0000)
committerFelix Lee <flee@cygnus>
Wed, 10 Sep 1997 05:20:37 +0000 (05:20 +0000)
  with sim/common.
* configure.in: check for sys/param.h
* compile.c: #ifdef HAVE_SYS_PARAM_H.
#define SIGTRAP for wingdb.
(sim_resume): poll keyboard at least once per call.
(sim_resume): use host_callback instead of printf for syscall
  output.

sim/h8300/ChangeLog
sim/h8300/configure
sim/h8300/configure.in

index 52a17cd5458c0b02a23e975dc299ff55f7a52f7b..56ca00705f3b941ca945a2a381fab7ad56e105c2 100644 (file)
@@ -1,3 +1,14 @@
+Tue Sep  9 22:17:26 1997  Felix Lee  <flee@cygnus.com>
+
+       * inst.h (sim_state): rename to h8300_sim_state, to avoid conflict
+       with sim/common.
+       * configure.in: check for sys/param.h
+       * compile.c: #ifdef HAVE_SYS_PARAM_H.
+       #define SIGTRAP for wingdb.
+       (sim_resume): poll keyboard at least once per call.
+       (sim_resume): use host_callback instead of printf for syscall
+       output.
+
 Thu Sep  4 17:21:23 1997  Doug Evans  <dje@seba>
 
        * configure: Regenerated to track ../common/aclocal.m4 changes.
index 5b8c04adf62ba68145a0be60e03c2abee44acf85..c69bc6eadc82d56cae2c4202fd8e1b09f67df830 100755 (executable)
@@ -1287,7 +1287,7 @@ sim_link_links="${sim_link_links} targ-vals.def"
 
 
 
-for ac_hdr in stdlib.h time.h
+for ac_hdr in stdlib.h time.h sys/param.h
 do
 ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'`
 echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6
index 67a48825045686ae54555bf55653d075ebf1bbb3..1d953dd03cfcef6620259616d15d70b1aca9a3f6 100644 (file)
@@ -5,6 +5,6 @@ AC_INIT(Makefile.in)
 
 SIM_AC_COMMON
 
-AC_CHECK_HEADERS(stdlib.h time.h)
+AC_CHECK_HEADERS(stdlib.h time.h sys/param.h)
 
 SIM_AC_OUTPUT