]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commit - sim/cris/ChangeLog
Add system includes in sim
authorTom Tromey <tom@tromey.com>
Thu, 8 Apr 2021 14:52:50 +0000 (08:52 -0600)
committerTom Tromey <tom@tromey.com>
Thu, 8 Apr 2021 20:34:42 +0000 (14:34 -0600)
commit32a046ab0d7717256f16f59d87438474e825fcb8
treed3e5a42c96a4c3a4281834210cc91e5f430d2f6e
parent81e6e8ae407b206def2c6840736dad0dcf75eb0b
Add system includes in sim

This updates various parts of the sim to include missing system
headers.  I made the includes unconditional, because other parts of
the tree are already doing this.

2021-04-08  Tom Tromey  <tom@tromey.com>

* traps.c: Include stdlib.h.
* cris-tmpl.c: Include stdlib.h.

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

* func.c: Include sys/time.h.

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

* traps.c: Include stdlib.h.
* registers.c: Include stdlib.h.
* profile.c: Include stdlib.h.
* memory.c: Include stdlib.h.
* interrupts.c: Include stdlib.h.
* frv.c: Include stdlib.h.
* cache.c: Include stdlib.h.

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

* iq2000.c: Include stdlib.h.

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

* traps.c: Include stdlib.h.
* m32r.c: Include stdlib.h.

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

* emul_unix.c: Include time.h.
20 files changed:
sim/cris/ChangeLog
sim/cris/cris-tmpl.c
sim/cris/traps.c
sim/erc32/ChangeLog
sim/erc32/func.c
sim/frv/ChangeLog
sim/frv/cache.c
sim/frv/frv.c
sim/frv/interrupts.c
sim/frv/memory.c
sim/frv/profile.c
sim/frv/registers.c
sim/frv/traps.c
sim/iq2000/ChangeLog
sim/iq2000/iq2000.c
sim/m32r/ChangeLog
sim/m32r/m32r.c
sim/m32r/traps.c
sim/ppc/ChangeLog
sim/ppc/emul_unix.c