binutils-gdb/sim
Tom Tromey 19f6a43c6c 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  <tom@tromey.com>

	* 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  <tom@tromey.com>

	* configure, config.in: Rebuild.

sim/arm/ChangeLog
2021-04-22  Tom Tromey  <tom@tromey.com>

	* configure, config.in: Rebuild.

sim/avr/ChangeLog
2021-04-22  Tom Tromey  <tom@tromey.com>

	* configure, config.in: Rebuild.

sim/bfin/ChangeLog
2021-04-22  Tom Tromey  <tom@tromey.com>

	* configure, config.in: Rebuild.

sim/bpf/ChangeLog
2021-04-22  Tom Tromey  <tom@tromey.com>

	* configure, config.in: Rebuild.

sim/common/ChangeLog
2021-04-22  Tom Tromey  <tom@tromey.com>

	* sim-utils.c: Update includes.

sim/cr16/ChangeLog
2021-04-22  Tom Tromey  <tom@tromey.com>

	* simops.c: Update includes.
	* configure, config.in: Rebuild.

sim/cris/ChangeLog
2021-04-22  Tom Tromey  <tom@tromey.com>

	* rvdummy.c: Update includes.
	* dv-rv.c: Update includes.
	* configure, config.in: Rebuild.

sim/d10v/ChangeLog
2021-04-22  Tom Tromey  <tom@tromey.com>

	* configure, config.in: Rebuild.

sim/erc32/ChangeLog
2021-04-22  Tom Tromey  <tom@tromey.com>

	* configure, config.in: Rebuild.

sim/example-synacor/ChangeLog
2021-04-22  Tom Tromey  <tom@tromey.com>

	* configure, config.in: Rebuild.

sim/frv/ChangeLog
2021-04-22  Tom Tromey  <tom@tromey.com>

	* configure, config.in: Rebuild.

sim/ft32/ChangeLog
2021-04-22  Tom Tromey  <tom@tromey.com>

	* configure, config.in: Rebuild.

sim/h8300/ChangeLog
2021-04-22  Tom Tromey  <tom@tromey.com>

	* configure, config.in: Rebuild.

sim/iq2000/ChangeLog
2021-04-22  Tom Tromey  <tom@tromey.com>

	* configure, config.in: Rebuild.

sim/lm32/ChangeLog
2021-04-22  Tom Tromey  <tom@tromey.com>

	* configure, config.in: Rebuild.

sim/m32c/ChangeLog
2021-04-22  Tom Tromey  <tom@tromey.com>

	* configure, config.in: Rebuild.

sim/m32r/ChangeLog
2021-04-22  Tom Tromey  <tom@tromey.com>

	* configure, config.in: Rebuild.

sim/m68hc11/ChangeLog
2021-04-22  Tom Tromey  <tom@tromey.com>

	* configure, config.in: Rebuild.

sim/mcore/ChangeLog
2021-04-22  Tom Tromey  <tom@tromey.com>

	* configure, config.in: Rebuild.

sim/microblaze/ChangeLog
2021-04-22  Tom Tromey  <tom@tromey.com>

	* configure, config.in: Rebuild.

sim/mips/ChangeLog
2021-04-22  Tom Tromey  <tom@tromey.com>

	* configure, config.in: Rebuild.

sim/mn10300/ChangeLog
2021-04-22  Tom Tromey  <tom@tromey.com>

	* configure, config.in: Rebuild.

sim/moxie/ChangeLog
2021-04-22  Tom Tromey  <tom@tromey.com>

	* configure, config.in: Rebuild.

sim/msp430/ChangeLog
2021-04-22  Tom Tromey  <tom@tromey.com>

	* configure, config.in: Rebuild.

sim/or1k/ChangeLog
2021-04-22  Tom Tromey  <tom@tromey.com>

	* configure, config.in: Rebuild.

sim/ppc/ChangeLog
2021-04-22  Tom Tromey  <tom@tromey.com>

	* mon.c: Update includes.
	* emul_unix.c: Update includes.
	(do_unix_gettimeofday): Update condition.

sim/pru/ChangeLog
2021-04-22  Tom Tromey  <tom@tromey.com>

	* configure, config.in: Rebuild.

sim/riscv/ChangeLog
2021-04-22  Tom Tromey  <tom@tromey.com>

	* configure, config.in: Rebuild.

sim/rl78/ChangeLog
2021-04-22  Tom Tromey  <tom@tromey.com>

	* configure, config.in: Rebuild.

sim/rx/ChangeLog
2021-04-22  Tom Tromey  <tom@tromey.com>

	* configure, config.in: Rebuild.

sim/sh/ChangeLog
2021-04-22  Tom Tromey  <tom@tromey.com>

	* interp.c: Update includes.
	* configure, config.in: Rebuild.

sim/v850/ChangeLog
2021-04-22  Tom Tromey  <tom@tromey.com>

	* configure, config.in: Rebuild.
2021-04-22 19:51:55 -06:00
..
aarch64 Do not check for sys/time.h or sys/times.h 2021-04-22 19:51:55 -06:00
arm Do not check for sys/time.h or sys/times.h 2021-04-22 19:51:55 -06:00
avr Do not check for sys/time.h or sys/times.h 2021-04-22 19:51:55 -06:00
bfin Do not check for sys/time.h or sys/times.h 2021-04-22 19:51:55 -06:00
bpf Do not check for sys/time.h or sys/times.h 2021-04-22 19:51:55 -06:00
common Do not check for sys/time.h or sys/times.h 2021-04-22 19:51:55 -06:00
cr16 Do not check for sys/time.h or sys/times.h 2021-04-22 19:51:55 -06:00
cris Do not check for sys/time.h or sys/times.h 2021-04-22 19:51:55 -06:00
d10v Do not check for sys/time.h or sys/times.h 2021-04-22 19:51:55 -06:00
erc32 Do not check for sys/time.h or sys/times.h 2021-04-22 19:51:55 -06:00
example-synacor Do not check for sys/time.h or sys/times.h 2021-04-22 19:51:55 -06:00
frv Do not check for sys/time.h or sys/times.h 2021-04-22 19:51:55 -06:00
ft32 Do not check for sys/time.h or sys/times.h 2021-04-22 19:51:55 -06:00
h8300 Do not check for sys/time.h or sys/times.h 2021-04-22 19:51:55 -06:00
igen sim: igen: merge build into top level 2021-04-02 23:35:47 -04:00
iq2000 Do not check for sys/time.h or sys/times.h 2021-04-22 19:51:55 -06:00
lm32 Do not check for sys/time.h or sys/times.h 2021-04-22 19:51:55 -06:00
m4 Do not check for sys/time.h or sys/times.h 2021-04-22 19:51:55 -06:00
m32c Do not check for sys/time.h or sys/times.h 2021-04-22 19:51:55 -06:00
m32r Do not check for sys/time.h or sys/times.h 2021-04-22 19:51:55 -06:00
m68hc11 Do not check for sys/time.h or sys/times.h 2021-04-22 19:51:55 -06:00
mcore Do not check for sys/time.h or sys/times.h 2021-04-22 19:51:55 -06:00
microblaze Do not check for sys/time.h or sys/times.h 2021-04-22 19:51:55 -06:00
mips Do not check for sys/time.h or sys/times.h 2021-04-22 19:51:55 -06:00
mn10300 Do not check for sys/time.h or sys/times.h 2021-04-22 19:51:55 -06:00
moxie Do not check for sys/time.h or sys/times.h 2021-04-22 19:51:55 -06:00
msp430 Do not check for sys/time.h or sys/times.h 2021-04-22 19:51:55 -06:00
or1k Do not check for sys/time.h or sys/times.h 2021-04-22 19:51:55 -06:00
ppc Do not check for sys/time.h or sys/times.h 2021-04-22 19:51:55 -06:00
pru Do not check for sys/time.h or sys/times.h 2021-04-22 19:51:55 -06:00
riscv Do not check for sys/time.h or sys/times.h 2021-04-22 19:51:55 -06:00
rl78 Do not check for sys/time.h or sys/times.h 2021-04-22 19:51:55 -06:00
rx Do not check for sys/time.h or sys/times.h 2021-04-22 19:51:55 -06:00
sh Do not check for sys/time.h or sys/times.h 2021-04-22 19:51:55 -06:00
testsuite sim: syscall: add getpid support 2021-04-18 21:22:31 -04:00
v850 Do not check for sys/time.h or sys/times.h 2021-04-22 19:51:55 -06:00
.gitignore
aclocal.m4 sim: unify toolchain settings 2021-04-02 23:31:14 -04:00
ChangeLog Do not check for sys/time.h or sys/times.h 2021-04-22 19:51:55 -06:00
configure sim: example-synacor: a simple implementation for reference 2021-04-03 16:19:16 -04:00
configure.ac sim: example-synacor: a simple implementation for reference 2021-04-03 16:19:16 -04:00
MAINTAINERS
Makefile.am sim: testsuite: integrate common tests into build 2021-04-03 15:34:13 -04:00
Makefile.in sim: testsuite: integrate common tests into build 2021-04-03 15:34:13 -04:00
README-HACKING sim: delete unused SIM_EXTRA_LIBDEPS 2021-02-28 01:39:02 -05:00