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.in | |
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.in')
-rw-r--r-- | sim/h8300/configure.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sim/h8300/configure.in b/sim/h8300/configure.in index 67a4882..1d953dd 100644 --- a/sim/h8300/configure.in +++ b/sim/h8300/configure.in @@ -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 |