diff options
author | Felix Lee <flee@cygnus> | 1997-09-10 05:20:37 +0000 |
---|---|---|
committer | Felix Lee <flee@cygnus> | 1997-09-10 05:20:37 +0000 |
commit | d6cef44df4a81e47f6fbe88aa5b2c655fe38ecf6 (patch) | |
tree | 62d14bd75458f591e762c2407d0aad4069d083c2 /sim/h8300/configure | |
parent | d0b59aa593a44c20fcaedfb42e895395af696cd2 (diff) | |
download | gdb-d6cef44df4a81e47f6fbe88aa5b2c655fe38ecf6.zip gdb-d6cef44df4a81e47f6fbe88aa5b2c655fe38ecf6.tar.gz gdb-d6cef44df4a81e47f6fbe88aa5b2c655fe38ecf6.tar.bz2 |
* 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.
Diffstat (limited to 'sim/h8300/configure')
-rwxr-xr-x | sim/h8300/configure | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sim/h8300/configure b/sim/h8300/configure index 5b8c04a..c69bc6e 100755 --- a/sim/h8300/configure +++ b/sim/h8300/configure @@ -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 |