From 19f6a43c6c17147acba638eab64f2bf8de4b1447 Mon Sep 17 00:00:00 2001 From: Tom Tromey Date: Thu, 22 Apr 2021 19:51:54 -0600 Subject: [PATCH] Do not check for sys/time.h or sys/times.h This updates the sim so that it unconditionally uses sys/time.h. This is in agreement with existing code, and a recent change to BFD. I also think that sys/times.h is never needed by the sim, so this patch removes the check and the one spot that was conditionally including it. sim/ChangeLog 2021-04-22 Tom Tromey * m4/sim_ac_common.m4 (SIM_AC_COMMON): Don't check for sys/time.h or sys/times.h. sim/aarch64/ChangeLog 2021-04-22 Tom Tromey * configure, config.in: Rebuild. sim/arm/ChangeLog 2021-04-22 Tom Tromey * configure, config.in: Rebuild. sim/avr/ChangeLog 2021-04-22 Tom Tromey * configure, config.in: Rebuild. sim/bfin/ChangeLog 2021-04-22 Tom Tromey * configure, config.in: Rebuild. sim/bpf/ChangeLog 2021-04-22 Tom Tromey * configure, config.in: Rebuild. sim/common/ChangeLog 2021-04-22 Tom Tromey * sim-utils.c: Update includes. sim/cr16/ChangeLog 2021-04-22 Tom Tromey * simops.c: Update includes. * configure, config.in: Rebuild. sim/cris/ChangeLog 2021-04-22 Tom Tromey * rvdummy.c: Update includes. * dv-rv.c: Update includes. * configure, config.in: Rebuild. sim/d10v/ChangeLog 2021-04-22 Tom Tromey * configure, config.in: Rebuild. sim/erc32/ChangeLog 2021-04-22 Tom Tromey * configure, config.in: Rebuild. sim/example-synacor/ChangeLog 2021-04-22 Tom Tromey * configure, config.in: Rebuild. sim/frv/ChangeLog 2021-04-22 Tom Tromey * configure, config.in: Rebuild. sim/ft32/ChangeLog 2021-04-22 Tom Tromey * configure, config.in: Rebuild. sim/h8300/ChangeLog 2021-04-22 Tom Tromey * configure, config.in: Rebuild. sim/iq2000/ChangeLog 2021-04-22 Tom Tromey * configure, config.in: Rebuild. sim/lm32/ChangeLog 2021-04-22 Tom Tromey * configure, config.in: Rebuild. sim/m32c/ChangeLog 2021-04-22 Tom Tromey * configure, config.in: Rebuild. sim/m32r/ChangeLog 2021-04-22 Tom Tromey * configure, config.in: Rebuild. sim/m68hc11/ChangeLog 2021-04-22 Tom Tromey * configure, config.in: Rebuild. sim/mcore/ChangeLog 2021-04-22 Tom Tromey * configure, config.in: Rebuild. sim/microblaze/ChangeLog 2021-04-22 Tom Tromey * configure, config.in: Rebuild. sim/mips/ChangeLog 2021-04-22 Tom Tromey * configure, config.in: Rebuild. sim/mn10300/ChangeLog 2021-04-22 Tom Tromey * configure, config.in: Rebuild. sim/moxie/ChangeLog 2021-04-22 Tom Tromey * configure, config.in: Rebuild. sim/msp430/ChangeLog 2021-04-22 Tom Tromey * configure, config.in: Rebuild. sim/or1k/ChangeLog 2021-04-22 Tom Tromey * configure, config.in: Rebuild. sim/ppc/ChangeLog 2021-04-22 Tom Tromey * mon.c: Update includes. * emul_unix.c: Update includes. (do_unix_gettimeofday): Update condition. sim/pru/ChangeLog 2021-04-22 Tom Tromey * configure, config.in: Rebuild. sim/riscv/ChangeLog 2021-04-22 Tom Tromey * configure, config.in: Rebuild. sim/rl78/ChangeLog 2021-04-22 Tom Tromey * configure, config.in: Rebuild. sim/rx/ChangeLog 2021-04-22 Tom Tromey * configure, config.in: Rebuild. sim/sh/ChangeLog 2021-04-22 Tom Tromey * interp.c: Update includes. * configure, config.in: Rebuild. sim/v850/ChangeLog 2021-04-22 Tom Tromey * configure, config.in: Rebuild. --- sim/ChangeLog | 5 +++++ sim/aarch64/ChangeLog | 4 ++++ sim/aarch64/config.in | 6 ------ sim/aarch64/configure | 10 ++-------- sim/arm/ChangeLog | 4 ++++ sim/arm/config.in | 6 ------ sim/arm/configure | 10 ++-------- sim/avr/ChangeLog | 4 ++++ sim/avr/config.in | 6 ------ sim/avr/configure | 10 ++-------- sim/bfin/ChangeLog | 4 ++++ sim/bfin/config.in | 6 ------ sim/bfin/configure | 10 ++-------- sim/bpf/ChangeLog | 4 ++++ sim/bpf/config.in | 6 ------ sim/bpf/configure | 10 ++-------- sim/common/ChangeLog | 4 ++++ sim/common/sim-utils.c | 2 -- sim/cr16/ChangeLog | 5 +++++ sim/cr16/config.in | 6 ------ sim/cr16/configure | 10 ++-------- sim/cr16/simops.c | 2 -- sim/cris/ChangeLog | 6 ++++++ sim/cris/config.in | 6 ------ sim/cris/configure | 10 ++-------- sim/cris/dv-rv.c | 2 -- sim/cris/rvdummy.c | 2 -- sim/d10v/ChangeLog | 4 ++++ sim/d10v/config.in | 6 ------ sim/d10v/configure | 10 ++-------- sim/erc32/ChangeLog | 4 ++++ sim/erc32/config.in | 6 ------ sim/erc32/configure | 10 ++-------- sim/example-synacor/ChangeLog | 4 ++++ sim/example-synacor/config.in | 6 ------ sim/example-synacor/configure | 10 ++-------- sim/frv/ChangeLog | 4 ++++ sim/frv/config.in | 6 ------ sim/frv/configure | 10 ++-------- sim/ft32/ChangeLog | 4 ++++ sim/ft32/config.in | 6 ------ sim/ft32/configure | 10 ++-------- sim/h8300/ChangeLog | 4 ++++ sim/h8300/config.in | 6 ------ sim/h8300/configure | 10 ++-------- sim/iq2000/ChangeLog | 4 ++++ sim/iq2000/config.in | 6 ------ sim/iq2000/configure | 10 ++-------- sim/lm32/ChangeLog | 4 ++++ sim/lm32/config.in | 6 ------ sim/lm32/configure | 10 ++-------- sim/m32c/ChangeLog | 4 ++++ sim/m32c/config.in | 6 ------ sim/m32c/configure | 10 ++-------- sim/m32r/ChangeLog | 4 ++++ sim/m32r/config.in | 6 ------ sim/m32r/configure | 10 ++-------- sim/m4/sim_ac_common.m4 | 2 -- sim/m68hc11/ChangeLog | 4 ++++ sim/m68hc11/config.in | 6 ------ sim/m68hc11/configure | 10 ++-------- sim/mcore/ChangeLog | 4 ++++ sim/mcore/config.in | 6 ------ sim/mcore/configure | 10 ++-------- sim/microblaze/ChangeLog | 4 ++++ sim/microblaze/config.in | 6 ------ sim/microblaze/configure | 10 ++-------- sim/mips/ChangeLog | 4 ++++ sim/mips/config.in | 6 ------ sim/mips/configure | 10 ++-------- sim/mn10300/ChangeLog | 4 ++++ sim/mn10300/config.in | 6 ------ sim/mn10300/configure | 10 ++-------- sim/moxie/ChangeLog | 4 ++++ sim/moxie/config.in | 6 ------ sim/moxie/configure | 10 ++-------- sim/msp430/ChangeLog | 4 ++++ sim/msp430/config.in | 6 ------ sim/msp430/configure | 10 ++-------- sim/or1k/ChangeLog | 4 ++++ sim/or1k/config.in | 6 ------ sim/or1k/configure | 10 ++-------- sim/ppc/ChangeLog | 6 ++++++ sim/ppc/emul_unix.c | 4 +--- sim/ppc/mon.c | 6 ------ sim/pru/ChangeLog | 4 ++++ sim/pru/config.in | 6 ------ sim/pru/configure | 10 ++-------- sim/riscv/ChangeLog | 4 ++++ sim/riscv/config.in | 6 ------ sim/riscv/configure | 10 ++-------- sim/rl78/ChangeLog | 4 ++++ sim/rl78/config.in | 6 ------ sim/rl78/configure | 10 ++-------- sim/rx/ChangeLog | 4 ++++ sim/rx/config.in | 6 ------ sim/rx/configure | 10 ++-------- sim/sh/ChangeLog | 5 +++++ sim/sh/config.in | 6 ------ sim/sh/configure | 10 ++-------- sim/sh/interp.c | 2 -- sim/v850/ChangeLog | 4 ++++ sim/v850/config.in | 6 ------ sim/v850/configure | 10 ++-------- 104 files changed, 206 insertions(+), 455 deletions(-) diff --git a/sim/ChangeLog b/sim/ChangeLog index 8d09d663956..47032e0bd53 100644 --- a/sim/ChangeLog +++ b/sim/ChangeLog @@ -1,3 +1,8 @@ +2021-04-22 Tom Tromey + + * m4/sim_ac_common.m4 (SIM_AC_COMMON): Don't check for sys/time.h + or sys/times.h. + 2021-04-22 Tom Tromey * m4/sim_ac_common.m4 (SIM_AC_COMMON): Don't check for make. diff --git a/sim/aarch64/ChangeLog b/sim/aarch64/ChangeLog index c561637df8c..30257c2d836 100644 --- a/sim/aarch64/ChangeLog +++ b/sim/aarch64/ChangeLog @@ -1,3 +1,7 @@ +2021-04-22 Tom Tromey + + * configure, config.in: Rebuild. + 2021-04-22 Tom Tromey * configure: Rebuild. diff --git a/sim/aarch64/config.in b/sim/aarch64/config.in index cb5ea1b01c9..2416b7f038c 100644 --- a/sim/aarch64/config.in +++ b/sim/aarch64/config.in @@ -115,12 +115,6 @@ /* Define to 1 if you have the header file. */ #undef HAVE_SYS_STAT_H -/* Define to 1 if you have the header file. */ -#undef HAVE_SYS_TIMES_H - -/* Define to 1 if you have the header file. */ -#undef HAVE_SYS_TIME_H - /* Define to 1 if you have the header file. */ #undef HAVE_SYS_TYPES_H diff --git a/sim/aarch64/configure b/sim/aarch64/configure index 5a9fe05ec7c..22d4678c12f 100755 --- a/sim/aarch64/configure +++ b/sim/aarch64/configure @@ -2293,8 +2293,6 @@ as_fn_append ac_header_list " fpu_control.h" as_fn_append ac_header_list " unistd.h" as_fn_append ac_header_list " sys/mman.h" as_fn_append ac_header_list " sys/resource.h" -as_fn_append ac_header_list " sys/time.h" -as_fn_append ac_header_list " sys/times.h" as_fn_append ac_header_list " sys/stat.h" as_fn_append ac_func_list " __setfpucw" as_fn_append ac_func_list " ftruncate" @@ -3912,10 +3910,6 @@ done - - - - for ac_func in $ac_func_list @@ -11189,7 +11183,7 @@ else lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2 lt_status=$lt_dlunknown cat > conftest.$ac_ext <<_LT_EOF -#line 11192 "configure" +#line 11186 "configure" #include "confdefs.h" #if HAVE_DLFCN_H @@ -11295,7 +11289,7 @@ else lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2 lt_status=$lt_dlunknown cat > conftest.$ac_ext <<_LT_EOF -#line 11298 "configure" +#line 11292 "configure" #include "confdefs.h" #if HAVE_DLFCN_H diff --git a/sim/arm/ChangeLog b/sim/arm/ChangeLog index a607c356b67..aa3c91bb2c4 100644 --- a/sim/arm/ChangeLog +++ b/sim/arm/ChangeLog @@ -1,3 +1,7 @@ +2021-04-22 Tom Tromey + + * configure, config.in: Rebuild. + 2021-04-22 Tom Tromey * Makefile.in (armemu26.o, armemu32.o): Use COMPILE and diff --git a/sim/arm/config.in b/sim/arm/config.in index cb5ea1b01c9..2416b7f038c 100644 --- a/sim/arm/config.in +++ b/sim/arm/config.in @@ -115,12 +115,6 @@ /* Define to 1 if you have the header file. */ #undef HAVE_SYS_STAT_H -/* Define to 1 if you have the header file. */ -#undef HAVE_SYS_TIMES_H - -/* Define to 1 if you have the header file. */ -#undef HAVE_SYS_TIME_H - /* Define to 1 if you have the header file. */ #undef HAVE_SYS_TYPES_H diff --git a/sim/arm/configure b/sim/arm/configure index 9e4fa0b0bf1..2a74bb745fe 100755 --- a/sim/arm/configure +++ b/sim/arm/configure @@ -2293,8 +2293,6 @@ as_fn_append ac_header_list " fpu_control.h" as_fn_append ac_header_list " unistd.h" as_fn_append ac_header_list " sys/mman.h" as_fn_append ac_header_list " sys/resource.h" -as_fn_append ac_header_list " sys/time.h" -as_fn_append ac_header_list " sys/times.h" as_fn_append ac_header_list " sys/stat.h" as_fn_append ac_func_list " __setfpucw" as_fn_append ac_func_list " ftruncate" @@ -3912,10 +3910,6 @@ done - - - - for ac_func in $ac_func_list @@ -11189,7 +11183,7 @@ else lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2 lt_status=$lt_dlunknown cat > conftest.$ac_ext <<_LT_EOF -#line 11192 "configure" +#line 11186 "configure" #include "confdefs.h" #if HAVE_DLFCN_H @@ -11295,7 +11289,7 @@ else lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2 lt_status=$lt_dlunknown cat > conftest.$ac_ext <<_LT_EOF -#line 11298 "configure" +#line 11292 "configure" #include "confdefs.h" #if HAVE_DLFCN_H diff --git a/sim/avr/ChangeLog b/sim/avr/ChangeLog index bedd394ec7e..c8f51eb0c4e 100644 --- a/sim/avr/ChangeLog +++ b/sim/avr/ChangeLog @@ -1,3 +1,7 @@ +2021-04-22 Tom Tromey + + * configure, config.in: Rebuild. + 2021-04-22 Tom Tromey * configure: Rebuild. diff --git a/sim/avr/config.in b/sim/avr/config.in index cb5ea1b01c9..2416b7f038c 100644 --- a/sim/avr/config.in +++ b/sim/avr/config.in @@ -115,12 +115,6 @@ /* Define to 1 if you have the header file. */ #undef HAVE_SYS_STAT_H -/* Define to 1 if you have the header file. */ -#undef HAVE_SYS_TIMES_H - -/* Define to 1 if you have the header file. */ -#undef HAVE_SYS_TIME_H - /* Define to 1 if you have the header file. */ #undef HAVE_SYS_TYPES_H diff --git a/sim/avr/configure b/sim/avr/configure index 4e4ee342d20..ae50e462452 100755 --- a/sim/avr/configure +++ b/sim/avr/configure @@ -2293,8 +2293,6 @@ as_fn_append ac_header_list " fpu_control.h" as_fn_append ac_header_list " unistd.h" as_fn_append ac_header_list " sys/mman.h" as_fn_append ac_header_list " sys/resource.h" -as_fn_append ac_header_list " sys/time.h" -as_fn_append ac_header_list " sys/times.h" as_fn_append ac_header_list " sys/stat.h" as_fn_append ac_func_list " __setfpucw" as_fn_append ac_func_list " ftruncate" @@ -3912,10 +3910,6 @@ done - - - - for ac_func in $ac_func_list @@ -11189,7 +11183,7 @@ else lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2 lt_status=$lt_dlunknown cat > conftest.$ac_ext <<_LT_EOF -#line 11192 "configure" +#line 11186 "configure" #include "confdefs.h" #if HAVE_DLFCN_H @@ -11295,7 +11289,7 @@ else lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2 lt_status=$lt_dlunknown cat > conftest.$ac_ext <<_LT_EOF -#line 11298 "configure" +#line 11292 "configure" #include "confdefs.h" #if HAVE_DLFCN_H diff --git a/sim/bfin/ChangeLog b/sim/bfin/ChangeLog index d8d6d7ba68e..4473b720ffb 100644 --- a/sim/bfin/ChangeLog +++ b/sim/bfin/ChangeLog @@ -1,3 +1,7 @@ +2021-04-22 Tom Tromey + + * configure, config.in: Rebuild. + 2021-04-22 Tom Tromey * Makefile.in (INCLUDE): Remove. diff --git a/sim/bfin/config.in b/sim/bfin/config.in index cc4a677d16a..5ccb707f762 100644 --- a/sim/bfin/config.in +++ b/sim/bfin/config.in @@ -160,12 +160,6 @@ /* Define to 1 if you have the header file. */ #undef HAVE_SYS_STAT_H -/* Define to 1 if you have the header file. */ -#undef HAVE_SYS_TIMES_H - -/* Define to 1 if you have the header file. */ -#undef HAVE_SYS_TIME_H - /* Define to 1 if you have the header file. */ #undef HAVE_SYS_TYPES_H diff --git a/sim/bfin/configure b/sim/bfin/configure index 9c3885cf7b4..efdeccbdcc2 100755 --- a/sim/bfin/configure +++ b/sim/bfin/configure @@ -2316,8 +2316,6 @@ as_fn_append ac_header_list " fpu_control.h" as_fn_append ac_header_list " unistd.h" as_fn_append ac_header_list " sys/mman.h" as_fn_append ac_header_list " sys/resource.h" -as_fn_append ac_header_list " sys/time.h" -as_fn_append ac_header_list " sys/times.h" as_fn_append ac_header_list " sys/stat.h" as_fn_append ac_func_list " __setfpucw" as_fn_append ac_func_list " ftruncate" @@ -3948,10 +3946,6 @@ done - - - - for ac_func in $ac_func_list @@ -11225,7 +11219,7 @@ else lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2 lt_status=$lt_dlunknown cat > conftest.$ac_ext <<_LT_EOF -#line 11228 "configure" +#line 11222 "configure" #include "confdefs.h" #if HAVE_DLFCN_H @@ -11331,7 +11325,7 @@ else lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2 lt_status=$lt_dlunknown cat > conftest.$ac_ext <<_LT_EOF -#line 11334 "configure" +#line 11328 "configure" #include "confdefs.h" #if HAVE_DLFCN_H diff --git a/sim/bpf/ChangeLog b/sim/bpf/ChangeLog index 47fb5a796bd..90215850213 100644 --- a/sim/bpf/ChangeLog +++ b/sim/bpf/ChangeLog @@ -1,3 +1,7 @@ +2021-04-22 Tom Tromey + + * configure, config.in: Rebuild. + 2021-04-22 Tom Tromey * Makefile.in (arch.o, cpu.o, sim-if.o, traps.o): Remove. diff --git a/sim/bpf/config.in b/sim/bpf/config.in index cb5ea1b01c9..2416b7f038c 100644 --- a/sim/bpf/config.in +++ b/sim/bpf/config.in @@ -115,12 +115,6 @@ /* Define to 1 if you have the header file. */ #undef HAVE_SYS_STAT_H -/* Define to 1 if you have the header file. */ -#undef HAVE_SYS_TIMES_H - -/* Define to 1 if you have the header file. */ -#undef HAVE_SYS_TIME_H - /* Define to 1 if you have the header file. */ #undef HAVE_SYS_TYPES_H diff --git a/sim/bpf/configure b/sim/bpf/configure index 13574d755d4..31e7c8209af 100755 --- a/sim/bpf/configure +++ b/sim/bpf/configure @@ -2306,8 +2306,6 @@ as_fn_append ac_header_list " fpu_control.h" as_fn_append ac_header_list " unistd.h" as_fn_append ac_header_list " sys/mman.h" as_fn_append ac_header_list " sys/resource.h" -as_fn_append ac_header_list " sys/time.h" -as_fn_append ac_header_list " sys/times.h" as_fn_append ac_header_list " sys/stat.h" as_fn_append ac_func_list " __setfpucw" as_fn_append ac_func_list " ftruncate" @@ -3925,10 +3923,6 @@ done - - - - for ac_func in $ac_func_list @@ -11202,7 +11196,7 @@ else lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2 lt_status=$lt_dlunknown cat > conftest.$ac_ext <<_LT_EOF -#line 11205 "configure" +#line 11199 "configure" #include "confdefs.h" #if HAVE_DLFCN_H @@ -11308,7 +11302,7 @@ else lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2 lt_status=$lt_dlunknown cat > conftest.$ac_ext <<_LT_EOF -#line 11311 "configure" +#line 11305 "configure" #include "confdefs.h" #if HAVE_DLFCN_H diff --git a/sim/common/ChangeLog b/sim/common/ChangeLog index 31ac97d9edd..61149e21213 100644 --- a/sim/common/ChangeLog +++ b/sim/common/ChangeLog @@ -1,3 +1,7 @@ +2021-04-22 Tom Tromey + + * sim-utils.c: Update includes. + 2021-04-22 Tom Tromey * Make-common.in: Require GNU make. diff --git a/sim/common/sim-utils.c b/sim/common/sim-utils.c index 69949aa1520..86ab059744c 100644 --- a/sim/common/sim-utils.c +++ b/sim/common/sim-utils.c @@ -22,9 +22,7 @@ along with this program. If not, see . */ #include #include -#ifdef HAVE_SYS_TIME_H #include /* needed by sys/resource.h */ -#endif #ifdef HAVE_SYS_RESOURCE_H #include diff --git a/sim/cr16/ChangeLog b/sim/cr16/ChangeLog index 0fe6add6780..4be46d603e8 100644 --- a/sim/cr16/ChangeLog +++ b/sim/cr16/ChangeLog @@ -1,3 +1,8 @@ +2021-04-22 Tom Tromey + + * simops.c: Update includes. + * configure, config.in: Rebuild. + 2021-04-22 Tom Tromey * Makefile.in (SIM_EXTRA_DEPS): New variable. diff --git a/sim/cr16/config.in b/sim/cr16/config.in index cb5ea1b01c9..2416b7f038c 100644 --- a/sim/cr16/config.in +++ b/sim/cr16/config.in @@ -115,12 +115,6 @@ /* Define to 1 if you have the header file. */ #undef HAVE_SYS_STAT_H -/* Define to 1 if you have the header file. */ -#undef HAVE_SYS_TIMES_H - -/* Define to 1 if you have the header file. */ -#undef HAVE_SYS_TIME_H - /* Define to 1 if you have the header file. */ #undef HAVE_SYS_TYPES_H diff --git a/sim/cr16/configure b/sim/cr16/configure index 5be14484c3a..f0cfde9164b 100755 --- a/sim/cr16/configure +++ b/sim/cr16/configure @@ -2293,8 +2293,6 @@ as_fn_append ac_header_list " fpu_control.h" as_fn_append ac_header_list " unistd.h" as_fn_append ac_header_list " sys/mman.h" as_fn_append ac_header_list " sys/resource.h" -as_fn_append ac_header_list " sys/time.h" -as_fn_append ac_header_list " sys/times.h" as_fn_append ac_header_list " sys/stat.h" as_fn_append ac_func_list " __setfpucw" as_fn_append ac_func_list " ftruncate" @@ -3912,10 +3910,6 @@ done - - - - for ac_func in $ac_func_list @@ -11189,7 +11183,7 @@ else lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2 lt_status=$lt_dlunknown cat > conftest.$ac_ext <<_LT_EOF -#line 11192 "configure" +#line 11186 "configure" #include "confdefs.h" #if HAVE_DLFCN_H @@ -11295,7 +11289,7 @@ else lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2 lt_status=$lt_dlunknown cat > conftest.$ac_ext <<_LT_EOF -#line 11298 "configure" +#line 11292 "configure" #include "confdefs.h" #if HAVE_DLFCN_H diff --git a/sim/cr16/simops.c b/sim/cr16/simops.c index f52376237e9..ca96dd07588 100644 --- a/sim/cr16/simops.c +++ b/sim/cr16/simops.c @@ -29,9 +29,7 @@ #endif #include #include -#ifdef HAVE_SYS_TIME_H #include -#endif #include "sim-main.h" #include "simops.h" diff --git a/sim/cris/ChangeLog b/sim/cris/ChangeLog index bcebb8f5fec..07d3086f758 100644 --- a/sim/cris/ChangeLog +++ b/sim/cris/ChangeLog @@ -1,3 +1,9 @@ +2021-04-22 Tom Tromey + + * rvdummy.c: Update includes. + * dv-rv.c: Update includes. + * configure, config.in: Rebuild. + 2021-04-22 Tom Tromey * Makefile.in (sim-if.o, dv-cris.o, dv-rv.o, arch.o, traps.o) diff --git a/sim/cris/config.in b/sim/cris/config.in index aa4d64950e9..2e48a348f13 100644 --- a/sim/cris/config.in +++ b/sim/cris/config.in @@ -130,12 +130,6 @@ /* Define to 1 if you have the header file. */ #undef HAVE_SYS_STAT_H -/* Define to 1 if you have the header file. */ -#undef HAVE_SYS_TIMES_H - -/* Define to 1 if you have the header file. */ -#undef HAVE_SYS_TIME_H - /* Define to 1 if you have the header file. */ #undef HAVE_SYS_TYPES_H diff --git a/sim/cris/configure b/sim/cris/configure index cdb67defc03..2a615b1af14 100755 --- a/sim/cris/configure +++ b/sim/cris/configure @@ -2307,8 +2307,6 @@ as_fn_append ac_header_list " fpu_control.h" as_fn_append ac_header_list " unistd.h" as_fn_append ac_header_list " sys/mman.h" as_fn_append ac_header_list " sys/resource.h" -as_fn_append ac_header_list " sys/time.h" -as_fn_append ac_header_list " sys/times.h" as_fn_append ac_header_list " sys/stat.h" as_fn_append ac_func_list " __setfpucw" as_fn_append ac_func_list " ftruncate" @@ -3929,10 +3927,6 @@ done - - - - for ac_func in $ac_func_list @@ -11206,7 +11200,7 @@ else lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2 lt_status=$lt_dlunknown cat > conftest.$ac_ext <<_LT_EOF -#line 11209 "configure" +#line 11203 "configure" #include "confdefs.h" #if HAVE_DLFCN_H @@ -11312,7 +11306,7 @@ else lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2 lt_status=$lt_dlunknown cat > conftest.$ac_ext <<_LT_EOF -#line 11315 "configure" +#line 11309 "configure" #include "confdefs.h" #if HAVE_DLFCN_H diff --git a/sim/cris/dv-rv.c b/sim/cris/dv-rv.c index 612eff4e931..cef164b0983 100644 --- a/sim/cris/dv-rv.c +++ b/sim/cris/dv-rv.c @@ -35,9 +35,7 @@ #include #endif -#ifdef HAVE_SYS_TIME_H #include -#endif #ifdef HAVE_SYS_SELECT_H #include diff --git a/sim/cris/rvdummy.c b/sim/cris/rvdummy.c index f147ea9e59b..788f8edb504 100644 --- a/sim/cris/rvdummy.c +++ b/sim/cris/rvdummy.c @@ -47,9 +47,7 @@ main (int argc, char *argv[]) #include #endif -#ifdef HAVE_SYS_TIME_H #include -#endif #ifdef HAVE_SYS_SELECT_H #include diff --git a/sim/d10v/ChangeLog b/sim/d10v/ChangeLog index 1860b6b3a8f..22d1e8fdf83 100644 --- a/sim/d10v/ChangeLog +++ b/sim/d10v/ChangeLog @@ -1,3 +1,7 @@ +2021-04-22 Tom Tromey + + * configure, config.in: Rebuild. + 2021-04-22 Tom Tromey * Makefile.in (SIM_EXTRA_DEPS): New variable. diff --git a/sim/d10v/config.in b/sim/d10v/config.in index cb5ea1b01c9..2416b7f038c 100644 --- a/sim/d10v/config.in +++ b/sim/d10v/config.in @@ -115,12 +115,6 @@ /* Define to 1 if you have the header file. */ #undef HAVE_SYS_STAT_H -/* Define to 1 if you have the header file. */ -#undef HAVE_SYS_TIMES_H - -/* Define to 1 if you have the header file. */ -#undef HAVE_SYS_TIME_H - /* Define to 1 if you have the header file. */ #undef HAVE_SYS_TYPES_H diff --git a/sim/d10v/configure b/sim/d10v/configure index bc5fd3224c1..c02a02b8be9 100755 --- a/sim/d10v/configure +++ b/sim/d10v/configure @@ -2293,8 +2293,6 @@ as_fn_append ac_header_list " fpu_control.h" as_fn_append ac_header_list " unistd.h" as_fn_append ac_header_list " sys/mman.h" as_fn_append ac_header_list " sys/resource.h" -as_fn_append ac_header_list " sys/time.h" -as_fn_append ac_header_list " sys/times.h" as_fn_append ac_header_list " sys/stat.h" as_fn_append ac_func_list " __setfpucw" as_fn_append ac_func_list " ftruncate" @@ -3912,10 +3910,6 @@ done - - - - for ac_func in $ac_func_list @@ -11189,7 +11183,7 @@ else lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2 lt_status=$lt_dlunknown cat > conftest.$ac_ext <<_LT_EOF -#line 11192 "configure" +#line 11186 "configure" #include "confdefs.h" #if HAVE_DLFCN_H @@ -11295,7 +11289,7 @@ else lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2 lt_status=$lt_dlunknown cat > conftest.$ac_ext <<_LT_EOF -#line 11298 "configure" +#line 11292 "configure" #include "confdefs.h" #if HAVE_DLFCN_H diff --git a/sim/erc32/ChangeLog b/sim/erc32/ChangeLog index 1df97dad07f..0a7d0339f02 100644 --- a/sim/erc32/ChangeLog +++ b/sim/erc32/ChangeLog @@ -1,3 +1,7 @@ +2021-04-22 Tom Tromey + + * configure, config.in: Rebuild. + 2021-04-22 Tom Tromey * configure: Rebuild. diff --git a/sim/erc32/config.in b/sim/erc32/config.in index cb5ea1b01c9..2416b7f038c 100644 --- a/sim/erc32/config.in +++ b/sim/erc32/config.in @@ -115,12 +115,6 @@ /* Define to 1 if you have the header file. */ #undef HAVE_SYS_STAT_H -/* Define to 1 if you have the header file. */ -#undef HAVE_SYS_TIMES_H - -/* Define to 1 if you have the header file. */ -#undef HAVE_SYS_TIME_H - /* Define to 1 if you have the header file. */ #undef HAVE_SYS_TYPES_H diff --git a/sim/erc32/configure b/sim/erc32/configure index 33d7c1dc009..eab6d868247 100755 --- a/sim/erc32/configure +++ b/sim/erc32/configure @@ -2289,8 +2289,6 @@ as_fn_append ac_header_list " fpu_control.h" as_fn_append ac_header_list " unistd.h" as_fn_append ac_header_list " sys/mman.h" as_fn_append ac_header_list " sys/resource.h" -as_fn_append ac_header_list " sys/time.h" -as_fn_append ac_header_list " sys/times.h" as_fn_append ac_header_list " sys/stat.h" as_fn_append ac_func_list " __setfpucw" as_fn_append ac_func_list " ftruncate" @@ -3908,10 +3906,6 @@ done - - - - for ac_func in $ac_func_list @@ -11185,7 +11179,7 @@ else lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2 lt_status=$lt_dlunknown cat > conftest.$ac_ext <<_LT_EOF -#line 11188 "configure" +#line 11182 "configure" #include "confdefs.h" #if HAVE_DLFCN_H @@ -11291,7 +11285,7 @@ else lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2 lt_status=$lt_dlunknown cat > conftest.$ac_ext <<_LT_EOF -#line 11294 "configure" +#line 11288 "configure" #include "confdefs.h" #if HAVE_DLFCN_H diff --git a/sim/example-synacor/ChangeLog b/sim/example-synacor/ChangeLog index 3edc05dae77..a5c868bb9ec 100644 --- a/sim/example-synacor/ChangeLog +++ b/sim/example-synacor/ChangeLog @@ -1,3 +1,7 @@ +2021-04-22 Tom Tromey + + * configure, config.in: Rebuild. + 2021-04-22 Tom Tromey * configure: Rebuild. diff --git a/sim/example-synacor/config.in b/sim/example-synacor/config.in index cb5ea1b01c9..2416b7f038c 100644 --- a/sim/example-synacor/config.in +++ b/sim/example-synacor/config.in @@ -115,12 +115,6 @@ /* Define to 1 if you have the header file. */ #undef HAVE_SYS_STAT_H -/* Define to 1 if you have the header file. */ -#undef HAVE_SYS_TIMES_H - -/* Define to 1 if you have the header file. */ -#undef HAVE_SYS_TIME_H - /* Define to 1 if you have the header file. */ #undef HAVE_SYS_TYPES_H diff --git a/sim/example-synacor/configure b/sim/example-synacor/configure index 15116d23547..7fab5fac9e1 100755 --- a/sim/example-synacor/configure +++ b/sim/example-synacor/configure @@ -2293,8 +2293,6 @@ as_fn_append ac_header_list " fpu_control.h" as_fn_append ac_header_list " unistd.h" as_fn_append ac_header_list " sys/mman.h" as_fn_append ac_header_list " sys/resource.h" -as_fn_append ac_header_list " sys/time.h" -as_fn_append ac_header_list " sys/times.h" as_fn_append ac_header_list " sys/stat.h" as_fn_append ac_func_list " __setfpucw" as_fn_append ac_func_list " ftruncate" @@ -3912,10 +3910,6 @@ done - - - - for ac_func in $ac_func_list @@ -11189,7 +11183,7 @@ else lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2 lt_status=$lt_dlunknown cat > conftest.$ac_ext <<_LT_EOF -#line 11192 "configure" +#line 11186 "configure" #include "confdefs.h" #if HAVE_DLFCN_H @@ -11295,7 +11289,7 @@ else lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2 lt_status=$lt_dlunknown cat > conftest.$ac_ext <<_LT_EOF -#line 11298 "configure" +#line 11292 "configure" #include "confdefs.h" #if HAVE_DLFCN_H diff --git a/sim/frv/ChangeLog b/sim/frv/ChangeLog index 1e1a1b1b73b..339a5f0e6fb 100644 --- a/sim/frv/ChangeLog +++ b/sim/frv/ChangeLog @@ -1,3 +1,7 @@ +2021-04-22 Tom Tromey + + * configure, config.in: Rebuild. + 2021-04-22 Tom Tromey * Makefile.in (arch.o, devices.o, frv.o, traps.o, pipeline.o) diff --git a/sim/frv/config.in b/sim/frv/config.in index c60f7d8649d..8d37b72597d 100644 --- a/sim/frv/config.in +++ b/sim/frv/config.in @@ -121,12 +121,6 @@ /* Define to 1 if you have the header file. */ #undef HAVE_SYS_STAT_H -/* Define to 1 if you have the header file. */ -#undef HAVE_SYS_TIMES_H - -/* Define to 1 if you have the header file. */ -#undef HAVE_SYS_TIME_H - /* Define to 1 if you have the header file. */ #undef HAVE_SYS_TYPES_H diff --git a/sim/frv/configure b/sim/frv/configure index b1712d7195d..52a30ab7a45 100755 --- a/sim/frv/configure +++ b/sim/frv/configure @@ -2310,8 +2310,6 @@ as_fn_append ac_header_list " fpu_control.h" as_fn_append ac_header_list " unistd.h" as_fn_append ac_header_list " sys/mman.h" as_fn_append ac_header_list " sys/resource.h" -as_fn_append ac_header_list " sys/time.h" -as_fn_append ac_header_list " sys/times.h" as_fn_append ac_header_list " sys/stat.h" as_fn_append ac_func_list " __setfpucw" as_fn_append ac_func_list " ftruncate" @@ -3929,10 +3927,6 @@ done - - - - for ac_func in $ac_func_list @@ -11206,7 +11200,7 @@ else lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2 lt_status=$lt_dlunknown cat > conftest.$ac_ext <<_LT_EOF -#line 11209 "configure" +#line 11203 "configure" #include "confdefs.h" #if HAVE_DLFCN_H @@ -11312,7 +11306,7 @@ else lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2 lt_status=$lt_dlunknown cat > conftest.$ac_ext <<_LT_EOF -#line 11315 "configure" +#line 11309 "configure" #include "confdefs.h" #if HAVE_DLFCN_H diff --git a/sim/ft32/ChangeLog b/sim/ft32/ChangeLog index de4ba758a2c..0a06ef30c8d 100644 --- a/sim/ft32/ChangeLog +++ b/sim/ft32/ChangeLog @@ -1,3 +1,7 @@ +2021-04-22 Tom Tromey + + * configure, config.in: Rebuild. + 2021-04-22 Tom Tromey * configure: Rebuild. diff --git a/sim/ft32/config.in b/sim/ft32/config.in index cb5ea1b01c9..2416b7f038c 100644 --- a/sim/ft32/config.in +++ b/sim/ft32/config.in @@ -115,12 +115,6 @@ /* Define to 1 if you have the header file. */ #undef HAVE_SYS_STAT_H -/* Define to 1 if you have the header file. */ -#undef HAVE_SYS_TIMES_H - -/* Define to 1 if you have the header file. */ -#undef HAVE_SYS_TIME_H - /* Define to 1 if you have the header file. */ #undef HAVE_SYS_TYPES_H diff --git a/sim/ft32/configure b/sim/ft32/configure index 9e2d0d4d0fb..2f14e5a35bb 100755 --- a/sim/ft32/configure +++ b/sim/ft32/configure @@ -2293,8 +2293,6 @@ as_fn_append ac_header_list " fpu_control.h" as_fn_append ac_header_list " unistd.h" as_fn_append ac_header_list " sys/mman.h" as_fn_append ac_header_list " sys/resource.h" -as_fn_append ac_header_list " sys/time.h" -as_fn_append ac_header_list " sys/times.h" as_fn_append ac_header_list " sys/stat.h" as_fn_append ac_func_list " __setfpucw" as_fn_append ac_func_list " ftruncate" @@ -3912,10 +3910,6 @@ done - - - - for ac_func in $ac_func_list @@ -11189,7 +11183,7 @@ else lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2 lt_status=$lt_dlunknown cat > conftest.$ac_ext <<_LT_EOF -#line 11192 "configure" +#line 11186 "configure" #include "confdefs.h" #if HAVE_DLFCN_H @@ -11295,7 +11289,7 @@ else lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2 lt_status=$lt_dlunknown cat > conftest.$ac_ext <<_LT_EOF -#line 11298 "configure" +#line 11292 "configure" #include "confdefs.h" #if HAVE_DLFCN_H diff --git a/sim/h8300/ChangeLog b/sim/h8300/ChangeLog index e0da2dfe477..0a02c9c7255 100644 --- a/sim/h8300/ChangeLog +++ b/sim/h8300/ChangeLog @@ -1,3 +1,7 @@ +2021-04-22 Tom Tromey + + * configure, config.in: Rebuild. + 2021-04-22 Tom Tromey * configure: Rebuild. diff --git a/sim/h8300/config.in b/sim/h8300/config.in index 81502266895..fbed42af1ed 100644 --- a/sim/h8300/config.in +++ b/sim/h8300/config.in @@ -118,12 +118,6 @@ /* Define to 1 if you have the header file. */ #undef HAVE_SYS_STAT_H -/* Define to 1 if you have the header file. */ -#undef HAVE_SYS_TIMES_H - -/* Define to 1 if you have the header file. */ -#undef HAVE_SYS_TIME_H - /* Define to 1 if you have the header file. */ #undef HAVE_SYS_TYPES_H diff --git a/sim/h8300/configure b/sim/h8300/configure index 58aa59f00f0..682019b1e22 100755 --- a/sim/h8300/configure +++ b/sim/h8300/configure @@ -2293,8 +2293,6 @@ as_fn_append ac_header_list " fpu_control.h" as_fn_append ac_header_list " unistd.h" as_fn_append ac_header_list " sys/mman.h" as_fn_append ac_header_list " sys/resource.h" -as_fn_append ac_header_list " sys/time.h" -as_fn_append ac_header_list " sys/times.h" as_fn_append ac_header_list " sys/stat.h" as_fn_append ac_func_list " __setfpucw" as_fn_append ac_func_list " ftruncate" @@ -3913,10 +3911,6 @@ done - - - - for ac_func in $ac_func_list @@ -11190,7 +11184,7 @@ else lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2 lt_status=$lt_dlunknown cat > conftest.$ac_ext <<_LT_EOF -#line 11193 "configure" +#line 11187 "configure" #include "confdefs.h" #if HAVE_DLFCN_H @@ -11296,7 +11290,7 @@ else lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2 lt_status=$lt_dlunknown cat > conftest.$ac_ext <<_LT_EOF -#line 11299 "configure" +#line 11293 "configure" #include "confdefs.h" #if HAVE_DLFCN_H diff --git a/sim/iq2000/ChangeLog b/sim/iq2000/ChangeLog index 0327bf7d2d0..9857bda1ad0 100644 --- a/sim/iq2000/ChangeLog +++ b/sim/iq2000/ChangeLog @@ -1,3 +1,7 @@ +2021-04-22 Tom Tromey + + * configure, config.in: Rebuild. + 2021-04-22 Tom Tromey * Makefile.in (sim-if.o): Remove. diff --git a/sim/iq2000/config.in b/sim/iq2000/config.in index c60f7d8649d..8d37b72597d 100644 --- a/sim/iq2000/config.in +++ b/sim/iq2000/config.in @@ -121,12 +121,6 @@ /* Define to 1 if you have the header file. */ #undef HAVE_SYS_STAT_H -/* Define to 1 if you have the header file. */ -#undef HAVE_SYS_TIMES_H - -/* Define to 1 if you have the header file. */ -#undef HAVE_SYS_TIME_H - /* Define to 1 if you have the header file. */ #undef HAVE_SYS_TYPES_H diff --git a/sim/iq2000/configure b/sim/iq2000/configure index 077fd2cfb4b..df5c33d484f 100755 --- a/sim/iq2000/configure +++ b/sim/iq2000/configure @@ -2307,8 +2307,6 @@ as_fn_append ac_header_list " fpu_control.h" as_fn_append ac_header_list " unistd.h" as_fn_append ac_header_list " sys/mman.h" as_fn_append ac_header_list " sys/resource.h" -as_fn_append ac_header_list " sys/time.h" -as_fn_append ac_header_list " sys/times.h" as_fn_append ac_header_list " sys/stat.h" as_fn_append ac_func_list " __setfpucw" as_fn_append ac_func_list " ftruncate" @@ -3926,10 +3924,6 @@ done - - - - for ac_func in $ac_func_list @@ -11203,7 +11197,7 @@ else lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2 lt_status=$lt_dlunknown cat > conftest.$ac_ext <<_LT_EOF -#line 11206 "configure" +#line 11200 "configure" #include "confdefs.h" #if HAVE_DLFCN_H @@ -11309,7 +11303,7 @@ else lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2 lt_status=$lt_dlunknown cat > conftest.$ac_ext <<_LT_EOF -#line 11312 "configure" +#line 11306 "configure" #include "confdefs.h" #if HAVE_DLFCN_H diff --git a/sim/lm32/ChangeLog b/sim/lm32/ChangeLog index a9d59f84054..f42124274c3 100644 --- a/sim/lm32/ChangeLog +++ b/sim/lm32/ChangeLog @@ -1,3 +1,7 @@ +2021-04-22 Tom Tromey + + * configure, config.in: Rebuild. + 2021-04-22 Tom Tromey * Makefile.in (arch.o, traps.o, sim-if.o, lm32.o, mloop.o) diff --git a/sim/lm32/config.in b/sim/lm32/config.in index c60f7d8649d..8d37b72597d 100644 --- a/sim/lm32/config.in +++ b/sim/lm32/config.in @@ -121,12 +121,6 @@ /* Define to 1 if you have the header file. */ #undef HAVE_SYS_STAT_H -/* Define to 1 if you have the header file. */ -#undef HAVE_SYS_TIMES_H - -/* Define to 1 if you have the header file. */ -#undef HAVE_SYS_TIME_H - /* Define to 1 if you have the header file. */ #undef HAVE_SYS_TYPES_H diff --git a/sim/lm32/configure b/sim/lm32/configure index aab0da7c63d..43f006fc1bd 100755 --- a/sim/lm32/configure +++ b/sim/lm32/configure @@ -2307,8 +2307,6 @@ as_fn_append ac_header_list " fpu_control.h" as_fn_append ac_header_list " unistd.h" as_fn_append ac_header_list " sys/mman.h" as_fn_append ac_header_list " sys/resource.h" -as_fn_append ac_header_list " sys/time.h" -as_fn_append ac_header_list " sys/times.h" as_fn_append ac_header_list " sys/stat.h" as_fn_append ac_func_list " __setfpucw" as_fn_append ac_func_list " ftruncate" @@ -3926,10 +3924,6 @@ done - - - - for ac_func in $ac_func_list @@ -11203,7 +11197,7 @@ else lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2 lt_status=$lt_dlunknown cat > conftest.$ac_ext <<_LT_EOF -#line 11206 "configure" +#line 11200 "configure" #include "confdefs.h" #if HAVE_DLFCN_H @@ -11309,7 +11303,7 @@ else lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2 lt_status=$lt_dlunknown cat > conftest.$ac_ext <<_LT_EOF -#line 11312 "configure" +#line 11306 "configure" #include "confdefs.h" #if HAVE_DLFCN_H diff --git a/sim/m32c/ChangeLog b/sim/m32c/ChangeLog index 117ce05bcca..2919dc40bc7 100644 --- a/sim/m32c/ChangeLog +++ b/sim/m32c/ChangeLog @@ -1,3 +1,7 @@ +2021-04-22 Tom Tromey + + * configure, config.in: Rebuild. + 2021-04-22 Tom Tromey * Makefile.in (LIBS): Remove diff --git a/sim/m32c/config.in b/sim/m32c/config.in index cae76607786..aaa80a5fa2e 100644 --- a/sim/m32c/config.in +++ b/sim/m32c/config.in @@ -127,12 +127,6 @@ /* Define to 1 if you have the header file. */ #undef HAVE_SYS_STAT_H -/* Define to 1 if you have the header file. */ -#undef HAVE_SYS_TIMES_H - -/* Define to 1 if you have the header file. */ -#undef HAVE_SYS_TIME_H - /* Define to 1 if you have the header file. */ #undef HAVE_SYS_TYPES_H diff --git a/sim/m32c/configure b/sim/m32c/configure index aaf8db364e6..2e2ed73de2c 100755 --- a/sim/m32c/configure +++ b/sim/m32c/configure @@ -2286,8 +2286,6 @@ as_fn_append ac_header_list " fpu_control.h" as_fn_append ac_header_list " unistd.h" as_fn_append ac_header_list " sys/mman.h" as_fn_append ac_header_list " sys/resource.h" -as_fn_append ac_header_list " sys/time.h" -as_fn_append ac_header_list " sys/times.h" as_fn_append ac_header_list " sys/stat.h" as_fn_append ac_func_list " __setfpucw" as_fn_append ac_func_list " ftruncate" @@ -3910,10 +3908,6 @@ done - - - - for ac_func in $ac_func_list @@ -11187,7 +11181,7 @@ else lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2 lt_status=$lt_dlunknown cat > conftest.$ac_ext <<_LT_EOF -#line 11190 "configure" +#line 11184 "configure" #include "confdefs.h" #if HAVE_DLFCN_H @@ -11293,7 +11287,7 @@ else lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2 lt_status=$lt_dlunknown cat > conftest.$ac_ext <<_LT_EOF -#line 11296 "configure" +#line 11290 "configure" #include "confdefs.h" #if HAVE_DLFCN_H diff --git a/sim/m32r/ChangeLog b/sim/m32r/ChangeLog index 50a462778df..6ba7bb44858 100644 --- a/sim/m32r/ChangeLog +++ b/sim/m32r/ChangeLog @@ -1,3 +1,7 @@ +2021-04-22 Tom Tromey + + * configure, config.in: Rebuild. + 2021-04-22 Tom Tromey * Makefile.in (sim-if.o, arch.o, traps.o, traps-linux.o) diff --git a/sim/m32r/config.in b/sim/m32r/config.in index c60f7d8649d..8d37b72597d 100644 --- a/sim/m32r/config.in +++ b/sim/m32r/config.in @@ -121,12 +121,6 @@ /* Define to 1 if you have the header file. */ #undef HAVE_SYS_STAT_H -/* Define to 1 if you have the header file. */ -#undef HAVE_SYS_TIMES_H - -/* Define to 1 if you have the header file. */ -#undef HAVE_SYS_TIME_H - /* Define to 1 if you have the header file. */ #undef HAVE_SYS_TYPES_H diff --git a/sim/m32r/configure b/sim/m32r/configure index 5b6c5068f83..fb35163c9cf 100755 --- a/sim/m32r/configure +++ b/sim/m32r/configure @@ -2309,8 +2309,6 @@ as_fn_append ac_header_list " fpu_control.h" as_fn_append ac_header_list " unistd.h" as_fn_append ac_header_list " sys/mman.h" as_fn_append ac_header_list " sys/resource.h" -as_fn_append ac_header_list " sys/time.h" -as_fn_append ac_header_list " sys/times.h" as_fn_append ac_header_list " sys/stat.h" as_fn_append ac_func_list " __setfpucw" as_fn_append ac_func_list " ftruncate" @@ -3928,10 +3926,6 @@ done - - - - for ac_func in $ac_func_list @@ -11205,7 +11199,7 @@ else lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2 lt_status=$lt_dlunknown cat > conftest.$ac_ext <<_LT_EOF -#line 11208 "configure" +#line 11202 "configure" #include "confdefs.h" #if HAVE_DLFCN_H @@ -11311,7 +11305,7 @@ else lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2 lt_status=$lt_dlunknown cat > conftest.$ac_ext <<_LT_EOF -#line 11314 "configure" +#line 11308 "configure" #include "confdefs.h" #if HAVE_DLFCN_H diff --git a/sim/m4/sim_ac_common.m4 b/sim/m4/sim_ac_common.m4 index fd19a6ff547..01825990bea 100644 --- a/sim/m4/sim_ac_common.m4 +++ b/sim/m4/sim_ac_common.m4 @@ -49,8 +49,6 @@ AC_CHECK_HEADERS_ONCE(m4_flatten([ unistd.h sys/mman.h sys/resource.h - sys/time.h - sys/times.h sys/stat.h ])) AC_CHECK_FUNCS_ONCE(m4_flatten([ diff --git a/sim/m68hc11/ChangeLog b/sim/m68hc11/ChangeLog index 9cc11481fb7..3da7580f693 100644 --- a/sim/m68hc11/ChangeLog +++ b/sim/m68hc11/ChangeLog @@ -1,3 +1,7 @@ +2021-04-22 Tom Tromey + + * configure, config.in: Rebuild. + 2021-04-22 Tom Tromey * Makefile.in (INCLUDE): Remove. diff --git a/sim/m68hc11/config.in b/sim/m68hc11/config.in index c60f7d8649d..8d37b72597d 100644 --- a/sim/m68hc11/config.in +++ b/sim/m68hc11/config.in @@ -121,12 +121,6 @@ /* Define to 1 if you have the header file. */ #undef HAVE_SYS_STAT_H -/* Define to 1 if you have the header file. */ -#undef HAVE_SYS_TIMES_H - -/* Define to 1 if you have the header file. */ -#undef HAVE_SYS_TIME_H - /* Define to 1 if you have the header file. */ #undef HAVE_SYS_TYPES_H diff --git a/sim/m68hc11/configure b/sim/m68hc11/configure index 3c8a71e05ac..04e56ffd3bb 100755 --- a/sim/m68hc11/configure +++ b/sim/m68hc11/configure @@ -2296,8 +2296,6 @@ as_fn_append ac_header_list " fpu_control.h" as_fn_append ac_header_list " unistd.h" as_fn_append ac_header_list " sys/mman.h" as_fn_append ac_header_list " sys/resource.h" -as_fn_append ac_header_list " sys/time.h" -as_fn_append ac_header_list " sys/times.h" as_fn_append ac_header_list " sys/stat.h" as_fn_append ac_func_list " __setfpucw" as_fn_append ac_func_list " ftruncate" @@ -3915,10 +3913,6 @@ done - - - - for ac_func in $ac_func_list @@ -11192,7 +11186,7 @@ else lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2 lt_status=$lt_dlunknown cat > conftest.$ac_ext <<_LT_EOF -#line 11195 "configure" +#line 11189 "configure" #include "confdefs.h" #if HAVE_DLFCN_H @@ -11298,7 +11292,7 @@ else lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2 lt_status=$lt_dlunknown cat > conftest.$ac_ext <<_LT_EOF -#line 11301 "configure" +#line 11295 "configure" #include "confdefs.h" #if HAVE_DLFCN_H diff --git a/sim/mcore/ChangeLog b/sim/mcore/ChangeLog index 3a6c1487f52..9e700dc130d 100644 --- a/sim/mcore/ChangeLog +++ b/sim/mcore/ChangeLog @@ -1,3 +1,7 @@ +2021-04-22 Tom Tromey + + * configure, config.in: Rebuild. + 2021-04-22 Tom Tromey * configure: Rebuild. diff --git a/sim/mcore/config.in b/sim/mcore/config.in index cb5ea1b01c9..2416b7f038c 100644 --- a/sim/mcore/config.in +++ b/sim/mcore/config.in @@ -115,12 +115,6 @@ /* Define to 1 if you have the header file. */ #undef HAVE_SYS_STAT_H -/* Define to 1 if you have the header file. */ -#undef HAVE_SYS_TIMES_H - -/* Define to 1 if you have the header file. */ -#undef HAVE_SYS_TIME_H - /* Define to 1 if you have the header file. */ #undef HAVE_SYS_TYPES_H diff --git a/sim/mcore/configure b/sim/mcore/configure index faf0ca6f2fa..25f04f5db5d 100755 --- a/sim/mcore/configure +++ b/sim/mcore/configure @@ -2293,8 +2293,6 @@ as_fn_append ac_header_list " fpu_control.h" as_fn_append ac_header_list " unistd.h" as_fn_append ac_header_list " sys/mman.h" as_fn_append ac_header_list " sys/resource.h" -as_fn_append ac_header_list " sys/time.h" -as_fn_append ac_header_list " sys/times.h" as_fn_append ac_header_list " sys/stat.h" as_fn_append ac_func_list " __setfpucw" as_fn_append ac_func_list " ftruncate" @@ -3912,10 +3910,6 @@ done - - - - for ac_func in $ac_func_list @@ -11189,7 +11183,7 @@ else lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2 lt_status=$lt_dlunknown cat > conftest.$ac_ext <<_LT_EOF -#line 11192 "configure" +#line 11186 "configure" #include "confdefs.h" #if HAVE_DLFCN_H @@ -11295,7 +11289,7 @@ else lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2 lt_status=$lt_dlunknown cat > conftest.$ac_ext <<_LT_EOF -#line 11298 "configure" +#line 11292 "configure" #include "confdefs.h" #if HAVE_DLFCN_H diff --git a/sim/microblaze/ChangeLog b/sim/microblaze/ChangeLog index f3ace80c803..089c15a8db5 100644 --- a/sim/microblaze/ChangeLog +++ b/sim/microblaze/ChangeLog @@ -1,3 +1,7 @@ +2021-04-22 Tom Tromey + + * configure, config.in: Rebuild. + 2021-04-22 Tom Tromey * configure: Rebuild. diff --git a/sim/microblaze/config.in b/sim/microblaze/config.in index cb5ea1b01c9..2416b7f038c 100644 --- a/sim/microblaze/config.in +++ b/sim/microblaze/config.in @@ -115,12 +115,6 @@ /* Define to 1 if you have the header file. */ #undef HAVE_SYS_STAT_H -/* Define to 1 if you have the header file. */ -#undef HAVE_SYS_TIMES_H - -/* Define to 1 if you have the header file. */ -#undef HAVE_SYS_TIME_H - /* Define to 1 if you have the header file. */ #undef HAVE_SYS_TYPES_H diff --git a/sim/microblaze/configure b/sim/microblaze/configure index 9e4fa0b0bf1..2a74bb745fe 100755 --- a/sim/microblaze/configure +++ b/sim/microblaze/configure @@ -2293,8 +2293,6 @@ as_fn_append ac_header_list " fpu_control.h" as_fn_append ac_header_list " unistd.h" as_fn_append ac_header_list " sys/mman.h" as_fn_append ac_header_list " sys/resource.h" -as_fn_append ac_header_list " sys/time.h" -as_fn_append ac_header_list " sys/times.h" as_fn_append ac_header_list " sys/stat.h" as_fn_append ac_func_list " __setfpucw" as_fn_append ac_func_list " ftruncate" @@ -3912,10 +3910,6 @@ done - - - - for ac_func in $ac_func_list @@ -11189,7 +11183,7 @@ else lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2 lt_status=$lt_dlunknown cat > conftest.$ac_ext <<_LT_EOF -#line 11192 "configure" +#line 11186 "configure" #include "confdefs.h" #if HAVE_DLFCN_H @@ -11295,7 +11289,7 @@ else lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2 lt_status=$lt_dlunknown cat > conftest.$ac_ext <<_LT_EOF -#line 11298 "configure" +#line 11292 "configure" #include "confdefs.h" #if HAVE_DLFCN_H diff --git a/sim/mips/ChangeLog b/sim/mips/ChangeLog index eced42e1e51..2e055ec8e9e 100644 --- a/sim/mips/ChangeLog +++ b/sim/mips/ChangeLog @@ -1,3 +1,7 @@ +2021-04-22 Tom Tromey + + * configure, config.in: Rebuild. + 2021-04-22 Tom Tromey * Makefile.in (interp.o, m16run.o, micromipsrun.o, multi-run.o): diff --git a/sim/mips/config.in b/sim/mips/config.in index 09537fe1ca7..3f13deee8f3 100644 --- a/sim/mips/config.in +++ b/sim/mips/config.in @@ -130,12 +130,6 @@ /* Define to 1 if you have the header file. */ #undef HAVE_SYS_STAT_H -/* Define to 1 if you have the header file. */ -#undef HAVE_SYS_TIMES_H - -/* Define to 1 if you have the header file. */ -#undef HAVE_SYS_TIME_H - /* Define to 1 if you have the header file. */ #undef HAVE_SYS_TYPES_H diff --git a/sim/mips/configure b/sim/mips/configure index 1a0c45ddf56..bdf659dc5df 100755 --- a/sim/mips/configure +++ b/sim/mips/configure @@ -2326,8 +2326,6 @@ as_fn_append ac_header_list " fpu_control.h" as_fn_append ac_header_list " unistd.h" as_fn_append ac_header_list " sys/mman.h" as_fn_append ac_header_list " sys/resource.h" -as_fn_append ac_header_list " sys/time.h" -as_fn_append ac_header_list " sys/times.h" as_fn_append ac_header_list " sys/stat.h" as_fn_append ac_func_list " __setfpucw" as_fn_append ac_func_list " ftruncate" @@ -3945,10 +3943,6 @@ done - - - - for ac_func in $ac_func_list @@ -11222,7 +11216,7 @@ else lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2 lt_status=$lt_dlunknown cat > conftest.$ac_ext <<_LT_EOF -#line 11225 "configure" +#line 11219 "configure" #include "confdefs.h" #if HAVE_DLFCN_H @@ -11328,7 +11322,7 @@ else lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2 lt_status=$lt_dlunknown cat > conftest.$ac_ext <<_LT_EOF -#line 11331 "configure" +#line 11325 "configure" #include "confdefs.h" #if HAVE_DLFCN_H diff --git a/sim/mn10300/ChangeLog b/sim/mn10300/ChangeLog index e6d119c85ab..0ad3257aa39 100644 --- a/sim/mn10300/ChangeLog +++ b/sim/mn10300/ChangeLog @@ -1,3 +1,7 @@ +2021-04-22 Tom Tromey + + * configure, config.in: Rebuild. + 2021-04-22 Tom Tromey * Makefile.in (INCLUDE): Remove. diff --git a/sim/mn10300/config.in b/sim/mn10300/config.in index c60f7d8649d..8d37b72597d 100644 --- a/sim/mn10300/config.in +++ b/sim/mn10300/config.in @@ -121,12 +121,6 @@ /* Define to 1 if you have the header file. */ #undef HAVE_SYS_STAT_H -/* Define to 1 if you have the header file. */ -#undef HAVE_SYS_TIMES_H - -/* Define to 1 if you have the header file. */ -#undef HAVE_SYS_TIME_H - /* Define to 1 if you have the header file. */ #undef HAVE_SYS_TYPES_H diff --git a/sim/mn10300/configure b/sim/mn10300/configure index 137eb94a5c8..4c6ad23b83b 100755 --- a/sim/mn10300/configure +++ b/sim/mn10300/configure @@ -2302,8 +2302,6 @@ as_fn_append ac_header_list " fpu_control.h" as_fn_append ac_header_list " unistd.h" as_fn_append ac_header_list " sys/mman.h" as_fn_append ac_header_list " sys/resource.h" -as_fn_append ac_header_list " sys/time.h" -as_fn_append ac_header_list " sys/times.h" as_fn_append ac_header_list " sys/stat.h" as_fn_append ac_func_list " __setfpucw" as_fn_append ac_func_list " ftruncate" @@ -3921,10 +3919,6 @@ done - - - - for ac_func in $ac_func_list @@ -11198,7 +11192,7 @@ else lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2 lt_status=$lt_dlunknown cat > conftest.$ac_ext <<_LT_EOF -#line 11201 "configure" +#line 11195 "configure" #include "confdefs.h" #if HAVE_DLFCN_H @@ -11304,7 +11298,7 @@ else lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2 lt_status=$lt_dlunknown cat > conftest.$ac_ext <<_LT_EOF -#line 11307 "configure" +#line 11301 "configure" #include "confdefs.h" #if HAVE_DLFCN_H diff --git a/sim/moxie/ChangeLog b/sim/moxie/ChangeLog index 7f6f41ccb75..ff2b8ebf3d5 100644 --- a/sim/moxie/ChangeLog +++ b/sim/moxie/ChangeLog @@ -1,3 +1,7 @@ +2021-04-22 Tom Tromey + + * configure, config.in: Rebuild. + 2021-04-22 Tom Tromey * configure: Rebuild. diff --git a/sim/moxie/config.in b/sim/moxie/config.in index cb5ea1b01c9..2416b7f038c 100644 --- a/sim/moxie/config.in +++ b/sim/moxie/config.in @@ -115,12 +115,6 @@ /* Define to 1 if you have the header file. */ #undef HAVE_SYS_STAT_H -/* Define to 1 if you have the header file. */ -#undef HAVE_SYS_TIMES_H - -/* Define to 1 if you have the header file. */ -#undef HAVE_SYS_TIME_H - /* Define to 1 if you have the header file. */ #undef HAVE_SYS_TYPES_H diff --git a/sim/moxie/configure b/sim/moxie/configure index 809c738250d..23e04baa74b 100755 --- a/sim/moxie/configure +++ b/sim/moxie/configure @@ -2294,8 +2294,6 @@ as_fn_append ac_header_list " fpu_control.h" as_fn_append ac_header_list " unistd.h" as_fn_append ac_header_list " sys/mman.h" as_fn_append ac_header_list " sys/resource.h" -as_fn_append ac_header_list " sys/time.h" -as_fn_append ac_header_list " sys/times.h" as_fn_append ac_header_list " sys/stat.h" as_fn_append ac_func_list " __setfpucw" as_fn_append ac_func_list " ftruncate" @@ -3913,10 +3911,6 @@ done - - - - for ac_func in $ac_func_list @@ -11190,7 +11184,7 @@ else lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2 lt_status=$lt_dlunknown cat > conftest.$ac_ext <<_LT_EOF -#line 11193 "configure" +#line 11187 "configure" #include "confdefs.h" #if HAVE_DLFCN_H @@ -11296,7 +11290,7 @@ else lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2 lt_status=$lt_dlunknown cat > conftest.$ac_ext <<_LT_EOF -#line 11299 "configure" +#line 11293 "configure" #include "confdefs.h" #if HAVE_DLFCN_H diff --git a/sim/msp430/ChangeLog b/sim/msp430/ChangeLog index 7e497380c04..ed87e9f5af7 100644 --- a/sim/msp430/ChangeLog +++ b/sim/msp430/ChangeLog @@ -1,3 +1,7 @@ +2021-04-22 Tom Tromey + + * configure, config.in: Rebuild. + 2021-04-22 Tom Tromey * configure: Rebuild. diff --git a/sim/msp430/config.in b/sim/msp430/config.in index cb5ea1b01c9..2416b7f038c 100644 --- a/sim/msp430/config.in +++ b/sim/msp430/config.in @@ -115,12 +115,6 @@ /* Define to 1 if you have the header file. */ #undef HAVE_SYS_STAT_H -/* Define to 1 if you have the header file. */ -#undef HAVE_SYS_TIMES_H - -/* Define to 1 if you have the header file. */ -#undef HAVE_SYS_TIME_H - /* Define to 1 if you have the header file. */ #undef HAVE_SYS_TYPES_H diff --git a/sim/msp430/configure b/sim/msp430/configure index 4e4ee342d20..ae50e462452 100755 --- a/sim/msp430/configure +++ b/sim/msp430/configure @@ -2293,8 +2293,6 @@ as_fn_append ac_header_list " fpu_control.h" as_fn_append ac_header_list " unistd.h" as_fn_append ac_header_list " sys/mman.h" as_fn_append ac_header_list " sys/resource.h" -as_fn_append ac_header_list " sys/time.h" -as_fn_append ac_header_list " sys/times.h" as_fn_append ac_header_list " sys/stat.h" as_fn_append ac_func_list " __setfpucw" as_fn_append ac_func_list " ftruncate" @@ -3912,10 +3910,6 @@ done - - - - for ac_func in $ac_func_list @@ -11189,7 +11183,7 @@ else lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2 lt_status=$lt_dlunknown cat > conftest.$ac_ext <<_LT_EOF -#line 11192 "configure" +#line 11186 "configure" #include "confdefs.h" #if HAVE_DLFCN_H @@ -11295,7 +11289,7 @@ else lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2 lt_status=$lt_dlunknown cat > conftest.$ac_ext <<_LT_EOF -#line 11298 "configure" +#line 11292 "configure" #include "confdefs.h" #if HAVE_DLFCN_H diff --git a/sim/or1k/ChangeLog b/sim/or1k/ChangeLog index 910281f3d56..b4404f0114f 100644 --- a/sim/or1k/ChangeLog +++ b/sim/or1k/ChangeLog @@ -1,3 +1,7 @@ +2021-04-22 Tom Tromey + + * configure, config.in: Rebuild. + 2021-04-22 Tom Tromey * Makefile.in (mloop.o, arch.o, cpu.o, decode.o, sem.o) diff --git a/sim/or1k/config.in b/sim/or1k/config.in index cb5ea1b01c9..2416b7f038c 100644 --- a/sim/or1k/config.in +++ b/sim/or1k/config.in @@ -115,12 +115,6 @@ /* Define to 1 if you have the header file. */ #undef HAVE_SYS_STAT_H -/* Define to 1 if you have the header file. */ -#undef HAVE_SYS_TIMES_H - -/* Define to 1 if you have the header file. */ -#undef HAVE_SYS_TIME_H - /* Define to 1 if you have the header file. */ #undef HAVE_SYS_TYPES_H diff --git a/sim/or1k/configure b/sim/or1k/configure index 56c80b51ef9..4a7f8be385c 100755 --- a/sim/or1k/configure +++ b/sim/or1k/configure @@ -2306,8 +2306,6 @@ as_fn_append ac_header_list " fpu_control.h" as_fn_append ac_header_list " unistd.h" as_fn_append ac_header_list " sys/mman.h" as_fn_append ac_header_list " sys/resource.h" -as_fn_append ac_header_list " sys/time.h" -as_fn_append ac_header_list " sys/times.h" as_fn_append ac_header_list " sys/stat.h" as_fn_append ac_func_list " __setfpucw" as_fn_append ac_func_list " ftruncate" @@ -3925,10 +3923,6 @@ done - - - - for ac_func in $ac_func_list @@ -11202,7 +11196,7 @@ else lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2 lt_status=$lt_dlunknown cat > conftest.$ac_ext <<_LT_EOF -#line 11205 "configure" +#line 11199 "configure" #include "confdefs.h" #if HAVE_DLFCN_H @@ -11308,7 +11302,7 @@ else lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2 lt_status=$lt_dlunknown cat > conftest.$ac_ext <<_LT_EOF -#line 11311 "configure" +#line 11305 "configure" #include "confdefs.h" #if HAVE_DLFCN_H diff --git a/sim/ppc/ChangeLog b/sim/ppc/ChangeLog index 340a6d4313d..5f7f3067612 100644 --- a/sim/ppc/ChangeLog +++ b/sim/ppc/ChangeLog @@ -1,3 +1,9 @@ +2021-04-22 Tom Tromey + + * mon.c: Update includes. + * emul_unix.c: Update includes. + (do_unix_gettimeofday): Update condition. + 2021-04-22 Tom Tromey * Makefile.in (stamp-vals, stamp-map): New targets. diff --git a/sim/ppc/emul_unix.c b/sim/ppc/emul_unix.c index 2616ae408ba..79ef7bc7c9c 100644 --- a/sim/ppc/emul_unix.c +++ b/sim/ppc/emul_unix.c @@ -53,9 +53,7 @@ #include #endif -#ifdef HAVE_SYS_TIME_H #include -#endif #ifndef HAVE_TERMIOS_STRUCTURE #undef HAVE_SYS_TERMIOS_H @@ -820,7 +818,7 @@ do_unix_time(os_emul_data *emul, } #endif -#if !defined(HAVE_GETTIMEOFDAY) || !defined(HAVE_SYS_TIME_H) +#if !defined(HAVE_GETTIMEOFDAY) #define do_unix_gettimeofday 0 #else static void diff --git a/sim/ppc/mon.c b/sim/ppc/mon.c index 452cd19c3d9..966f86c040e 100644 --- a/sim/ppc/mon.c +++ b/sim/ppc/mon.c @@ -35,13 +35,7 @@ #include #endif #include -#ifdef HAVE_SYS_TIMES_H -#include -#endif - -#ifdef HAVE_SYS_TIME_H #include -#endif #ifdef HAVE_SYS_RESOURCE_H #include diff --git a/sim/pru/ChangeLog b/sim/pru/ChangeLog index e392750f9a5..833dcc5f673 100644 --- a/sim/pru/ChangeLog +++ b/sim/pru/ChangeLog @@ -1,3 +1,7 @@ +2021-04-22 Tom Tromey + + * configure, config.in: Rebuild. + 2021-04-22 Tom Tromey * configure: Rebuild. diff --git a/sim/pru/config.in b/sim/pru/config.in index cb5ea1b01c9..2416b7f038c 100644 --- a/sim/pru/config.in +++ b/sim/pru/config.in @@ -115,12 +115,6 @@ /* Define to 1 if you have the header file. */ #undef HAVE_SYS_STAT_H -/* Define to 1 if you have the header file. */ -#undef HAVE_SYS_TIMES_H - -/* Define to 1 if you have the header file. */ -#undef HAVE_SYS_TIME_H - /* Define to 1 if you have the header file. */ #undef HAVE_SYS_TYPES_H diff --git a/sim/pru/configure b/sim/pru/configure index 4e4ee342d20..ae50e462452 100755 --- a/sim/pru/configure +++ b/sim/pru/configure @@ -2293,8 +2293,6 @@ as_fn_append ac_header_list " fpu_control.h" as_fn_append ac_header_list " unistd.h" as_fn_append ac_header_list " sys/mman.h" as_fn_append ac_header_list " sys/resource.h" -as_fn_append ac_header_list " sys/time.h" -as_fn_append ac_header_list " sys/times.h" as_fn_append ac_header_list " sys/stat.h" as_fn_append ac_func_list " __setfpucw" as_fn_append ac_func_list " ftruncate" @@ -3912,10 +3910,6 @@ done - - - - for ac_func in $ac_func_list @@ -11189,7 +11183,7 @@ else lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2 lt_status=$lt_dlunknown cat > conftest.$ac_ext <<_LT_EOF -#line 11192 "configure" +#line 11186 "configure" #include "confdefs.h" #if HAVE_DLFCN_H @@ -11295,7 +11289,7 @@ else lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2 lt_status=$lt_dlunknown cat > conftest.$ac_ext <<_LT_EOF -#line 11298 "configure" +#line 11292 "configure" #include "confdefs.h" #if HAVE_DLFCN_H diff --git a/sim/riscv/ChangeLog b/sim/riscv/ChangeLog index d3bc05622b7..90abdf955a9 100644 --- a/sim/riscv/ChangeLog +++ b/sim/riscv/ChangeLog @@ -1,3 +1,7 @@ +2021-04-22 Tom Tromey + + * configure, config.in: Rebuild. + 2021-04-22 Tom Tromey * configure: Rebuild. diff --git a/sim/riscv/config.in b/sim/riscv/config.in index cb5ea1b01c9..2416b7f038c 100644 --- a/sim/riscv/config.in +++ b/sim/riscv/config.in @@ -115,12 +115,6 @@ /* Define to 1 if you have the header file. */ #undef HAVE_SYS_STAT_H -/* Define to 1 if you have the header file. */ -#undef HAVE_SYS_TIMES_H - -/* Define to 1 if you have the header file. */ -#undef HAVE_SYS_TIME_H - /* Define to 1 if you have the header file. */ #undef HAVE_SYS_TYPES_H diff --git a/sim/riscv/configure b/sim/riscv/configure index 79903a48a2c..29f0c4ca380 100755 --- a/sim/riscv/configure +++ b/sim/riscv/configure @@ -2298,8 +2298,6 @@ as_fn_append ac_header_list " fpu_control.h" as_fn_append ac_header_list " unistd.h" as_fn_append ac_header_list " sys/mman.h" as_fn_append ac_header_list " sys/resource.h" -as_fn_append ac_header_list " sys/time.h" -as_fn_append ac_header_list " sys/times.h" as_fn_append ac_header_list " sys/stat.h" as_fn_append ac_func_list " __setfpucw" as_fn_append ac_func_list " ftruncate" @@ -3917,10 +3915,6 @@ done - - - - for ac_func in $ac_func_list @@ -11194,7 +11188,7 @@ else lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2 lt_status=$lt_dlunknown cat > conftest.$ac_ext <<_LT_EOF -#line 11197 "configure" +#line 11191 "configure" #include "confdefs.h" #if HAVE_DLFCN_H @@ -11300,7 +11294,7 @@ else lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2 lt_status=$lt_dlunknown cat > conftest.$ac_ext <<_LT_EOF -#line 11303 "configure" +#line 11297 "configure" #include "confdefs.h" #if HAVE_DLFCN_H diff --git a/sim/rl78/ChangeLog b/sim/rl78/ChangeLog index 975f3df62c1..b8d10b6ecc2 100644 --- a/sim/rl78/ChangeLog +++ b/sim/rl78/ChangeLog @@ -1,3 +1,7 @@ +2021-04-22 Tom Tromey + + * configure, config.in: Rebuild. + 2021-04-22 Tom Tromey * Makefile.in (err.o, fpu.o, gdb-if.o, load.o, main.o, mem.o) diff --git a/sim/rl78/config.in b/sim/rl78/config.in index cb5ea1b01c9..2416b7f038c 100644 --- a/sim/rl78/config.in +++ b/sim/rl78/config.in @@ -115,12 +115,6 @@ /* Define to 1 if you have the header file. */ #undef HAVE_SYS_STAT_H -/* Define to 1 if you have the header file. */ -#undef HAVE_SYS_TIMES_H - -/* Define to 1 if you have the header file. */ -#undef HAVE_SYS_TIME_H - /* Define to 1 if you have the header file. */ #undef HAVE_SYS_TYPES_H diff --git a/sim/rl78/configure b/sim/rl78/configure index 1c75598c9a2..a53a2b4099a 100755 --- a/sim/rl78/configure +++ b/sim/rl78/configure @@ -2286,8 +2286,6 @@ as_fn_append ac_header_list " fpu_control.h" as_fn_append ac_header_list " unistd.h" as_fn_append ac_header_list " sys/mman.h" as_fn_append ac_header_list " sys/resource.h" -as_fn_append ac_header_list " sys/time.h" -as_fn_append ac_header_list " sys/times.h" as_fn_append ac_header_list " sys/stat.h" as_fn_append ac_func_list " __setfpucw" as_fn_append ac_func_list " ftruncate" @@ -3905,10 +3903,6 @@ done - - - - for ac_func in $ac_func_list @@ -11182,7 +11176,7 @@ else lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2 lt_status=$lt_dlunknown cat > conftest.$ac_ext <<_LT_EOF -#line 11185 "configure" +#line 11179 "configure" #include "confdefs.h" #if HAVE_DLFCN_H @@ -11288,7 +11282,7 @@ else lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2 lt_status=$lt_dlunknown cat > conftest.$ac_ext <<_LT_EOF -#line 11291 "configure" +#line 11285 "configure" #include "confdefs.h" #if HAVE_DLFCN_H diff --git a/sim/rx/ChangeLog b/sim/rx/ChangeLog index e1d4d197ec7..bfb417dda00 100644 --- a/sim/rx/ChangeLog +++ b/sim/rx/ChangeLog @@ -1,3 +1,7 @@ +2021-04-22 Tom Tromey + + * configure, config.in: Rebuild. + 2021-04-22 Tom Tromey * Makefile.in (LIBS): Remove. diff --git a/sim/rx/config.in b/sim/rx/config.in index 7dd69ef2519..9d69487723e 100644 --- a/sim/rx/config.in +++ b/sim/rx/config.in @@ -121,12 +121,6 @@ /* Define to 1 if you have the header file. */ #undef HAVE_SYS_STAT_H -/* Define to 1 if you have the header file. */ -#undef HAVE_SYS_TIMES_H - -/* Define to 1 if you have the header file. */ -#undef HAVE_SYS_TIME_H - /* Define to 1 if you have the header file. */ #undef HAVE_SYS_TYPES_H diff --git a/sim/rx/configure b/sim/rx/configure index 393932d325f..7a2f9eac6a3 100755 --- a/sim/rx/configure +++ b/sim/rx/configure @@ -2291,8 +2291,6 @@ as_fn_append ac_header_list " fpu_control.h" as_fn_append ac_header_list " unistd.h" as_fn_append ac_header_list " sys/mman.h" as_fn_append ac_header_list " sys/resource.h" -as_fn_append ac_header_list " sys/time.h" -as_fn_append ac_header_list " sys/times.h" as_fn_append ac_header_list " sys/stat.h" as_fn_append ac_func_list " __setfpucw" as_fn_append ac_func_list " ftruncate" @@ -3910,10 +3908,6 @@ done - - - - for ac_func in $ac_func_list @@ -11187,7 +11181,7 @@ else lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2 lt_status=$lt_dlunknown cat > conftest.$ac_ext <<_LT_EOF -#line 11190 "configure" +#line 11184 "configure" #include "confdefs.h" #if HAVE_DLFCN_H @@ -11293,7 +11287,7 @@ else lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2 lt_status=$lt_dlunknown cat > conftest.$ac_ext <<_LT_EOF -#line 11296 "configure" +#line 11290 "configure" #include "confdefs.h" #if HAVE_DLFCN_H diff --git a/sim/sh/ChangeLog b/sim/sh/ChangeLog index 209d8e8a4f9..98d1f35e63c 100644 --- a/sim/sh/ChangeLog +++ b/sim/sh/ChangeLog @@ -1,3 +1,8 @@ +2021-04-22 Tom Tromey + + * interp.c: Update includes. + * configure, config.in: Rebuild. + 2021-04-22 Tom Tromey * Makefile.in (SIM_EXTRA_DEPS): New variable. diff --git a/sim/sh/config.in b/sim/sh/config.in index cb5ea1b01c9..2416b7f038c 100644 --- a/sim/sh/config.in +++ b/sim/sh/config.in @@ -115,12 +115,6 @@ /* Define to 1 if you have the header file. */ #undef HAVE_SYS_STAT_H -/* Define to 1 if you have the header file. */ -#undef HAVE_SYS_TIMES_H - -/* Define to 1 if you have the header file. */ -#undef HAVE_SYS_TIME_H - /* Define to 1 if you have the header file. */ #undef HAVE_SYS_TYPES_H diff --git a/sim/sh/configure b/sim/sh/configure index faf0ca6f2fa..25f04f5db5d 100755 --- a/sim/sh/configure +++ b/sim/sh/configure @@ -2293,8 +2293,6 @@ as_fn_append ac_header_list " fpu_control.h" as_fn_append ac_header_list " unistd.h" as_fn_append ac_header_list " sys/mman.h" as_fn_append ac_header_list " sys/resource.h" -as_fn_append ac_header_list " sys/time.h" -as_fn_append ac_header_list " sys/times.h" as_fn_append ac_header_list " sys/stat.h" as_fn_append ac_func_list " __setfpucw" as_fn_append ac_func_list " ftruncate" @@ -3912,10 +3910,6 @@ done - - - - for ac_func in $ac_func_list @@ -11189,7 +11183,7 @@ else lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2 lt_status=$lt_dlunknown cat > conftest.$ac_ext <<_LT_EOF -#line 11192 "configure" +#line 11186 "configure" #include "confdefs.h" #if HAVE_DLFCN_H @@ -11295,7 +11289,7 @@ else lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2 lt_status=$lt_dlunknown cat > conftest.$ac_ext <<_LT_EOF -#line 11298 "configure" +#line 11292 "configure" #include "confdefs.h" #if HAVE_DLFCN_H diff --git a/sim/sh/interp.c b/sim/sh/interp.c index 2fafcfd6628..fa361bacc22 100644 --- a/sim/sh/interp.c +++ b/sim/sh/interp.c @@ -43,9 +43,7 @@ #include #endif #include -#ifdef HAVE_SYS_TIME_H #include -#endif #ifndef _WIN32 #include #include diff --git a/sim/v850/ChangeLog b/sim/v850/ChangeLog index ccf2586cb43..82a1d7452ec 100644 --- a/sim/v850/ChangeLog +++ b/sim/v850/ChangeLog @@ -1,3 +1,7 @@ +2021-04-22 Tom Tromey + + * configure, config.in: Rebuild. + 2021-04-22 Tom Tromey * Makefile.in (INCLUDE): Remove. diff --git a/sim/v850/config.in b/sim/v850/config.in index 830d22ea322..1eb9e297ca9 100644 --- a/sim/v850/config.in +++ b/sim/v850/config.in @@ -130,12 +130,6 @@ /* Define to 1 if you have the header file. */ #undef HAVE_SYS_STAT_H -/* Define to 1 if you have the header file. */ -#undef HAVE_SYS_TIMES_H - -/* Define to 1 if you have the header file. */ -#undef HAVE_SYS_TIME_H - /* Define to 1 if you have the header file. */ #undef HAVE_SYS_TYPES_H diff --git a/sim/v850/configure b/sim/v850/configure index 54afdca748e..aa74f6afbb8 100755 --- a/sim/v850/configure +++ b/sim/v850/configure @@ -2299,8 +2299,6 @@ as_fn_append ac_header_list " fpu_control.h" as_fn_append ac_header_list " unistd.h" as_fn_append ac_header_list " sys/mman.h" as_fn_append ac_header_list " sys/resource.h" -as_fn_append ac_header_list " sys/time.h" -as_fn_append ac_header_list " sys/times.h" as_fn_append ac_header_list " sys/stat.h" as_fn_append ac_func_list " __setfpucw" as_fn_append ac_func_list " ftruncate" @@ -3925,10 +3923,6 @@ done - - - - for ac_func in $ac_func_list @@ -11202,7 +11196,7 @@ else lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2 lt_status=$lt_dlunknown cat > conftest.$ac_ext <<_LT_EOF -#line 11205 "configure" +#line 11199 "configure" #include "confdefs.h" #if HAVE_DLFCN_H @@ -11308,7 +11302,7 @@ else lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2 lt_status=$lt_dlunknown cat > conftest.$ac_ext <<_LT_EOF -#line 11311 "configure" +#line 11305 "configure" #include "confdefs.h" #if HAVE_DLFCN_H -- 2.39.2