diff options
Diffstat (limited to 'sim/frv')
-rw-r--r-- | sim/frv/ChangeLog | 4 | ||||
-rw-r--r-- | sim/frv/config.in | 6 | ||||
-rwxr-xr-x | sim/frv/configure | 10 |
3 files changed, 6 insertions, 14 deletions
diff --git a/sim/frv/ChangeLog b/sim/frv/ChangeLog index 1e1a1b1..339a5f0 100644 --- a/sim/frv/ChangeLog +++ b/sim/frv/ChangeLog @@ -1,5 +1,9 @@ 2021-04-22 Tom Tromey <tom@tromey.com> + * configure, config.in: Rebuild. + +2021-04-22 Tom Tromey <tom@tromey.com> + * Makefile.in (arch.o, devices.o, frv.o, traps.o, pipeline.o) (interrupts.o, memory.o, cache.o, options.o, reset.o) (registers.o, profile.o, profile-fr400.o, profile-fr450.o) diff --git a/sim/frv/config.in b/sim/frv/config.in index c60f7d8..8d37b72 100644 --- a/sim/frv/config.in +++ b/sim/frv/config.in @@ -121,12 +121,6 @@ /* Define to 1 if you have the <sys/stat.h> header file. */ #undef HAVE_SYS_STAT_H -/* Define to 1 if you have the <sys/times.h> header file. */ -#undef HAVE_SYS_TIMES_H - -/* Define to 1 if you have the <sys/time.h> header file. */ -#undef HAVE_SYS_TIME_H - /* Define to 1 if you have the <sys/types.h> header file. */ #undef HAVE_SYS_TYPES_H diff --git a/sim/frv/configure b/sim/frv/configure index b1712d7..52a30ab 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" @@ -3931,10 +3929,6 @@ done - - - - for ac_func in $ac_func_list do : as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh` @@ -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 |