+2021-04-08 Tom Tromey <tom@tromey.com>
+
+ * traps.c: Include stdlib.h.
+ * cris-tmpl.c: Include stdlib.h.
+
2021-04-02 Mike Frysinger <vapier@gentoo.org>
* aclocal.m4, configure: Regenerate.
#include "cgen-mem.h"
#include "cgen-ops.h"
+#include <stdlib.h>
+
#define MY(f) XCONCAT3(crisv,BASENUM,f)
/* Dispatcher for break insn. */
#include "bfd.h"
/* FIXME: get rid of targ-vals.h usage everywhere else. */
+#include <stdlib.h>
#include <stdarg.h>
#include <errno.h>
#ifdef HAVE_UNISTD_H
+2021-04-08 Tom Tromey <tom@tromey.com>
+
+ * func.c: Include sys/time.h.
+
2021-04-08 Tom Tromey <tom@tromey.com>
* sis.c (run_sim, main): Use new-style declaration.
#include <dis-asm.h>
#include "sim-config.h"
#include <inttypes.h>
+#include <sys/time.h>
#define VAL(x) strtoul(x,(char **)NULL,0)
+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.
+
2021-04-08 Tom Tromey <tom@tromey.com>
* sim-if.c (sim_open, frv_sim_close, sim_create_inferior): Use
#include "sim-main.h"
#include "cache.h"
#include "bfd.h"
+#include <stdlib.h>
void
frv_cache_init (SIM_CPU *cpu, FRV_CACHE *cache)
#include "bfd.h"
#include "gdb/sim-frv.h"
#include <math.h>
+#include <stdlib.h>
/* Maintain a flag in order to know when to write the address of the next
VLIW instruction into the LR register. Used by JMPL. JMPIL, and CALL
#include "sim-main.h"
#include "bfd.h"
+#include <stdlib.h>
/* FR-V Interrupt table.
Describes the interrupts supported by the FR-V.
#include "sim-main.h"
#include "cgen-mem.h"
#include "bfd.h"
+#include <stdlib.h>
/* Check for alignment and access restrictions. Return the corrected address.
*/
#include "sim-main.h"
#include "bfd.h"
+#include <stdlib.h>
#if WITH_PROFILE_MODEL_P
#include "sim-main.h"
#include "bfd.h"
+#include <stdlib.h>
#define IMPL 1 /* Implemented */
#define SUP 1 /* Supervisor register */
#include "bfd.h"
#include "libiberty.h"
+#include <stdlib.h>
+
CGEN_ATTR_VALUE_ENUM_TYPE frv_current_fm_slot;
/* The semantic code invokes this for invalid (unrecognized) instructions. */
+2021-04-08 Tom Tromey <tom@tromey.com>
+
+ * iq2000.c: Include stdlib.h.
+
2021-04-08 Tom Tromey <tom@tromey.com>
* sim-if.c (sim_open, sim_create_inferior): Use new-style
#include "sim-main.h"
#include "cgen-mem.h"
#include "cgen-ops.h"
+#include <stdlib.h>
enum
{
+2021-04-08 Tom Tromey <tom@tromey.com>
+
+ * traps.c: Include stdlib.h.
+ * m32r.c: Include stdlib.h.
+
2021-04-08 Tom Tromey <tom@tromey.com>
* sim-if.c (sim_open, sim_create_inferior): Use new-style
#include "sim-main.h"
#include "cgen-mem.h"
#include "cgen-ops.h"
+#include <stdlib.h>
/* Return the size of REGNO in bytes. */
#include "sim-main.h"
#include "sim-syscall.h"
#include "targ-vals.h"
+#include <stdlib.h>
#define TRAP_FLUSH_CACHE 12
/* The semantic code invokes this for invalid (unrecognized) instructions. */
+2021-04-08 Tom Tromey <tom@tromey.com>
+
+ * emul_unix.c: Include time.h.
+
2021-04-08 Simon Marchi <simon.marchi@polymtl.ca>
* Makefile.in: Set ASAN_OPTIONS when running igen.
#endif
#include <stdlib.h>
+#include <time.h>
#if defined(BSD) && !defined(errno) && (BSD < 199306) /* here BSD as just a bug */
extern int errno;